HomeSort by relevance Sort by last modified time
    Searched defs:previewText (Results 1 - 3 of 3) sorted by null

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
KeyboardView.java     [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
SuggestionsView.java 682 final TextView previewText = mPreviewText;
683 previewText.setTextColor(mParams.mColorTypedWord);
684 previewText.setText(word);
685 previewText.measure(
690 final int posY = offsetInWindow[1] - previewText.getMeasuredHeight();
697 previewText.setVisibility(VISIBLE);
    [all...]
  /prebuilt/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 

Completed in 478 milliseconds