Searched refs:LauncherApplication (Results 1 – 22 of 22) sorted by relevance
207 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()
16 LauncherApplication app = (LauncherApplication) context.getApplicationContext(); in onReceive()
84 String spKey = LauncherApplication.getSharedPreferencesKey(); in processUninstallShortcut()89 LauncherApplication app = (LauncherApplication) context.getApplicationContext(); in processUninstallShortcut()
36 final LauncherApplication app = (LauncherApplication) context.getApplicationContext(); in onReceive()
190 if (!LauncherApplication.isScreenLarge()) { in reloadCurrentPage()389 if (!LauncherApplication.isScreenLarge()) { in onLauncherTransitionPrepare()429 if (!LauncherApplication.isScreenLarge()) { in onLauncherTransitionEnd()
157 LauncherApplication app = (LauncherApplication) launcher.getApplicationContext(); in WidgetPreviewLoader()164 LauncherApplication.getSharedPreferencesKey(), Context.MODE_PRIVATE); in WidgetPreviewLoader()178 LauncherApplication app = (LauncherApplication) mLauncher.getApplication(); in recreateDb()
73 private final LauncherApplication mContext;79 public IconCache(LauncherApplication context) { in IconCache()
48 mView.postDelayed(mPendingCheckForLongPress, LauncherApplication.getLongPressTimeout()); in postCheckForLongPress()
301 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 …]
62 if (!LauncherApplication.isScreenLarge()) { in onFinishInflate()
35 public class LauncherApplication extends Application { class
83 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()
47 final float scale = LauncherApplication.getScreenDensity();
367 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()
739 if (true || LauncherApplication.isScreenLandscape(getContext()) || in getChildDrawingOrder()782 if (mInScrollArea && !LauncherApplication.isScreenLarge()) { in dispatchDraw()
129 final float scale = LauncherApplication.getScreenDensity(); in getPunchThroughPositions()
104 ((LauncherApplication) getContext()).setLauncherProvider(this); in onCreate()221 String spKey = LauncherApplication.getSharedPreferencesKey(); in loadDefaultFavoritesIfNecessary()396 String spKey = LauncherApplication.getSharedPreferencesKey(); in setFlagToLoadDefaultWorkspaceLater()
475 if (LauncherApplication.isScreenLarge()) { in setup()
86 if (!LauncherApplication.isScreenLarge()) { in onFinishInflate()
255 mIconCache = ((LauncherApplication) context.getApplicationContext()).getIconCache(); in AppsCustomizePagedView()366 if (LauncherApplication.isScreenLarge()) { in onDataReady()
440 if (!LauncherApplication.isScreenLarge()) return false; in handleTabKeyEvent()
122 mIconCache = ((LauncherApplication)context.getApplicationContext()).getIconCache(); in Folder()