Home
last modified time | relevance | path

Searched refs:containerType (Results 1 – 24 of 24) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/logging/
DLoggerUtils.java105 str = getFieldName(t.containerType, ContainerType.class); in getTargetStr()
106 if (t.containerType == ContainerType.WORKSPACE || in getTargetStr()
107 t.containerType == ContainerType.HOTSEAT || in getTargetStr()
108 t.containerType == NAVBAR) { in getTargetStr()
110 } else if (t.containerType == ContainerType.FOLDER) { in getTargetStr()
225 public static Target newContainerTarget(int containerType) { in newContainerTarget() argument
227 t.containerType = containerType; in newContainerTarget()
DDumpTargetWrapper.java44 public DumpTargetWrapper(int containerType, int id) { in DumpTargetWrapper() argument
46 node = newContainerTarget(containerType, id); in DumpTargetWrapper()
97 dt.containerType = type; in newContainerTarget()
110 String str = LoggerUtils.getFieldName(t.containerType, ContainerType.class); in getDumpTargetStr()
111 if (t.containerType == ContainerType.WORKSPACE) { in getDumpTargetStr()
113 } else if (t.containerType == ContainerType.FOLDER) { in getDumpTargetStr()
DUserEventDispatcher.java217 event.srcTarget[0].containerType = srcContainerType; in logActionCommand()
254 event.srcTarget[1].containerType = parentContainerType; in logActionOnControl()
269 public void logActionBounceTip(int containerType) { in logActionBounceTip() argument
271 newContainerTarget(containerType)); in logActionBounceTip()
276 public void logActionOnContainer(int action, int dir, int containerType) { in logActionOnContainer() argument
277 logActionOnContainer(action, dir, containerType, 0); in logActionOnContainer()
280 public void logActionOnContainer(int action, int dir, int containerType, int pageIndex) { in logActionOnContainer() argument
282 newContainerTarget(containerType)); in logActionOnContainer()
363 boolean gestureSwipeLeft, int containerType) { in logActionBack() argument
378 LauncherEvent event = newLauncherEvent(action, target, newContainerTarget(containerType)); in logActionBack()
/packages/apps/Launcher3/src/com/android/launcher3/
DLauncherState.java122 public final int containerType; field in LauncherState
178 public LauncherState(int id, int containerType, int transitionDuration, int flags) { in LauncherState() argument
179 this.containerType = containerType; in LauncherState()
DShortcutAndWidgetContainer.java50 public ShortcutAndWidgetContainer(Context context, @ContainerType int containerType) { in ShortcutAndWidgetContainer() argument
54 mContainerType = containerType; in ShortcutAndWidgetContainer()
DDeviceProfile.java566 public int getCellHeight(@ContainerType int containerType) { in getCellHeight() argument
567 switch (containerType) { in getCellHeight()
DLauncher.java878 mStateManager.getState().containerType, -1); in onStop()
908 mStateManager.getState().containerType, -1); in handleDeferredResume()
1389 Target target = newContainerTarget(mStateManager.getState().containerType); in onNewIntent()
1795 event.srcTarget[1].containerType == ContainerType.PREDICTION) { in modifyUserEvent()
1803 event.srcTarget[2].containerType = ContainerType.ALLAPPS; in modifyUserEvent()
1805 event.srcTarget[2].containerType = ContainerType.TASKSWITCHER; in modifyUserEvent()
DHotseat.java76 targetParent.containerType = LauncherLogProto.ContainerType.HOTSEAT; in fillInLogContainerData()
DWorkspace.java3316 targetParent.containerType = ContainerType.WORKSPACE; in fillInLogContainerData()
3319 targetParent.containerType = ContainerType.HOTSEAT; in fillInLogContainerData()
3321 targetParent.containerType = ContainerType.FOLDER; in fillInLogContainerData()
/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/
DLauncherInstrumentation.java333 private UiObject2 verifyContainerType(ContainerType containerType) { in verifyContainerType() argument
338 log("verifyContainerType: " + containerType); in verifyContainerType()
341 "but the current state is not " + containerType.name())) { in verifyContainerType()
342 switch (containerType) { in verifyContainerType()
387 fail("Invalid state: " + containerType); in verifyContainerType()
/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DDiscoveryBounce.java136 private void show(int containerType) { in show() argument
139 mLauncher.getUserEventDispatcher().logActionBounceTip(containerType); in show()
DAllAppsRecyclerView.java144 targetParent.containerType = ContainerType.SEARCHRESULT; in fillInLogContainerData()
146 targetParent.containerType = ContainerType.ALLAPPS; in fillInLogContainerData()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/uioverrides/touchcontrollers/
DNavBarToHomeTouchController.java186 logStateChange(mStartState.containerType, logAction); in onDragEnd()
219 mEndState.containerType, in logStateChange()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/
DWindowTransformSwipeHandler.java188 int containerType, boolean recentsAttachedToAppWindow) { in GestureEndTarget() argument
193 this.containerType = containerType; in GestureEndTarget()
206 public final int containerType; field in WindowTransformSwipeHandler.GestureEndTarget
1049 endTarget.containerType, in doLogGesture()
DLauncherActivityControllerHelper.java476 return launcher != null ? launcher.getStateManager().getState().containerType
/packages/apps/Launcher3/src/com/android/launcher3/touch/
DAbstractStateChangeTouchController.java551 mStartState.containerType, in logReachedState()
552 targetState.containerType, in logReachedState()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/logging/
DUserEventDispatcherExtension.java61 target.containerType = LauncherLogProto.ContainerType.TIP; in logActionTip()
/packages/apps/Launcher3/go/quickstep/src/com/android/quickstep/
DLauncherActivityControllerHelper.java104 return launcher != null ? launcher.getStateManager().getState().containerType
/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
DPinItemDragListener.java109 targetParent.containerType = LauncherLogProto.ContainerType.PINITEM; in fillInLogContainerData()
/packages/apps/Launcher3/src/com/android/launcher3/widget/
DBaseWidgetSheet.java159 targetParent.containerType = ContainerType.WIDGETS; in fillInLogContainerData()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/appprediction/
DPredictionRowView.java311 targetParent.containerType = LauncherLogProto.ContainerType.PREDICTION; in fillInLogContainerData()
/packages/apps/Launcher3/src/com/android/launcher3/views/
DScrimView.java434 mLauncher.getStateManager().getState().containerType); in onPerformActionForVirtualView()
/packages/apps/Launcher3/src/com/android/launcher3/popup/
DPopupContainerWithArrow.java564 targetParent.containerType = ContainerType.DEEPSHORTCUTS;
/packages/apps/Launcher3/src/com/android/launcher3/folder/
DFolder.java1346 targetParent.containerType = ContainerType.FOLDER;