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
1754 removeCallbacks(mShowPrimaryActionModePopup); in onDetachedFromWindow()
1876 mShowPrimaryActionModePopup = new Runnable() { in createStandaloneActionMode()
1935 post(mShowPrimaryActionModePopup); in setHandledPrimaryActionMode()
2635 removeCallbacks(mShowPrimaryActionModePopup); in onDestroyActionMode()