Searched refs:LauncherAppState (Results 26 - 48 of 48) sorted by relevance

12

/packages/apps/Launcher3/src/com/android/launcher3/graphics/
H A DIconShapeOverride.java37 import com.android.launcher3.LauncherAppState;
190 LauncherAppState.getInstance(mContext).getIconCache().clear();
H A DShadowGenerator.java30 import com.android.launcher3.LauncherAppState;
59 mIconSize = LauncherAppState.getIDP(context).iconBitmapSize;
H A DIconNormalizer.java35 import com.android.launcher3.LauncherAppState;
94 mMaxSize = LauncherAppState.getIDP(context).iconBitmapSize * 2;
/packages/apps/Launcher3/src/com/android/launcher3/qsb/
H A DQsbContainerView.java40 import com.android.launcher3.LauncherAppState;
118 InvariantDeviceProfile idp = LauncherAppState.getIDP(activity);
/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
H A DDragView.java52 import com.android.launcher3.LauncherAppState;
209 LauncherAppState appState = LauncherAppState.getInstance(mLauncher);
316 private Drawable getFullDrawable(ItemInfo info, LauncherAppState appState, Object[] outObj) {
362 private Drawable getBadge(ItemInfo info, LauncherAppState appState, Object obj) {
/packages/apps/Launcher3/src/com/android/launcher3/
H A DLauncherProvider.java106 LauncherAppState appState = LauncherAppState.getInstanceNoCreate();
152 if (LauncherAppState.PROFILE_STARTUP) {
166 if (LauncherAppState.PROFILE_STARTUP) {
202 LauncherAppState app = LauncherAppState.getInstanceNoCreate();
233 LauncherAppState app = LauncherAppState.getInstanceNoCreate();
555 InvariantDeviceProfile idp = LauncherAppState.getIDP(getContext());
H A DInstallShortcutReceiver.java272 LauncherModel model = LauncherAppState.getInstance(context).getModel();
457 final LauncherAppState app = LauncherAppState.getInstance(mContext);
485 InvariantDeviceProfile idp = LauncherAppState.getIDP(mContext);
492 ShortcutInfo si = createShortcutInfo(data, LauncherAppState.getInstance(mContext));
640 private static ShortcutInfo createShortcutInfo(Intent data, LauncherAppState app) {
H A DLauncher.java367 if (LauncherAppState.PROFILE_STARTUP) {
381 LauncherAppState app = LauncherAppState.getInstance(this);
432 if (LauncherAppState.PROFILE_STARTUP) {
1838 LauncherAppState.getInstance(this).setLauncher(null);
3176 if (LauncherAppState.PROFILE_STARTUP) {
3191 if (LauncherAppState.PROFILE_STARTUP) {
3598 if (LauncherAppState.PROFILE_STARTUP) {
3619 if (LauncherAppState.PROFILE_STARTUP) {
H A DAutoInstallsLayout.java79 InvariantDeviceProfile grid = LauncherAppState.getIDP(context);
182 mIdp = LauncherAppState.getIDP(context);
H A DAppWidgetResizeFrame.java322 InvariantDeviceProfile inv = LauncherAppState.getIDP(context);
H A DBubbleTextView.java630 mIconLoadRequest = LauncherAppState.getInstance(getContext()).getIconCache()
H A DIconCache.java736 LauncherAppState.getInstance(mContext).getModel().onPackageIconsUpdated(
H A DWorkspace.java1571 final Point size = LauncherAppState.getIDP(getContext()).defaultWallpaperSize;
/packages/apps/Launcher3/src/com/android/launcher3/model/
H A DLoaderResults.java26 import com.android.launcher3.LauncherAppState;
60 private final LauncherAppState mApp;
67 public LoaderResults(LauncherAppState app, BgDataModel dataModel,
H A DGridSizeMigrationTask.java18 import com.android.launcher3.LauncherAppState;
896 InvariantDeviceProfile idp = LauncherAppState.getIDP(context);
916 dbChanged = new GridSizeMigrationTask(context, LauncherAppState.getIDP(context),
979 context, LauncherAppState.getIDP(context), getValidPackages(context),
1038 return new GridSizeMigrationTask(mContext, LauncherAppState.getIDP(mContext),
H A DLoaderTask.java44 import com.android.launcher3.LauncherAppState;
90 private final LauncherAppState mApp;
105 public LoaderTask(LauncherAppState app, AllAppsList bgAllAppsList, BgDataModel dataModel,
219 if (LauncherAppState.PROFILE_STARTUP) {
768 if (LauncherAppState.PROFILE_STARTUP) {
H A DModelWriter.java28 import com.android.launcher3.LauncherAppState;
71 ? LauncherAppState.getIDP(mContext).numHotseatIcons - cellY - 1 : cellX;
H A DPackageUpdatedTask.java32 import com.android.launcher3.LauncherAppState;
84 public void execute(LauncherAppState app, BgDataModel dataModel, AllAppsList appsList) {
H A DLoaderCursor.java38 import com.android.launcher3.LauncherAppState;
98 public LoaderCursor(Cursor c, LauncherAppState app) {
/packages/apps/Launcher3/src/com/android/launcher3/widget/
H A DWidgetsBottomSheet.java40 import com.android.launcher3.LauncherAppState;
131 widget.applyFromCellItem(widgets.get(i), LauncherAppState.getInstance(mLauncher)
/packages/apps/Launcher3/tests/src/com/android/launcher3/ui/
H A DAbstractLauncherUiTest.java38 import com.android.launcher3.LauncherAppState;
225 LauncherAppState.getInstance(mTargetContext).getModel().forceReload();
/packages/apps/Launcher3/src/com/android/launcher3/provider/
H A DImportDataTask.java39 import com.android.launcher3.LauncherAppState;
308 int myHotseatCount = LauncherAppState.getIDP(mContext).numHotseatIcons;
380 return LauncherAppState.getIDP(context).numHotseatIcons <= 5
/packages/apps/Launcher3/src/com/android/launcher3/folder/
H A DFolderPagedView.java39 import com.android.launcher3.LauncherAppState;
98 InvariantDeviceProfile profile = LauncherAppState.getIDP(context);

Completed in 185 milliseconds

12