Home
last modified time | relevance | path

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

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