Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/tests/multivalentTests/src/com/android/launcher3/taskbar/
DTaskbarNavButtonControllerTest.java13 import static com.android.launcher3.taskbar.TaskbarNavButtonController.BUTTON_RECENTS;
177 mNavButtonController.onButtonClick(BUTTON_RECENTS, mockView); in testPressRecents()
184 mNavButtonController.onButtonClick(BUTTON_RECENTS, mockView); in testPressRecentsWithScreenPinned_noNavigationToOverview()
190 mNavButtonController.onButtonLongClick(BUTTON_RECENTS, mockView); in testLongPressBackRecentsNotPinned()
198 mNavButtonController.onButtonLongClick(BUTTON_RECENTS, mockView); in testLongPressBackRecentsPinned()
206 mNavButtonController.onButtonLongClick(BUTTON_RECENTS, mockView); in testLongPressBackRecentsTooLongPinned()
219 mNavButtonController.onButtonLongClick(BUTTON_RECENTS, mockView); in testLongPressBackRecentsMultipleAttemptPinned()
229 mNavButtonController.onButtonLongClick(BUTTON_RECENTS, mockView); in testLongPressBackRecentsMultipleAttemptPinned()
277 mNavButtonController.onButtonLongClick(BUTTON_RECENTS, mockView); in testBackOverviewLogOnLongpress()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DTaskbarNavButtonController.java86 BUTTON_RECENTS,
97 static final int BUTTON_RECENTS = BUTTON_HOME << 1; field in TaskbarNavButtonController
98 static final int BUTTON_IME_SWITCH = BUTTON_RECENTS << 1;
104 private static final int SCREEN_UNPIN_COMBO = BUTTON_BACK | BUTTON_RECENTS;
144 case BUTTON_RECENTS: in onButtonClick()
183 case BUTTON_RECENTS: in onButtonLongClick()
202 case BUTTON_RECENTS: in getButtonContentDescription()
DNavbarButtonsViewController.java32 import static com.android.launcher3.taskbar.TaskbarNavButtonController.BUTTON_RECENTS;
419 mRecentsButton = addButton(R.drawable.ic_sysbar_recent, BUTTON_RECENTS, in initButtons()
429 navButtonController.onButtonClick(BUTTON_RECENTS, v); in initButtons()