Home
last modified time | relevance | path

Searched refs:showHint (Results 1 – 2 of 2) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DHints.java36 public void showHint(int viewResource); in showHint() method
82 showHint(R.layout.voice_swipe_hint); in showSwipeHintIfNecessary()
96 showHint(R.layout.voice_punctuation_hint); in showPunctuationHintIfNecessary()
158 private void showHint(int hintViewResource) { in showHint() method in Hints
175 mDisplay.showHint(hintViewResource); in showHint()
DLatinIME.java384 public void showHint(int viewResource) { in onCreate()