Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/policy/
DDecorView.java195 private Runnable mShowPrimaryActionModePopup; field in DecorView
1752 removeCallbacks(mShowPrimaryActionModePopup); in onDetachedFromWindow()
1874 mShowPrimaryActionModePopup = new Runnable() { in createStandaloneActionMode()
1933 post(mShowPrimaryActionModePopup); in setHandledPrimaryActionMode()
2633 removeCallbacks(mShowPrimaryActionModePopup); in onDestroyActionMode()