Home
last modified time | relevance | path

Searched refs:LauncherApplication (Results 1 – 22 of 22) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
DInstallShortcutReceiver.java207 String spKey = LauncherApplication.getSharedPreferencesKey(); in onReceive()
223 String spKey = LauncherApplication.getSharedPreferencesKey(); in flushInstallQueue()
234 String spKey = LauncherApplication.getSharedPreferencesKey(); in processInstallShortcut()
242 LauncherApplication app = (LauncherApplication) context.getApplicationContext(); in processInstallShortcut()
316 LauncherApplication app = (LauncherApplication) context.getApplicationContext(); in installShortcut()
DPackageChangedReceiver.java16 LauncherApplication app = (LauncherApplication) context.getApplicationContext(); in onReceive()
DUninstallShortcutReceiver.java84 String spKey = LauncherApplication.getSharedPreferencesKey(); in processUninstallShortcut()
89 LauncherApplication app = (LauncherApplication) context.getApplicationContext(); in processUninstallShortcut()
DPreloadReceiver.java36 final LauncherApplication app = (LauncherApplication) context.getApplicationContext(); in onReceive()
DAppsCustomizeTabHost.java190 if (!LauncherApplication.isScreenLarge()) { in reloadCurrentPage()
389 if (!LauncherApplication.isScreenLarge()) { in onLauncherTransitionPrepare()
429 if (!LauncherApplication.isScreenLarge()) { in onLauncherTransitionEnd()
DWidgetPreviewLoader.java157 LauncherApplication app = (LauncherApplication) launcher.getApplicationContext(); in WidgetPreviewLoader()
164 LauncherApplication.getSharedPreferencesKey(), Context.MODE_PRIVATE); in WidgetPreviewLoader()
178 LauncherApplication app = (LauncherApplication) mLauncher.getApplication(); in recreateDb()
DIconCache.java73 private final LauncherApplication mContext;
79 public IconCache(LauncherApplication context) { in IconCache()
DCheckLongPressHelper.java48 mView.postDelayed(mPendingCheckForLongPress, LauncherApplication.getLongPressTimeout()); in postCheckForLongPress()
DWorkspace.java301 if (LauncherApplication.isScreenLarge()) { in Workspace()
409 LauncherApplication app = (LauncherApplication)context.getApplicationContext(); in initWorkspace()
604 return LauncherApplication.isScreenLarge() && hitsPage(current - 1, x, y); in hitsPreviousPage()
615 return LauncherApplication.isScreenLarge() && hitsPage(current + 1, x, y); in hitsNextPage()
745 if (LauncherApplication.isScreenLarge()) { in onPageBeginMoving()
780 if (LauncherApplication.isScreenLarge()) { in onPageEndMoving()
849 if (LauncherApplication.isScreenLarge()) { in setWallpaperDimension()
882 if (LauncherApplication.isScreenLarge() && mIsStaticWallpaper) { in wallpaperOffsetForCurrentScroll()
1037 if (!LauncherApplication.isScreenLarge() || jumpToFinalValue) { in computeScrollOffset()
2400 if (LauncherApplication.isScreenLarge()) {
[all …]
DInfoDropTarget.java62 if (!LauncherApplication.isScreenLarge()) { in onFinishInflate()
DLauncherApplication.java35 public class LauncherApplication extends Application { class
DLauncherModel.java83 private final LauncherApplication mApp;
178 LauncherModel(LauncherApplication app, IconCache iconCache) { in LauncherModel()
627 LauncherApplication app = (LauncherApplication) context.getApplicationContext(); in addItemToDatabase()
2055 LauncherApplication app = in run()
2056 (LauncherApplication) context.getApplicationContext(); in run()
2066 LauncherApplication app = in run()
2067 (LauncherApplication) context.getApplicationContext(); in run()
DHolographicOutlineHelper.java47 final float scale = LauncherApplication.getScreenDensity();
DLauncher.java367 LauncherApplication app = ((LauncherApplication)getApplication()); in onCreate()
368 mSharedPrefs = getSharedPreferences(LauncherApplication.getSharedPreferencesKey(), in onCreate()
1617 LauncherApplication app = ((LauncherApplication) getApplication()); in onDestroy()
2703 … if (mWorkspace != null && !springLoaded && !LauncherApplication.isScreenLarge()) { in showAppsCustomizeHelper()
2773 if (!springLoaded && !LauncherApplication.isScreenLarge()) { in showAppsCustomizeHelper()
3059 if (!LauncherApplication.isScreenLarge()) { in showHotseat()
3078 if (!LauncherApplication.isScreenLarge()) { in hideHotseat()
DDragLayer.java739 if (true || LauncherApplication.isScreenLandscape(getContext()) || in getChildDrawingOrder()
782 if (mInScrollArea && !LauncherApplication.isScreenLarge()) { in dispatchDraw()
DCling.java129 final float scale = LauncherApplication.getScreenDensity(); in getPunchThroughPositions()
DLauncherProvider.java104 ((LauncherApplication) getContext()).setLauncherProvider(this); in onCreate()
221 String spKey = LauncherApplication.getSharedPreferencesKey(); in loadDefaultFavoritesIfNecessary()
396 String spKey = LauncherApplication.getSharedPreferencesKey(); in setFlagToLoadDefaultWorkspaceLater()
DPagedViewCellLayout.java475 if (LauncherApplication.isScreenLarge()) { in setup()
DDeleteDropTarget.java86 if (!LauncherApplication.isScreenLarge()) { in onFinishInflate()
DAppsCustomizePagedView.java255 mIconCache = ((LauncherApplication) context.getApplicationContext()).getIconCache(); in AppsCustomizePagedView()
366 if (LauncherApplication.isScreenLarge()) { in onDataReady()
DFocusHelper.java440 if (!LauncherApplication.isScreenLarge()) return false; in handleTabKeyEvent()
DFolder.java122 mIconCache = ((LauncherApplication)context.getApplicationContext()).getIconCache(); in Folder()