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

  /external/webkit/Tools/QtTestBrowser/
main.cpp 110 class LauncherApplication : public QApplication {
114 LauncherApplication(int& argc, char** argv);
131 void LauncherApplication::applyDefaultSettings()
142 LauncherApplication::LauncherApplication(int& argc, char** argv)
165 void LauncherApplication::handleUserOptions()
327 LauncherApplication app(argc, argv);
  /packages/apps/Launcher2/src/com/android/launcher2/
LauncherApplication.java 31 public class LauncherApplication extends Application {
95 mModel.startLoader(LauncherApplication.this, false);
InstallShortcutReceiver.java 67 LauncherApplication app = (LauncherApplication) context.getApplicationContext();
IconCache.java 45 private final LauncherApplication mContext;
51 public IconCache(LauncherApplication context) {
55 if (LauncherApplication.isScreenLarge()) {
AppsCustomizeTabHost.java 171 if (!LauncherApplication.isScreenLarge()) {
310 if (!toWorkspace && !LauncherApplication.isScreenLarge()) {
330 if (!LauncherApplication.isScreenLarge()) {
InfoDropTarget.java 64 if (!LauncherApplication.isScreenLarge()) {
Workspace.java 274 if (LauncherApplication.isScreenLarge()) {
346 LauncherApplication app = (LauncherApplication)context.getApplicationContext();
541 return LauncherApplication.isScreenLarge() && hitsPage(current - 1, x, y);
552 return LauncherApplication.isScreenLarge() && hitsPage(current + 1, x, y);
658 if (LauncherApplication.isScreenLarge()) {
675 if (LauncherApplication.isScreenLarge()) {
740 if (LauncherApplication.isScreenLarge()) {
768 final boolean overScrollWallpaper = LauncherApplication.isScreenLarge();
781 if (LauncherApplication.isScreenLarge())
    [all...]
RocketLauncher.java 256 LauncherApplication app = (LauncherApplication)context.getApplicationContext();
DeleteDropTarget.java 67 if (!LauncherApplication.isScreenLarge()) {
HolographicOutlineHelper.java 50 final float scale = LauncherApplication.getScreenDensity();
Launcher.java 270 LauncherApplication app = ((LauncherApplication)getApplication());
346 if (LauncherApplication.isScreenLarge() || Build.TYPE.contentEquals("eng")) {
    [all...]
AppsCustomizePagedView.java 236 mIconCache = ((LauncherApplication) context.getApplicationContext()).getIconCache();
268 mFadeInAdjacentScreens = LauncherApplication.isScreenLarge();
283 if (LauncherApplication.isScreenLarge()) {
367 if (LauncherApplication.isScreenLarge()) {
    [all...]
PagedViewCellLayout.java 487 if (LauncherApplication.isScreenLarge()) {
LauncherModel.java 75 private final LauncherApplication mApp;
143 LauncherModel(LauncherApplication app, IconCache iconCache) {
426 LauncherApplication app = (LauncherApplication) context.getApplicationContext();
    [all...]
FocusHelper.java 449 if (!LauncherApplication.isScreenLarge()) return false;
    [all...]
Folder.java 122 mIconCache = ((LauncherApplication)context.getApplicationContext()).getIconCache();
    [all...]
LauncherProvider.java 88 ((LauncherApplication) getContext()).setLauncherProvider(this);
    [all...]
PagedView.java     [all...]

Completed in 178 milliseconds