Home
last modified time | relevance | path

Searched defs:idp (Results 1 – 22 of 22) sorted by relevance

/aosp12/packages/apps/Launcher3/tests/src/com/android/launcher3/widget/
H A DLauncherAppWidgetProviderInfoTest.java66 InvariantDeviceProfile idp = createIDP(); in initSpans_minWidthSmallerThanCellWidth_shouldInitializeSpansToOne() local
79 InvariantDeviceProfile idp = createIDP(); in initSpans_minWidthLargerThanCellWidth_shouldInitializeSpans() local
93 InvariantDeviceProfile idp = createIDP(); in initSpans_minWidthLargerThanGridColumns_shouldInitializeSpansToAtMostTheGridColumns() local
106 InvariantDeviceProfile idp = createIDP(); in initSpans_minHeightLargerThanGridRows_shouldInitializeSpansToAtMostTheGridRows() local
117 InvariantDeviceProfile idp = createIDP(); in initSpans_minResizeWidthUnspecified_shouldInitializeMinSpansToOne() local
132 InvariantDeviceProfile idp = createIDP(); in initSpans_minResizeWidthSmallerThanCellWidth_shouldInitializeMinSpansToOne() local
147 InvariantDeviceProfile idp = createIDP(); in initSpans_minResizeWidthLargerThanCellWidth_shouldInitializeMinSpans() local
157 InvariantDeviceProfile idp = createIDP(); in initSpans_minResizeWidthWithCellSpacingAndWidgetInset_shouldInitializeMinSpans() local
180 InvariantDeviceProfile idp = createIDP(); in initSpans_minResizeWidthWithCellSpacingAndNoWidgetInset_shouldInitializeMinSpans() local
208 InvariantDeviceProfile idp = createIDP(); in initSpans_minResizeWidthHeightLargerThanMinWidth_shouldUseMinWidthHeightAsMinSpans() local
[all …]
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/graphics/
H A DLauncherPreviewRenderer.java129 public PreviewContext(Context base, InvariantDeviceProfile idp) { in PreviewContext()
179 InvariantDeviceProfile idp, in LauncherPreviewRenderer()
H A DGridCustomizationsProvider.java85 InvariantDeviceProfile idp = InvariantDeviceProfile.INSTANCE.get(getContext()); in query() local
128 InvariantDeviceProfile idp = InvariantDeviceProfile.INSTANCE.get(getContext()); in update() local
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/widget/custom/
H A DCustomAppWidgetProviderInfo.java61 public void initSpans(Context context, InvariantDeviceProfile idp) { } in initSpans()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/model/
H A DWidgetItem.java31 InvariantDeviceProfile idp, IconCache iconCache) { in WidgetItem()
H A DDeviceGridState.java50 public DeviceGridState(InvariantDeviceProfile idp) { in DeviceGridState()
H A DGridSizeMigrationTaskV2.java105 public static boolean needsToMigrate(Context context, InvariantDeviceProfile idp) { in needsToMigrate()
139 public static boolean migrateGridIfNeeded(Context context, InvariantDeviceProfile idp) { in migrateGridIfNeeded()
208 protected boolean migrate(InvariantDeviceProfile idp) { in migrate()
H A DBaseLoaderResults.java193 final InvariantDeviceProfile idp = mApp.getInvariantDeviceProfile(); in bind() local
H A DItemInstallQueue.java317 InvariantDeviceProfile idp = LauncherAppState.getIDP(context); in getItemInfo() local
H A DLoaderTask.java1062 private static void logWidgetInfo(InvariantDeviceProfile idp, in logWidgetInfo()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/icons/
H A DLauncherIcons.java60 InvariantDeviceProfile idp = InvariantDeviceProfile.INSTANCE.get(context); in obtain() local
H A DIconCache.java98 public IconCache(Context context, InvariantDeviceProfile idp) { in IconCache()
102 public IconCache(Context context, InvariantDeviceProfile idp, String dbFileName, in IconCache()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/provider/
H A DRestoreDbTask.java125 InvariantDeviceProfile idp = LauncherAppState.getIDP(context); in backupWorkspace() local
133 final InvariantDeviceProfile idp = LauncherAppState.getIDP(context); in restoreWorkspace() local
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/widget/
H A DLauncherAppWidgetProviderInfo.java100 public void initSpans(Context context, InvariantDeviceProfile idp) { in initSpans()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/hybridhotseat/
H A DHotseatEduController.java135 InvariantDeviceProfile idp = mLauncher.getDeviceProfile().inv; in placeFoldersInWorkspace() local
/aosp12/packages/apps/Launcher3/src_shortcuts_overrides/com/android/launcher3/model/
H A DWidgetsModel.java124 InvariantDeviceProfile idp = app.getInvariantDeviceProfile(); in update() local
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/
H A DAppWidgetResizeFrame.java242 InvariantDeviceProfile idp = LauncherAppState.getIDP(cellLayout.getContext()); in setupForWidget() local
H A DLauncher.java454 InvariantDeviceProfile idp = app.getInvariantDeviceProfile(); in onCreate() local
623 private void initDeviceProfile(InvariantDeviceProfile idp) { in initDeviceProfile()
H A DLauncherProvider.java611 InvariantDeviceProfile idp = LauncherAppState.getIDP(getContext()); in getDefaultLayoutParser() local
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/qsb/
H A DQsbContainerView.java293 InvariantDeviceProfile idp = LauncherAppState.getIDP(getContext()); in createBindOptions() local
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
H A DRecentsOrientedState.java585 InvariantDeviceProfile idp = InvariantDeviceProfile.INSTANCE.get(mContext); in getLauncherDeviceProfile() local
/aosp12/packages/apps/Launcher3/tests/src/com/android/launcher3/util/
H A DLauncherModelHelper.java415 InvariantDeviceProfile idp = InvariantDeviceProfile.INSTANCE.get(sandboxContext); in setupDefaultLayoutProvider() local