Home | History | Annotate | Download | only in launcher2

Lines Matching refs:launcher

36 import com.android.launcher.R;
44 private static final String TAG = "Launcher.DragController";
67 private Launcher mLauncher;
148 public DragController(Launcher launcher) {
149 Resources r = launcher.getResources();
150 mLauncher = launcher;
154 mVibrator = (Vibrator) launcher.getSystemService(Context.VIBRATOR_SERVICE);
214 android.os.Debug.startMethodTracing("Launcher");
422 Log.d(Launcher.TAG, "DragController.onInterceptTouchEvent " + ev + " mDragging="