Home
last modified time | relevance | path

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

12

/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/widget/
DLauncherAppWidgetProviderInfoTest.java67 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 …]
DGeneratedPreviewTest.kt93 val idp = InvariantDeviceProfile() in createWidgetItem() constant
/packages/apps/Launcher3/tests/src/com/android/launcher3/model/
DFolderIconLoadTest.kt91 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
DLoaderTaskTest.kt96 val idp = in setup() constant
/packages/apps/Launcher3/src/com/android/launcher3/model/
DWidgetItem.java46 InvariantDeviceProfile idp, IconCache iconCache, Context context, in WidgetItem()
76 InvariantDeviceProfile idp, IconCache iconCache, Context context) { in WidgetItem()
DDeviceGridState.java63 public DeviceGridState(InvariantDeviceProfile idp) { in DeviceGridState()
DModelDbController.java301 InvariantDeviceProfile idp = LauncherAppState.getIDP(mContext); in migrateGridIfNeeded() local
589 InvariantDeviceProfile idp = LauncherAppState.getIDP(mContext); in getDefaultLayoutParser() local
DItemInstallQueue.java328 InvariantDeviceProfile idp = LauncherAppState.getIDP(context); in getItemInfo() local
DWidgetsModel.java165 InvariantDeviceProfile idp = app.getInvariantDeviceProfile(); in update() local
DBaseLauncherBinder.java322 final InvariantDeviceProfile idp = mApp.getInvariantDeviceProfile(); in bind() local
/packages/apps/Launcher3/src/com/android/launcher3/graphics/
DLauncherPreviewRenderer.java127 public PreviewContext(Context base, InvariantDeviceProfile idp) { in PreviewContext()
151 InvariantDeviceProfile idp, in LauncherPreviewRenderer()
DGridCustomizationsProvider.java104 InvariantDeviceProfile idp = InvariantDeviceProfile.INSTANCE.get(getContext()); in query() local
147 InvariantDeviceProfile idp = InvariantDeviceProfile.INSTANCE.get(getContext()); in update() local
DPreviewSurfaceRenderer.java226 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/
DCustomAppWidgetProviderInfo.java56 public void initSpans(Context context, InvariantDeviceProfile idp) { in initSpans()
/packages/apps/Launcher3/src/com/android/launcher3/icons/
DLauncherIcons.java117 InvariantDeviceProfile idp = InvariantDeviceProfile.INSTANCE.get(mContext); in obtain() local
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/
DWidgetPickerActivity.java111 InvariantDeviceProfile idp = mApp.getInvariantDeviceProfile(); in onCreate() local
/packages/apps/Launcher3/src/com/android/launcher3/widget/
DLauncherAppWidgetProviderInfo.java98 public void initSpans(Context context, InvariantDeviceProfile idp) { in initSpans()
/packages/apps/Launcher3/src/com/android/launcher3/
DDeviceProfile.java835 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()
DLauncher.java512 InvariantDeviceProfile idp = app.getInvariantDeviceProfile(); in onCreate() local
DAppWidgetResizeFrame.java252 InvariantDeviceProfile idp = LauncherAppState.getIDP(cellLayout.getContext()); in setupForWidget() local
/packages/apps/Launcher3/tests/src/com/android/launcher3/celllayout/
DTaplReorderWidgetsTest.java112 InvariantDeviceProfile idp = InvariantDeviceProfile.INSTANCE.get(mTargetContext); in printCurrentWorkspace() local
/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/util/
DLauncherModelHelper.java166 InvariantDeviceProfile idp = InvariantDeviceProfile.INSTANCE.get(sandboxContext); in setupDefaultLayoutProvider() local
/packages/apps/Launcher3/src/com/android/launcher3/provider/
DRestoreDbTask.java122 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/
DQsbContainerView.java300 InvariantDeviceProfile idp = LauncherAppState.getIDP(getContext()); in createBindOptions() local
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DRecentsOrientedState.java576 InvariantDeviceProfile idp = InvariantDeviceProfile.INSTANCE.get(mContext); in getLauncherDeviceProfile() local

12