Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src_shortcuts_overrides/com/android/launcher3/model/
DWidgetsModel.java91 InvariantDeviceProfile idp = app.getInvariantDeviceProfile(); in update() local
165 InvariantDeviceProfile idp = app.getInvariantDeviceProfile(); in setWidgetsAndShortcuts() local
/packages/apps/Launcher3/src/com/android/launcher3/provider/
DLossyScreenMigrationTask.java44 Context context, InvariantDeviceProfile idp, SQLiteDatabase db) { in LossyScreenMigrationTask()
/packages/apps/Launcher3/src/com/android/launcher3/graphics/
DLauncherPreviewRenderer.java88 public LauncherPreviewRenderer(Context context, InvariantDeviceProfile idp) { in LauncherPreviewRenderer()
DGridOptionsProvider.java91 InvariantDeviceProfile idp = InvariantDeviceProfile.INSTANCE.get(getContext()); in query() local
176 InvariantDeviceProfile idp; in openFile() local
/packages/apps/Launcher3/robolectric_tests/src/com/android/launcher3/model/
DBaseModelUpdateTaskTestCase.java61 public InvariantDeviceProfile idp; field in BaseModelUpdateTaskTestCase
191 public MyIconCache(Context context, InvariantDeviceProfile idp) { in MyIconCache()
/packages/apps/Launcher3/src/com/android/launcher3/model/
DWidgetItem.java34 InvariantDeviceProfile idp, IconCache iconCache) { in WidgetItem()
/packages/apps/Launcher3/src/com/android/launcher3/
DLauncherAppWidgetProviderInfo.java59 InvariantDeviceProfile idp = LauncherAppState.getIDP(context); in initSpans() local
DHotseat.java64 InvariantDeviceProfile idp = mActivity.getDeviceProfile().inv; in resetLayout() local
DLauncherAppState.java123 private void onIdpChanged(int changeFlags, InvariantDeviceProfile idp) { in onIdpChanged()
DLauncher.java314 InvariantDeviceProfile idp = app.getInvariantDeviceProfile(); in onCreate() local
461 public void onIdpChanged(int changeFlags, InvariantDeviceProfile idp) { in onIdpChanged()
465 private void onIdpChanged(InvariantDeviceProfile idp) { in onIdpChanged()
494 private void initDeviceProfile(InvariantDeviceProfile idp) { in initDeviceProfile()
DInstallShortcutReceiver.java509 InvariantDeviceProfile idp = LauncherAppState.getIDP(mContext); in getItemInfo() local
DLauncherProvider.java553 InvariantDeviceProfile idp = LauncherAppState.getIDP(getContext()); in getDefaultLayoutParser() local
/packages/apps/Launcher3/src/com/android/launcher3/icons/
DLauncherIcons.java74 InvariantDeviceProfile idp = LauncherAppState.getIDP(context); in obtain() local
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/appprediction/
DPredictionUiStateManager.java103 InvariantDeviceProfile idp = LauncherAppState.getIDP(context); in PredictionUiStateManager() local
/packages/apps/Launcher3/src/com/android/launcher3/qsb/
DQsbContainerView.java222 InvariantDeviceProfile idp = LauncherAppState.getIDP(getContext()); in createBindOptions() local
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/views/
DRecentsView.java394 public void onIdpChanged(int changeFlags, InvariantDeviceProfile idp) { in onIdpChanged()