HomeSort by relevance Sort by last modified time
    Searched refs:LauncherApplication (Results 1 - 22 of 22) sorted by null

  /packages/apps/Launcher2/src/com/android/launcher2/
PackageChangedReceiver.java 16 LauncherApplication app = (LauncherApplication) context.getApplicationContext();
PreloadReceiver.java 36 final LauncherApplication app = (LauncherApplication) context.getApplicationContext();
CheckLongPressHelper.java 48 mView.postDelayed(mPendingCheckForLongPress, LauncherApplication.getLongPressTimeout());
UninstallShortcutReceiver.java 84 String spKey = LauncherApplication.getSharedPreferencesKey();
89 LauncherApplication app = (LauncherApplication) context.getApplicationContext();
InstallShortcutReceiver.java 207 String spKey = LauncherApplication.getSharedPreferencesKey();
223 String spKey = LauncherApplication.getSharedPreferencesKey();
234 String spKey = LauncherApplication.getSharedPreferencesKey();
242 LauncherApplication app = (LauncherApplication) context.getApplicationContext();
316 LauncherApplication app = (LauncherApplication) context.getApplicationContext();
InfoDropTarget.java 62 if (!LauncherApplication.isScreenLarge()) {
LauncherApplication.java 35 public class LauncherApplication extends Application {
36 static final String TAG = "LauncherApplication";
IconCache.java 73 private final LauncherApplication mContext;
79 public IconCache(LauncherApplication context) {
AppsCustomizeTabHost.java 190 if (!LauncherApplication.isScreenLarge()) {
389 if (!LauncherApplication.isScreenLarge()) {
429 if (!LauncherApplication.isScreenLarge()) {
WidgetPreviewLoader.java 157 LauncherApplication app = (LauncherApplication) launcher.getApplicationContext();
164 LauncherApplication.getSharedPreferencesKey(), Context.MODE_PRIVATE);
178 LauncherApplication app = (LauncherApplication) mLauncher.getApplication();
HolographicOutlineHelper.java 47 final float scale = LauncherApplication.getScreenDensity();
Workspace.java 301 if (LauncherApplication.isScreenLarge()) {
409 LauncherApplication app = (LauncherApplication)context.getApplicationContext();
604 return LauncherApplication.isScreenLarge() && hitsPage(current - 1, x, y);
615 return LauncherApplication.isScreenLarge() && hitsPage(current + 1, x, y);
745 if (LauncherApplication.isScreenLarge()) {
780 if (LauncherApplication.isScreenLarge()) {
    [all...]
LauncherModel.java 83 private final LauncherApplication mApp;
178 LauncherModel(LauncherApplication app, IconCache iconCache) {
627 LauncherApplication app = (LauncherApplication) context.getApplicationContext();
    [all...]
Cling.java 129 final float scale = LauncherApplication.getScreenDensity();
LauncherProvider.java 104 ((LauncherApplication) getContext()).setLauncherProvider(this);
221 String spKey = LauncherApplication.getSharedPreferencesKey();
396 String spKey = LauncherApplication.getSharedPreferencesKey();
    [all...]
DeleteDropTarget.java 86 if (!LauncherApplication.isScreenLarge()) {
Launcher.java 367 LauncherApplication app = ((LauncherApplication)getApplication());
368 mSharedPrefs = getSharedPreferences(LauncherApplication.getSharedPreferencesKey(),
    [all...]
PagedViewCellLayout.java 475 if (LauncherApplication.isScreenLarge()) {
DragLayer.java 739 if (true || LauncherApplication.isScreenLandscape(getContext()) ||
782 if (mInScrollArea && !LauncherApplication.isScreenLarge()) {
AppsCustomizePagedView.java 255 mIconCache = ((LauncherApplication) context.getApplicationContext()).getIconCache();
366 if (LauncherApplication.isScreenLarge()) {
    [all...]
FocusHelper.java 440 if (!LauncherApplication.isScreenLarge()) return false;
    [all...]
Folder.java 122 mIconCache = ((LauncherApplication)context.getApplicationContext()).getIconCache();
    [all...]

Completed in 170 milliseconds