HomeSort by relevance Sort by last modified time
    Searched refs:hintText (Results 1 - 20 of 20) sorted by null

  /cts/tests/tests/view/src/android/view/inputmethod/cts/
EditorInfoTest.java 37 info.hintText = "hintText";
69 assertEquals(info.hintText.toString(), targetInfo.hintText.toString());
  /frameworks/base/core/java/android/view/inputmethod/
EditorInfo.java 252 public CharSequence hintText;
337 pw.println(prefix + "hintText=" + hintText
360 TextUtils.writeToParcel(hintText, dest, flags);
382 res.hintText = TextUtils.CHAR_SEQUENCE_CREATOR.createFromParcel(source);
  /external/jmonkeyengine/engine/src/test/jme3test/terrain/
TerrainTest.java 80 protected BitmapText hintText;
177 hintText = new BitmapText(guiFont, false);
178 hintText.setSize(guiFont.getCharSet().getRenderedSize());
179 hintText.setLocalTranslation(0, getCamera().getHeight(), 0);
180 hintText.setText("Hit T to switch to wireframe, P to switch to tri-planar texturing");
181 guiNode.attachChild(hintText);
TerrainTestAdvanced.java 72 protected BitmapText hintText;
204 hintText = new BitmapText(guiFont, false);
205 hintText.setSize(guiFont.getCharSet().getRenderedSize());
206 hintText.setLocalTranslation(0, getCamera().getHeight(), 0);
207 hintText.setText("Hit T to switch to wireframe, P to switch to tri-planar texturing");
208 guiNode.attachChild(hintText);
TerrainTestReadWrite.java 67 protected BitmapText hintText;
190 hintText = new BitmapText(guiFont, false);
191 hintText.setSize(guiFont.getCharSet().getRenderedSize());
192 hintText.setLocalTranslation(0, getCamera().getHeight(), 0);
193 hintText.setText("Hit T to save, and Y to load");
194 guiNode.attachChild(hintText);
TerrainTestCollision.java 84 protected BitmapText hintText;
186 hintText = new BitmapText(guiFont, false);
187 hintText.setSize(guiFont.getCharSet().getRenderedSize());
188 hintText.setLocalTranslation(0, getCamera().getHeight(), 0);
189 //hintText.setText("Hit T to switch to wireframe");
190 hintText.setText("");
191 guiNode.attachChild(hintText);
TerrainTestModifyHeight.java 87 protected BitmapText hintText;
159 hintText = new BitmapText(guiFont, false);
160 hintText.setLocalTranslation(0, getCamera().getHeight(), 0);
161 hintText.setText("Hit 1 to raise terrain, hit 2 to lower terrain");
162 guiNode.attachChild(hintText);
172 hintText.setText("Press left mouse button to raise terrain, press right mouse button to lower terrain. " + x + "," + y + "," + z+targetText);
  /frameworks/base/core/java/android/widget/
Spinner.java 821 * @param hintText Hint text to set.
823 public void setPromptText(CharSequence hintText);
852 public void setPromptText(CharSequence hintText) {
853 mPrompt = hintText;
939 public void setPromptText(CharSequence hintText) {
941 mHintText = hintText;
    [all...]
SearchView.java     [all...]
TextView.java     [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
SuggestionStripView.java 473 int stripWidth, CharSequence hintText, OnClickListener listener) {
498 final float hintScaleX = getTextScaleX(hintText, hintWidth, hintView.getPaint());
499 hintView.setText(hintText);
687 public void showAddToDictionaryHint(CharSequence word, CharSequence hintText) {
689 mParams.layoutAddToDictionaryHint(word, mSuggestionsStrip, getWidth(), hintText, this);
    [all...]
  /external/jmonkeyengine/engine/src/test/jme3test/light/
TestSpotLightTerrain.java 71 protected BitmapText hintText;
  /external/jmonkeyengine/engine/src/test/jme3test/bullet/
TestHoveringTank.java 79 protected BitmapText hintText;
  /frameworks/base/core/java/android/inputmethodservice/
InputMethodService.java     [all...]
  /frameworks/base/core/java/android/webkit/
WebViewClassic.java 431 outAttrs.hintText = mHint;
    [all...]
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/4/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 322 milliseconds