Searched refs:Launcher (Results 26 - 30 of 30) sorted by relevance

12

/packages/apps/Launcher2/src/com/android/launcher2/
H A DDragLayer.java54 private Launcher mLauncher;
95 public void setup(Launcher launcher, DragController controller) {
H A DFolder.java60 private static final String TAG = "Launcher.Folder";
63 protected Launcher mLauncher;
146 mLauncher = (Launcher) context;
H A DLauncher.java119 public final class Launcher extends Activity class in inherits:Activity,View.OnClickListener,OnLongClickListener,LauncherModel.Callbacks,View.OnTouchListener
122 static final String TAG = "Launcher";
188 /** The different states that Launcher can be in. */
240 // Instead, just save the state that we need to restore Launcher to, and commit it in onResume.
467 readConfiguration(Launcher.this, localeConfiguration);
504 writeConfiguration(Launcher.this, localeConfiguration);
613 // if you turned the screen off and then back while in All Apps, Launcher would not
732 // Process any items that were added while Launcher was away
769 // when Launcher resumes and we are still in AllApps.
1140 // Try finding open space on Launcher scree
[all...]
H A DLauncherProvider.java64 private static final String TAG = "Launcher.LauncherProvider";
250 mAppWidgetHost = new AppWidgetHost(context, Launcher.APPWIDGET_HOST_ID);
557 Launcher.INTENT_EXTRA_IGNORE_LAUNCH_ANIMATION, true);
H A DCellLayout.java64 private Launcher mLauncher;
184 mLauncher = (Launcher) context;
290 // We use this method from Workspace to figure out how many rows/columns Launcher should
301 // We use this method from Workspace to figure out how many rows/columns Launcher should

Completed in 68 milliseconds

12