Home
last modified time | relevance | path

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

/packages/apps/Launcher3/go/quickstep/src/com/android/launcher3/uioverrides/touchcontrollers/
DLandscapeStatesTouchController.java67 protected int getLogContainerTypeForNormalState() { in getLogContainerTypeForNormalState() method in LandscapeStatesTouchController
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/uioverrides/touchcontrollers/
DOverviewToAllAppsTouchController.java78 protected int getLogContainerTypeForNormalState() { in getLogContainerTypeForNormalState() method in OverviewToAllAppsTouchController
DQuickSwitchTouchController.java157 protected int getLogContainerTypeForNormalState() { in getLogContainerTypeForNormalState() method in QuickSwitchTouchController
/packages/apps/Launcher3/src_ui_overrides/com/android/launcher3/uioverrides/
DAllAppsSwipeController.java60 protected int getLogContainerTypeForNormalState() { in getLogContainerTypeForNormalState() method in AllAppsSwipeController
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/touchcontrollers/
DLandscapeEdgeSwipeController.java49 protected int getLogContainerTypeForNormalState() { in getLogContainerTypeForNormalState() method in LandscapeEdgeSwipeController
DPortraitStatesTouchController.java151 protected int getLogContainerTypeForNormalState() { in getLogContainerTypeForNormalState() method in PortraitStatesTouchController
/packages/apps/Launcher3/src/com/android/launcher3/touch/
DAbstractStateChangeTouchController.java193 protected abstract int getLogContainerTypeForNormalState(); in getLogContainerTypeForNormalState() method in AbstractStateChangeTouchController
250 mStartContainerType = getLogContainerTypeForNormalState(); in onDragStart()