Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DOverviewCommandHelper.java68 public static final int TYPE_TOGGLE = 4; field in OverviewCommandHelper
224 if (mWaitForToggleCommandComplete && cmd.type == TYPE_TOGGLE) { in executeCommand()
303 case TYPE_TOGGLE: in executeCommand()
474 case TYPE_TOGGLE -> event = LAUNCHER_OVERVIEW_SHOW_OVERVIEW_FROM_3_BUTTON; in logShowOverviewFrom()
DTouchInteractionService.java243 tis.mOverviewCommandHelper.addCommand(OverviewCommandHelper.TYPE_TOGGLE); in onOverviewToggle()
548 mOverviewCommandHelper.addCommand(OverviewCommandHelper.TYPE_TOGGLE);