Searched refs:mActionPopupShower (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DEditor.java2925 private Runnable mActionPopupShower; field in class:Editor.HandleView
3029 if (mActionPopupShower == null) {
3030 mActionPopupShower = new Runnable() {
3036 mTextView.removeCallbacks(mActionPopupShower);
3038 mTextView.postDelayed(mActionPopupShower, delay);
3042 if (mActionPopupShower != null) {
3043 mTextView.removeCallbacks(mActionPopupShower);

Completed in 31 milliseconds