Searched defs:Launcher (Results 1 - 3 of 3) sorted by relevance

/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
H A DPhotoTable.java58 class Launcher implements Runnable { class in class:PhotoTable
84 private final Launcher mLauncher;
160 mLauncher = new Launcher();
/packages/apps/Launcher2/src/com/android/launcher2/
H A DLauncher.java122 public final class Launcher extends Activity class in inherits:Activity,View.OnClickListener,OnLongClickListener,LauncherModel.Callbacks,View.OnTouchListener
125 static final String TAG = "Launcher";
194 /** The different states that Launcher can be in. */
247 // Instead, just save the state that we need to restore Launcher to, and commit it in onResume.
500 readConfiguration(Launcher.this, localeConfiguration);
537 writeConfiguration(Launcher.this, localeConfiguration);
646 // if you turned the screen off and then back while in All Apps, Launcher would not
793 // Process any items that were added while Launcher was away
856 // when Launcher resumes and we are still in AllApps.
1230 // Try finding open space on Launcher scree
[all...]
/packages/apps/Launcher3/src/com/android/launcher3/
H A DLauncher.java158 public class Launcher extends BaseActivity class in inherits:BaseActivity,LauncherExterns,View.OnClickListener,OnLongClickListener,LauncherModel.Callbacks,View.OnTouchListener,LauncherProviderChangeListener,AccessibilityManager.AccessibilityStateChangeListener,WallpaperColorInfo.OnThemeChangeListener
163 public static final String TAG = "Launcher";
210 /** The different states that Launcher can be in. */
256 // We need to store the orientation Launcher was created with, due to a bug (b/64916689)
262 // Instead, just save the state that we need to restore Launcher to, and commit it in onResume.
368 Trace.beginSection("Launcher-onCreate");
572 /** To be overridden by subclasses to hint to Launcher that we have custom content */
949 Log.v(TAG, "Launcher.onResume()");
1043 // Process any items that were added while Launcher was away.
1061 // Ensure that items added to Launcher ar
[all...]

Completed in 3172 milliseconds