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.java193 private Runnable mShowPrimaryActionModePopup; field in DecorView
1831 removeCallbacks(mShowPrimaryActionModePopup); in onDetachedFromWindow()
1957 mShowPrimaryActionModePopup = new Runnable() { in createStandaloneActionMode()
2016 post(mShowPrimaryActionModePopup); in setHandledPrimaryActionMode()
2412 removeCallbacks(mShowPrimaryActionModePopup); in onDestroyActionMode()