Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DTaskbarNavButtonController.java84 BUTTON_BACK,
95 static final int BUTTON_BACK = 1; field in TaskbarNavButtonController
96 static final int BUTTON_HOME = BUTTON_BACK << 1;
104 private static final int SCREEN_UNPIN_COMBO = BUTTON_BACK | BUTTON_RECENTS;
136 case BUTTON_BACK: in onButtonClick()
180 case BUTTON_BACK: in onButtonLongClick()
198 case BUTTON_BACK: in getButtonContentDescription()
DNavbarButtonsViewController.java29 import static com.android.launcher3.taskbar.TaskbarNavButtonController.BUTTON_BACK;
326 View imeDownButton = addButton(R.drawable.ic_sysbar_back, BUTTON_BACK, in setupController()
371 mBackButton = addButton(R.drawable.ic_sysbar_back, BUTTON_BACK, in initButtons()
/packages/apps/Launcher3/quickstep/tests/multivalentTests/src/com/android/launcher3/taskbar/
DTaskbarNavButtonControllerTest.java10 import static com.android.launcher3.taskbar.TaskbarNavButtonController.BUTTON_BACK;
106 mNavButtonController.onButtonClick(BUTTON_BACK, mockView); in testPressBack()
191 mNavButtonController.onButtonLongClick(BUTTON_BACK, mockView); in testLongPressBackRecentsNotPinned()
199 mNavButtonController.onButtonLongClick(BUTTON_BACK, mockView); in testLongPressBackRecentsPinned()
212 mNavButtonController.onButtonLongClick(BUTTON_BACK, mockView); in testLongPressBackRecentsTooLongPinned()
225 mNavButtonController.onButtonLongClick(BUTTON_BACK, mockView); in testLongPressBackRecentsMultipleAttemptPinned()
230 mNavButtonController.onButtonLongClick(BUTTON_BACK, mockView); in testLongPressBackRecentsMultipleAttemptPinned()
281 mNavButtonController.onButtonLongClick(BUTTON_BACK, mockView); in testBackOverviewLogOnLongpress()
/packages/services/Car/service/src/com/android/car/hal/
DInputHalService.java666 case VehicleHwMotionButtonStateFlag.BUTTON_BACK:
667 return MotionEvent.BUTTON_BACK;