/packages/apps/Launcher3/src/com/android/launcher3/model/ |
D | AppLaunchTracker.java | 24 import com.android.launcher3.userevent.nano.LauncherLogProto.ContainerType; 39 public static final String CONTAINER_DEFAULT = Integer.toString(ContainerType.WORKSPACE); 40 public static final String CONTAINER_ALL_APPS = Integer.toString(ContainerType.ALLAPPS); 41 public static final String CONTAINER_PREDICTIONS = Integer.toString(ContainerType.PREDICTION); 42 public static final String CONTAINER_SEARCH = Integer.toString(ContainerType.SEARCHRESULT);
|
D | BgDataModel.java | 35 import com.android.launcher3.model.nano.LauncherDumpProto.ContainerType; 175 DumpTargetWrapper hotseat = new DumpTargetWrapper(ContainerType.HOTSEAT, 0); in dumpProto() 180 new DumpTargetWrapper(ContainerType.WORKSPACE, i)); in dumpProto() 186 dtw = new DumpTargetWrapper(ContainerType.FOLDER, folders.size()); in dumpProto()
|
/packages/apps/Launcher3/src/com/android/launcher3/logging/ |
D | LoggerUtils.java | 18 import static com.android.launcher3.userevent.nano.LauncherLogProto.ContainerType.NAVBAR; 30 import com.android.launcher3.userevent.nano.LauncherLogProto.ContainerType; 105 str = getFieldName(t.containerType, ContainerType.class); in getTargetStr() 106 if (t.containerType == ContainerType.WORKSPACE || in getTargetStr() 107 t.containerType == ContainerType.HOTSEAT || in getTargetStr() 110 } else if (t.containerType == ContainerType.FOLDER) { in getTargetStr()
|
D | DumpTargetWrapper.java | 25 import com.android.launcher3.model.nano.LauncherDumpProto.ContainerType; 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()
|
/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/ |
D | Overview.java | 24 import com.android.launcher3.tapl.LauncherInstrumentation.ContainerType; 37 protected ContainerType getContainerType() { in getContainerType() 38 return LauncherInstrumentation.ContainerType.OVERVIEW; in getContainerType()
|
D | Home.java | 39 protected LauncherInstrumentation.ContainerType getContainerType() { in getContainerType() 40 return LauncherInstrumentation.ContainerType.WORKSPACE; in getContainerType()
|
D | Widgets.java | 75 protected LauncherInstrumentation.ContainerType getContainerType() { in getContainerType() 76 return LauncherInstrumentation.ContainerType.WIDGETS; in getContainerType()
|
D | BaseOverview.java | 40 protected LauncherInstrumentation.ContainerType getContainerType() { in getContainerType() 41 return LauncherInstrumentation.ContainerType.BASE_OVERVIEW; in getContainerType()
|
D | Background.java | 41 protected LauncherInstrumentation.ContainerType getContainerType() { in getContainerType() 42 return LauncherInstrumentation.ContainerType.BACKGROUND; in getContainerType()
|
/packages/apps/Launcher3/src_ui_overrides/com/android/launcher3/uioverrides/ |
D | AllAppsSwipeController.java | 14 import com.android.launcher3.userevent.nano.LauncherLogProto.ContainerType; 62 ContainerType.HOTSEAT : ContainerType.WORKSPACE; in getLogContainerTypeForNormalState()
|
/packages/apps/Launcher3/src/com/android/launcher3/widget/ |
D | BaseWidgetSheet.java | 40 import com.android.launcher3.userevent.nano.LauncherLogProto.ContainerType; 159 targetParent.containerType = ContainerType.WIDGETS; in fillInLogContainerData() 172 return ContainerType.WIDGETS; in getLogContainerType()
|
/packages/apps/Launcher3/src_ui_overrides/com/android/launcher3/uioverrides/states/ |
D | OverviewState.java | 21 import com.android.launcher3.userevent.nano.LauncherLogProto.ContainerType; 29 super(id, ContainerType.WORKSPACE, OVERVIEW_TRANSITION_MS, FLAG_DISABLE_RESTORE); in OverviewState()
|
D | AllAppsState.java | 26 import com.android.launcher3.userevent.nano.LauncherLogProto.ContainerType; 45 super(id, ContainerType.ALLAPPS, ALL_APPS_TRANSITION_MS, STATE_FLAGS); in AllAppsState()
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | ShortcutAndWidgetContainer.java | 28 import com.android.launcher3.CellLayout.ContainerType; 39 @ContainerType private final int mContainerType; 50 public ShortcutAndWidgetContainer(Context context, @ContainerType int containerType) { in ShortcutAndWidgetContainer()
|
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/uioverrides/states/ |
D | OverviewState.java | 48 import com.android.launcher3.userevent.nano.LauncherLogProto.ContainerType; 71 this(id, ContainerType.TASKSWITCHER, transitionDuration, stateFlags); in OverviewState() 174 newContainerTarget(ContainerType.OVERVIEW));
|
/packages/apps/Launcher3/protos/ |
D | launcher_log.proto | 36 // Used mainly for ContainerType.FOLDER, ItemType.* 43 optional ContainerType container_type = 6; 79 enum ContainerType { enum
|
D | launcher_dump.proto | 36 optional ContainerType container_type = 5; 59 enum ContainerType { enum
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/states/ |
D | AllAppsState.java | 25 import com.android.launcher3.userevent.nano.LauncherLogProto.ContainerType; 43 super(id, ContainerType.ALLAPPS, ALL_APPS_TRANSITION_MS, STATE_FLAGS); in AllAppsState()
|
/packages/apps/Launcher3/src/com/android/launcher3/allapps/ |
D | AllAppsRecyclerView.java | 38 import com.android.launcher3.userevent.nano.LauncherLogProto.ContainerType; 144 targetParent.containerType = ContainerType.SEARCHRESULT; in fillInLogContainerData() 146 targetParent.containerType = ContainerType.ALLAPPS; in fillInLogContainerData()
|
/packages/apps/Launcher3/src/com/android/launcher3/states/ |
D | SpringLoadedState.java | 28 import com.android.launcher3.userevent.nano.LauncherLogProto.ContainerType; 40 super(id, ContainerType.OVERVIEW, SPRING_LOADED_TRANSITION_MS, STATE_FLAGS); in SpringLoadedState()
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/logging/ |
D | UserEventDispatcherExtension.java | 49 dstContainerType == LauncherLogProto.ContainerType.TASKSWITCHER); in logStateChangeAction() 61 target.containerType = LauncherLogProto.ContainerType.TIP; in logActionTip()
|
/packages/apps/Launcher3/go/quickstep/src/com/android/quickstep/ |
D | LauncherActivityControllerHelper.java | 95 LauncherLogProto.ContainerType.TASKSWITCHER); 105 : LauncherLogProto.ContainerType.APP;
|
/packages/apps/Launcher3/src/com/android/launcher3/views/ |
D | BottomUserEducationView.java | 33 import com.android.launcher3.userevent.nano.LauncherLogProto.ContainerType; 76 return ContainerType.TIP; in getLogContainerType()
|
/packages/apps/Launcher3/src/com/android/launcher3/popup/ |
D | PopupContainerWithArrow.java | 24 import static com.android.launcher3.userevent.nano.LauncherLogProto.ContainerType; 168 return ContainerType.DEEPSHORTCUTS; in getLogContainerType() 181 LoggerUtils.newContainerTarget(ContainerType.DEEPSHORTCUTS)); in onControllerInterceptTouchEvent() 564 targetParent.containerType = ContainerType.DEEPSHORTCUTS;
|
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/ |
D | WindowTransformSwipeHandler.java | 89 import com.android.launcher3.userevent.nano.LauncherLogProto.ContainerType; 177 ContainerType.WORKSPACE, false), 180 | STATE_SCREENSHOT_VIEW_SHOWN, true, false, ContainerType.TASKSWITCHER, true), 183 ContainerType.APP, true), 185 LAST_TASK(0, STATE_RESUME_LAST_TASK, false, true, ContainerType.APP, false); 1048 ContainerType.NAVBAR, ContainerType.APP, in doLogGesture()
|