Searched defs:mShowSuggestionRunnable (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DEditor.java227 Runnable mShowSuggestionRunnable; field in class:Editor
409 if (mShowSuggestionRunnable != null) {
410 mTextView.removeCallbacks(mShowSuggestionRunnable);
1367 if (mShowSuggestionRunnable != null) {
1368 mTextView.removeCallbacks(mShowSuggestionRunnable);
1369 mShowSuggestionRunnable = null;
2127 mShowSuggestionRunnable = new Runnable() {
2133 mTextView.postDelayed(mShowSuggestionRunnable,

Completed in 68 milliseconds