Searched defs:containerType (Results 1 – 11 of 11) sorted by relevance
| /packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/inputconsumers/ |
| D | OverviewWithoutFocusInputConsumer.java | 87 int containerType = (mGestureState != null && mGestureState.getEndTarget() != null) in onSwipeUp() local
|
| /packages/apps/Launcher3/src/com/android/launcher3/ |
| D | LauncherState.java | 134 public final int containerType; field in LauncherState 143 public LauncherState(int id, int containerType, int flags) { in LauncherState()
|
| D | ShortcutAndWidgetContainer.java | 50 public ShortcutAndWidgetContainer(Context context, @ContainerType int containerType) { in ShortcutAndWidgetContainer()
|
| D | DeviceProfile.java | 627 public int getCellHeight(@ContainerType int containerType) { in getCellHeight()
|
| D | Launcher.java | 935 int containerType = mStateManager.getState().containerType; in logStopAndResume() local
|
| /packages/apps/Launcher3/src/com/android/launcher3/logging/ |
| D | UserEventDispatcher.java | 288 public void logActionBounceTip(int containerType) { in logActionBounceTip() 295 public void logActionOnContainer(int action, int dir, int containerType) { in logActionOnContainer() 299 public void logActionOnContainer(int action, int dir, int containerType, int pageIndex) { in logActionOnContainer() 418 boolean gestureSwipeLeft, int containerType) { in logActionBack()
|
| D | LoggerUtils.java | 138 public static Target newContainerTarget(int containerType) { in newContainerTarget()
|
| D | StatsLogManager.java | 60 public static int containerTypeToAtomState(int containerType) { in containerTypeToAtomState()
|
| /packages/apps/Launcher3/quickstep/src/com/android/quickstep/ |
| D | GestureState.java | 55 GestureEndTarget(boolean isLauncher, int containerType, in GestureEndTarget() 66 public final int containerType; field in GestureState.GestureEndTarget
|
| /packages/apps/Launcher3/src/com/android/launcher3/allapps/ |
| D | DiscoveryBounce.java | 128 private void show(int containerType) { in show()
|
| /packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/ |
| D | LauncherInstrumentation.java | 547 private UiObject2 verifyContainerType(ContainerType containerType) { in verifyContainerType() 571 private UiObject2 verifyVisibleObjects(ContainerType containerType) { in verifyVisibleObjects()
|