Home
last modified time | relevance | path

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

/packages/apps/Launcher3/robolectric_tests/src/com/android/launcher3/widget/
DLauncherAppWidgetProviderInfoTest.java63 InvariantDeviceProfile idp = createIDP(); in initSpans_minWidthSmallerThanCellWidth_shouldInitializeSpansToOne() local
76 InvariantDeviceProfile idp = createIDP(); in initSpans_minWidthLargerThanCellWidth_shouldInitializeSpans() local
90 InvariantDeviceProfile idp = createIDP(); in initSpans_minWidthLargerThanGridColumns_shouldInitializeSpansToAtMostTheGridColumns() local
103 InvariantDeviceProfile idp = createIDP(); in initSpans_minHeightLargerThanGridRows_shouldInitializeSpansToAtMostTheGridRows() local
114 InvariantDeviceProfile idp = createIDP(); in initSpans_minResizeWidthUnspecified_shouldInitializeMinSpansToOne() local
129 InvariantDeviceProfile idp = createIDP(); in initSpans_minResizeWidthSmallerThanCellWidth_shouldInitializeMinSpansToOne() local
144 InvariantDeviceProfile idp = createIDP(); in initSpans_minResizeWidthLargerThanCellWidth_shouldInitializeMinSpans() local
154 InvariantDeviceProfile idp = createIDP(); in initSpans_minResizeWidthWithCellSpacingAndWidgetInset_shouldInitializeMinSpans() local
177 InvariantDeviceProfile idp = createIDP(); in initSpans_minResizeWidthWithCellSpacingAndNoWidgetInset_shouldInitializeMinSpans() local
205 InvariantDeviceProfile idp = createIDP(); in initSpans_minResizeWidthHeightLargerThanMinWidth_shouldUseMinWidthHeightAsMinSpans() local
[all …]
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/hybridhotseat/
DHotseatRestoreHelper.java45 InvariantDeviceProfile idp = LauncherAppState.getIDP(context); in createBackup() local
70 InvariantDeviceProfile idp = LauncherAppState.getIDP(context); in restoreBackup() local
DHotseatEduController.java129 InvariantDeviceProfile idp = mLauncher.getDeviceProfile().inv; in placeFoldersInWorkspace() local
/packages/apps/Launcher3/src/com/android/launcher3/provider/
DLossyScreenMigrationTask.java43 Context context, InvariantDeviceProfile idp, SQLiteDatabase db) { in LossyScreenMigrationTask()
DRestoreDbTask.java105 InvariantDeviceProfile idp = LauncherAppState.getIDP(context); in backupWorkspace() local
113 final InvariantDeviceProfile idp = LauncherAppState.getIDP(context); in restoreWorkspace() local
/packages/apps/Launcher3/src/com/android/launcher3/widget/custom/
DCustomAppWidgetProviderInfo.java61 public void initSpans(Context context, InvariantDeviceProfile idp) { } in initSpans()
/packages/apps/Launcher3/src/com/android/launcher3/model/
DWidgetItem.java31 InvariantDeviceProfile idp, IconCache iconCache) { in WidgetItem()
DItemInstallQueue.java317 InvariantDeviceProfile idp = LauncherAppState.getIDP(context); in getItemInfo() local
DBaseLoaderResults.java188 final InvariantDeviceProfile idp = mApp.getInvariantDeviceProfile(); in bind() local
DGridSizeMigrationTaskV2.java108 public static boolean needsToMigrate(Context context, InvariantDeviceProfile idp) { in needsToMigrate()
138 public static boolean migrateGridIfNeeded(Context context, InvariantDeviceProfile idp) { in migrateGridIfNeeded()
DLoaderTask.java990 private static void logWidgetInfo(InvariantDeviceProfile idp, in logWidgetInfo()
/packages/apps/Launcher3/src/com/android/launcher3/graphics/
DLauncherPreviewRenderer.java134 public PreviewContext(Context base, InvariantDeviceProfile idp) { in PreviewContext()
212 InvariantDeviceProfile idp, in LauncherPreviewRenderer()
DGridCustomizationsProvider.java96 InvariantDeviceProfile idp = InvariantDeviceProfile.INSTANCE.get(getContext()); in query() local
/packages/apps/Launcher3/src/com/android/launcher3/icons/
DLauncherIcons.java60 InvariantDeviceProfile idp = InvariantDeviceProfile.INSTANCE.get(context); in obtain() local
DIconCache.java83 public IconCache(Context context, InvariantDeviceProfile idp) { in IconCache()
87 public IconCache(Context context, InvariantDeviceProfile idp, String dbFileName, in IconCache()
/packages/apps/Launcher3/src/com/android/launcher3/widget/
DLauncherAppWidgetProviderInfo.java100 public void initSpans(Context context, InvariantDeviceProfile idp) { in initSpans()
/packages/apps/Launcher3/src_shortcuts_overrides/com/android/launcher3/model/
DWidgetsModel.java121 InvariantDeviceProfile idp = app.getInvariantDeviceProfile(); in update() local
/packages/apps/Launcher3/src/com/android/launcher3/qsb/
DQsbContainerView.java293 InvariantDeviceProfile idp = LauncherAppState.getIDP(getContext()); in createBindOptions() local
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DRecentsOrientedState.java584 InvariantDeviceProfile idp = InvariantDeviceProfile.INSTANCE.get(mContext); in getLauncherDeviceProfile() local
/packages/apps/Launcher3/robolectric_tests/src/com/android/launcher3/util/
DLauncherModelHelper.java357 InvariantDeviceProfile idp = InvariantDeviceProfile.INSTANCE.get(context); in setupDefaultLayoutProvider() local
/packages/apps/Launcher3/src/com/android/launcher3/
DLauncher.java427 InvariantDeviceProfile idp = app.getInvariantDeviceProfile(); in onCreate() local
565 public void onIdpChanged(InvariantDeviceProfile idp) { in onIdpChanged()
589 private void initDeviceProfile(InvariantDeviceProfile idp) { in initDeviceProfile()
DAppWidgetResizeFrame.java222 InvariantDeviceProfile idp = LauncherAppState.getIDP(cellLayout.getContext()); in setupForWidget() local
DLauncherProvider.java627 InvariantDeviceProfile idp = LauncherAppState.getIDP(getContext()); in getDefaultLayoutParser() local