Lines Matching refs:launcher
54 import com.android.launcher.R;
163 private Launcher mLauncher;
221 // Deferral of loading widget previews during launcher transitions
423 // Note we have to shift the items up now that Launcher sits under the status bar
455 int[] spanXY = Launcher.getSpanForWidget(mLauncher, widget);
456 int[] minSpanXY = Launcher.getMinSpanForWidget(mLauncher, widget);
509 // Lock the drawable state to pressed until we return to Launcher
514 // NOTE: We want all transitions from launcher to act as if the wallpaper were enabled
516 // when Launcher resumes and we are still in AllApps.
560 Bundle getDefaultOptionsForWidget(Launcher launcher, PendingAddWidgetInfo info) {
841 public void onLauncherTransitionPrepare(Launcher l, boolean animated, boolean toWorkspace) {
849 public void onLauncherTransitionStart(Launcher l, boolean animated, boolean toWorkspace) {
853 public void onLauncherTransitionStep(Launcher l, float t) {
857 public void onLauncherTransitionEnd(Launcher l, boolean animated, boolean toWorkspace) {
1203 int[] spanXY = Launcher.getSpanForWidget(mLauncher, info);
1206 int[] minSpanXY = Launcher.getMinSpanForWidget(mLauncher, info);
1526 public void setup(Launcher launcher, DragController dragController) {
1527 mLauncher = launcher;
1659 // we can reset it on return to Launcher (in Launcher.onResume())