Searched refs:mActionPopupShower (Results 1 – 1 of 1) sorted by relevance
2925 private Runnable mActionPopupShower; field in Editor.HandleView3029 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()