/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/widget/ |
D | LauncherAppWidgetProviderInfoTest.java | 67 InvariantDeviceProfile idp = createIDP(); in initSpans_minWidthSmallerThanCellWidth_shouldInitializeSpansToOne() local 80 InvariantDeviceProfile idp = createIDP(); in initSpans_minWidthLargerThanCellWidth_shouldInitializeSpans() local 94 InvariantDeviceProfile idp = createIDP(); in initSpans_minWidthLargerThanGridColumns_shouldInitializeSpansToAtMostTheGridColumns() local 107 InvariantDeviceProfile idp = createIDP(); in initSpans_minHeightLargerThanGridRows_shouldInitializeSpansToAtMostTheGridRows() local 118 InvariantDeviceProfile idp = createIDP(); in initSpans_minResizeWidthUnspecified_shouldInitializeMinSpansToOne() local 133 InvariantDeviceProfile idp = createIDP(); in initSpans_minResizeWidthSmallerThanCellWidth_shouldInitializeMinSpansToOne() local 148 InvariantDeviceProfile idp = createIDP(); in initSpans_minResizeWidthLargerThanCellWidth_shouldInitializeMinSpans() local 158 InvariantDeviceProfile idp = createIDP(); in initSpans_minResizeWidthWithCellSpacingAndWidgetInset_shouldInitializeMinSpans() local 180 InvariantDeviceProfile idp = createIDP(); in initSpans_minResizeWidthWithCellSpacingAndNoWidgetInset_shouldInitializeMinSpans() local 207 InvariantDeviceProfile idp = createIDP(); in initSpans_minResizeWidthHeightLargerThanMinWidth_shouldUseMinWidthHeightAsMinSpans() local [all …]
|
D | GeneratedPreviewTest.kt | 93 val idp = InvariantDeviceProfile() in createWidgetItem() constant
|
/packages/apps/Launcher3/tests/src/com/android/launcher3/model/ |
D | FolderIconLoadTest.kt | 91 val idp = LauncherAppState.getIDP(modelHelper.sandboxContext) in folderLoadedWithHighRes_max_3x3() constant 104 val idp = LauncherAppState.getIDP(modelHelper.sandboxContext) in folderLoadedWithHighRes_max_4x4() constant 117 val idp = LauncherAppState.getIDP(modelHelper.sandboxContext) in folderLoadedWithHighRes_differentFolderConfigurations() constant
|
D | LoaderTaskTest.kt | 96 val idp = in setup() constant
|
/packages/apps/Launcher3/src/com/android/launcher3/model/ |
D | WidgetItem.java | 46 InvariantDeviceProfile idp, IconCache iconCache, Context context, in WidgetItem() 76 InvariantDeviceProfile idp, IconCache iconCache, Context context) { in WidgetItem()
|
D | DeviceGridState.java | 63 public DeviceGridState(InvariantDeviceProfile idp) { in DeviceGridState()
|
D | ModelDbController.java | 301 InvariantDeviceProfile idp = LauncherAppState.getIDP(mContext); in migrateGridIfNeeded() local 589 InvariantDeviceProfile idp = LauncherAppState.getIDP(mContext); in getDefaultLayoutParser() local
|
D | ItemInstallQueue.java | 328 InvariantDeviceProfile idp = LauncherAppState.getIDP(context); in getItemInfo() local
|
D | WidgetsModel.java | 165 InvariantDeviceProfile idp = app.getInvariantDeviceProfile(); in update() local
|
D | BaseLauncherBinder.java | 322 final InvariantDeviceProfile idp = mApp.getInvariantDeviceProfile(); in bind() local
|
/packages/apps/Launcher3/src/com/android/launcher3/graphics/ |
D | LauncherPreviewRenderer.java | 127 public PreviewContext(Context base, InvariantDeviceProfile idp) { in PreviewContext() 151 InvariantDeviceProfile idp, in LauncherPreviewRenderer()
|
D | GridCustomizationsProvider.java | 104 InvariantDeviceProfile idp = InvariantDeviceProfile.INSTANCE.get(getContext()); in query() local 147 InvariantDeviceProfile idp = InvariantDeviceProfile.INSTANCE.get(getContext()); in update() local
|
D | PreviewSurfaceRenderer.java | 226 final InvariantDeviceProfile idp = new InvariantDeviceProfile(inflationContext, mGridName); in loadModelData() local 288 @Nullable final SparseArray<Size> launcherWidgetSpanInfo, InvariantDeviceProfile idp) { in renderView()
|
/packages/apps/Launcher3/src/com/android/launcher3/widget/custom/ |
D | CustomAppWidgetProviderInfo.java | 56 public void initSpans(Context context, InvariantDeviceProfile idp) { in initSpans()
|
/packages/apps/Launcher3/src/com/android/launcher3/icons/ |
D | LauncherIcons.java | 117 InvariantDeviceProfile idp = InvariantDeviceProfile.INSTANCE.get(mContext); in obtain() local
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/ |
D | WidgetPickerActivity.java | 111 InvariantDeviceProfile idp = mApp.getInvariantDeviceProfile(); in onCreate() local
|
/packages/apps/Launcher3/src/com/android/launcher3/widget/ |
D | LauncherAppWidgetProviderInfo.java | 98 public void initSpans(Context context, InvariantDeviceProfile idp) { in initSpans()
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | DeviceProfile.java | 835 private int getHorizontalMarginPx(InvariantDeviceProfile idp, Resources res) { in getHorizontalMarginPx() 968 private Point getCellLayoutBorderSpace(InvariantDeviceProfile idp) { in getCellLayoutBorderSpace() 972 private Point getCellLayoutBorderSpace(InvariantDeviceProfile idp, float scale) { in getCellLayoutBorderSpace()
|
D | Launcher.java | 512 InvariantDeviceProfile idp = app.getInvariantDeviceProfile(); in onCreate() local
|
D | AppWidgetResizeFrame.java | 252 InvariantDeviceProfile idp = LauncherAppState.getIDP(cellLayout.getContext()); in setupForWidget() local
|
/packages/apps/Launcher3/tests/src/com/android/launcher3/celllayout/ |
D | TaplReorderWidgetsTest.java | 112 InvariantDeviceProfile idp = InvariantDeviceProfile.INSTANCE.get(mTargetContext); in printCurrentWorkspace() local
|
/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/util/ |
D | LauncherModelHelper.java | 166 InvariantDeviceProfile idp = InvariantDeviceProfile.INSTANCE.get(sandboxContext); in setupDefaultLayoutProvider() local
|
/packages/apps/Launcher3/src/com/android/launcher3/provider/ |
D | RestoreDbTask.java | 122 InvariantDeviceProfile idp = InvariantDeviceProfile.INSTANCE.get(context); in restoreIfNeeded() local 146 private static void trySettingPreviousGidAsCurrent(Context context, InvariantDeviceProfile idp, in trySettingPreviousGidAsCurrent()
|
/packages/apps/Launcher3/src/com/android/launcher3/qsb/ |
D | QsbContainerView.java | 300 InvariantDeviceProfile idp = LauncherAppState.getIDP(getContext()); in createBindOptions() local
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/ |
D | RecentsOrientedState.java | 576 InvariantDeviceProfile idp = InvariantDeviceProfile.INSTANCE.get(mContext); in getLauncherDeviceProfile() local
|