Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DTaskbarNavButtonController.java105 private int mLongPressedButtons = 0; field in TaskbarNavButtonController
214 mLongPressedButtons |= buttonType; in backRecentsLongpress()
246 if ((mLongPressedButtons & SCREEN_UNPIN_COMBO) == SCREEN_UNPIN_COMBO) { in determineScreenUnpin()
256 mLongPressedButtons = 0; in resetScreenUnpin()