Home | History | Annotate | Download | only in launcher3

Lines Matching refs:launcher

66 import com.android.launcher3.Launcher.CustomContentCallbacks;
83 private static final String TAG = "Launcher.Workspace";
165 private Launcher mLauncher;
305 mLauncher = (Launcher) context;
406 Launcher.setScreen(mCurrentPage);
868 Launcher.addDumpLog(TAG, "Failed to add to item at (" + lp.cellX + "," + lp.cellY + ") to CellLayout", true);
1072 Launcher.setScreen(mCurrentPage);
1797 * start a drag in Launcher, regardless of whether the drag has ever entered the Workspace
2195 public void onLauncherTransitionPrepare(Launcher l, boolean animated, boolean toWorkspace) {
2200 public void onLauncherTransitionStart(Launcher l, boolean animated, boolean toWorkspace) {
2204 public void onLauncherTransitionStep(Launcher l, float t) {
2209 public void onLauncherTransitionEnd(Launcher l, boolean animated, boolean toWorkspace) {
2923 static Rect getCellLayoutMetrics(Launcher launcher, int orientation) {
2927 Resources res = launcher.getResources();
2928 Display display = launcher.getWindowManager().getDefaultDisplay();
3485 * It may have come from Launcher (e.g. from all apps or customize), or it may have
3800 * so that Launcher can sync this object with the correct info when the activity is created/
4063 Launcher.setScreen(mCurrentPage);