Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/com/android/internal/policy/
H A DDecorView.java201 private Runnable mShowPrimaryActionModePopup; field in DecorView
1855 removeCallbacks(mShowPrimaryActionModePopup); in onDetachedFromWindow()
1986 mShowPrimaryActionModePopup = new Runnable() { in createStandaloneActionMode()
2045 post(mShowPrimaryActionModePopup); in setHandledPrimaryActionMode()
2735 removeCallbacks(mShowPrimaryActionModePopup); in onDestroyActionMode()