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.java120 public final class Launcher extends Activity class in inherits:Activity,View.OnClickListener,OnLongClickListener,LauncherModel.Callbacks,View.OnTouchListener
123 static final String TAG = "Launcher";
192 /** The different states that Launcher can be in. */
245 // Instead, just save the state that we need to restore Launcher to, and commit it in onResume.
474 readConfiguration(Launcher.this, localeConfiguration);
511 writeConfiguration(Launcher.this, localeConfiguration);
620 // if you turned the screen off and then back while in All Apps, Launcher would not
767 // Process any items that were added while Launcher was away
830 // when Launcher resumes and we are still in AllApps.
1204 // Try finding open space on Launcher scree
[all...]
/packages/apps/Launcher3/src/com/android/launcher3/
H A DLauncher.java133 public class Launcher extends Activity class in inherits:Activity,View.OnClickListener,OnLongClickListener,LauncherModel.Callbacks,View.OnTouchListener,PageSwitchListener,LauncherProviderChangeListener
136 static final String TAG = "Launcher";
218 /** The different states that Launcher can be in. */
284 // Instead, just save the state that we need to restore Launcher to, and commit it in onResume.
514 /** To be overridden by subclasses to hint to Launcher that we have custom content */
558 readConfiguration(Launcher.this, localeConfiguration);
594 writeConfiguration(Launcher.this, localeConfiguration);
734 // if you turned the screen off and then back while in All Apps, Launcher would not
977 Log.v(TAG, "Launcher.onResume()");
1047 // Process any items that were added while Launcher wa
[all...]

Completed in 268 milliseconds