HomeSort by relevance Sort by last modified time
    Searched refs:Launcher (Results 76 - 100 of 124) sorted by null

1 2 34 5

  /packages/apps/Launcher2/src/com/android/launcher2/
AppsCustomizePagedView.java 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)
    [all...]
Cling.java 36 import com.android.launcher.R;
57 private Launcher mLauncher;
89 void init(Launcher l, int[] positionData) {
DragController.java 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=
    [all...]
FolderIcon.java 42 import com.android.launcher.R;
52 private Launcher mLauncher;
123 static FolderIcon fromXml(int resId, Launcher launcher, ViewGroup group,
133 FolderIcon icon = (FolderIcon) LayoutInflater.from(launcher).inflate(resId, group, false);
140 icon.setOnClickListener(launcher);
142 icon.mLauncher = launcher;
143 icon.setContentDescription(String.format(launcher.getString(R.string.folder_name_format),
145 Folder folder = Folder.fromXml(launcher);
146 folder.setDragController(launcher.getDragController())
    [all...]
DragView.java 33 import com.android.launcher.R;
61 * @param launcher The Launcher instance
66 public DragView(Launcher launcher, Bitmap bitmap, int registrationX, int registrationY,
68 super(launcher);
69 mDragLayer = launcher.getDragLayer();
SearchDropTargetBar.java 30 import com.android.launcher.R;
65 public void setup(Launcher launcher, DragController dragController) {
72 mInfoDropTarget.setLauncher(launcher);
73 mDeleteDropTarget.setLauncher(launcher);
WidgetPreviewLoader.java 29 import com.android.launcher.R;
112 private Launcher mLauncher;
144 public WidgetPreviewLoader(Launcher launcher) {
145 mContext = mLauncher = launcher;
148 LauncherApplication app = (LauncherApplication) launcher.getApplicationContext();
154 SharedPreferences sp = launcher.getSharedPreferences(
424 int[] cellSpans = Launcher.getSpanForWidget(mLauncher, info);
Workspace.java 55 import com.android.launcher.R;
73 private static final String TAG = "Launcher.Workspace";
136 private Launcher mLauncher;
288 mLauncher = (Launcher) context;
407 Launcher.setScreen(mCurrentPage);
803 Launcher.setScreen(mCurrentPage);
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
AppsCustomizePagedView.java 161 private Launcher mLauncher;
220 // Deferral of loading widget previews during launcher transitions
410 // Note we have to shift the items up now that Launcher sits under the status bar
447 int[] spanXY = Launcher.getSpanForWidget(mLauncher, widget);
448 int[] minSpanXY = Launcher.getMinSpanForWidget(mLauncher, widget);
501 // Lock the drawable state to pressed until we return to Launcher
547 Bundle getDefaultOptionsForWidget(Launcher launcher, PendingAddWidgetInfo info) {
    [all...]
DragController.java 44 private static final String TAG = "Launcher.DragController";
66 private Launcher mLauncher;
145 public DragController(Launcher launcher) {
146 Resources r = launcher.getResources();
147 mLauncher = launcher;
210 android.os.Debug.startMethodTracing("Launcher");
419 Log.d(Launcher.TAG, "DragController.onInterceptTouchEvent " + ev + " mDragging="
FolderIcon.java 53 private Launcher mLauncher;
128 static FolderIcon fromXml(int resId, Launcher launcher, ViewGroup group,
138 FolderIcon icon = (FolderIcon) LayoutInflater.from(launcher).inflate(resId, group, false);
153 icon.setOnClickListener(launcher);
155 icon.mLauncher = launcher;
156 icon.setContentDescription(String.format(launcher.getString(R.string.folder_name_format),
158 Folder folder = Folder.fromXml(launcher);
159 folder.setDragController(launcher.getDragController());
164 icon.mFolderRingAnimator = new FolderRingAnimator(launcher, icon)
    [all...]
Cling.java 62 private Launcher mLauncher;
101 void init(Launcher l, View scrim) {
LauncherModel.java 64 * Maintains in-memory state of the Launcher. It is expected that there should be only one
66 * for the Launcher.
70 static final String TAG = "Launcher.Model";
87 // clear all queued binding runnables when the Launcher activity is destroyed.
92 private static final HandlerThread sWorkerThread = new HandlerThread("launcher-loader");
275 // Update the Launcher db
642 if (context instanceof Launcher && screenId < 0 &&
644 item.screenId = ((Launcher) context).getHotseat().getOrderInHotseat(cellX, cellY);
674 if (context instanceof Launcher && screen < 0 &&
676 item.screenId = ((Launcher) context).getHotseat().getOrderInHotseat(item.cellX
    [all...]
DragView.java 61 * @param launcher The Launcher instance
66 public DragView(Launcher launcher, Bitmap bitmap, int registrationX, int registrationY,
68 super(launcher);
69 mDragLayer = launcher.getDragLayer();
SearchDropTargetBar.java 63 public void setup(Launcher launcher, DragController dragController) {
70 mInfoDropTarget.setLauncher(launcher);
71 mDeleteDropTarget.setLauncher(launcher);
72 mQSBSearchBar = launcher.getQsbBar();
Workspace.java 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);
    [all...]
  /external/chromium_org/ash/
focus_cycler_unittest.cc 7 #include "ash/launcher/launcher.h"
77 ASSERT_TRUE(Launcher::ForPrimaryDisplay());
119 return Launcher::ForPrimaryDisplay()->shelf_widget();
shell.h 76 class Launcher;
178 // that has a launcher.
215 // Shows the context menu for the background and launcher at
271 // Show launcher view if it was created hidden (before session has started).
374 // TODO(oshima): Define an interface to access shelf/launcher
375 // state, or just use Launcher.
467 // Returns the launcher delegate, creating if necesary.
shell_unittest.cc 14 #include "ash/launcher/launcher.h"
317 // Launcher is visible.
318 ShelfWidget* launcher_widget = Launcher::ForPrimaryDisplay()->shelf_widget();
320 // Launcher is at bottom-left of screen.
  /external/chromium_org/chrome/browser/ui/ash/launcher/
chrome_launcher_controller_browsertest.cc 5 #include "chrome/browser/ui/ash/launcher/chrome_launcher_controller.h"
11 #include "ash/launcher/launcher.h"
12 #include "ash/launcher/launcher_model.h"
65 launcher_ = ash::Launcher::ForPrimaryDisplay();
87 // Panels show up on the right side of the launcher, so the desired item
92 ash::Launcher* launcher_;
106 launcher_ = ash::Launcher::ForPrimaryDisplay();
164 ash::Launcher* launcher_;
452 // Activate launcher item for app1, this will activate the first app window
    [all...]
chrome_launcher_controller_per_browser.cc 5 #include "chrome/browser/ui/ash/launcher/chrome_launcher_controller_per_browser.h"
10 #include "ash/launcher/launcher_model.h"
32 #include "chrome/browser/ui/ash/launcher/chrome_launcher_app_menu_item.h"
33 #include "chrome/browser/ui/ash/launcher/launcher_app_tab_helper.h"
34 #include "chrome/browser/ui/ash/launcher/launcher_context_menu.h"
35 #include "chrome/browser/ui/ash/launcher/launcher_item_controller.h"
36 #include "chrome/browser/ui/ash/launcher/shell_window_launcher_controller.h"
72 // Item controller for an app shortcut. Shortcuts track app and launcher ids,
316 for (std::set<ash::Launcher*>::iterator iter = launchers_.begin();
855 NOTREACHED() << "Invalid launcher id"
    [all...]
  /frameworks/testing/uiautomator/cmds/uiautomator/src/com/android/commands/uiautomator/
RunTestCommand.java 22 import com.android.commands.uiautomator.Launcher.Command;
  /frameworks/uiautomator/cmds/uiautomator/src/com/android/commands/uiautomator/
RunTestCommand.java 22 import com.android.commands.uiautomator.Launcher.Command;
  /external/chromium_org/ash/wm/
window_animations.cc 12 #include "ash/launcher/launcher.h"
78 // Recalculate the transform at restore time since the launcher item may have
515 Launcher* launcher = Launcher::ForWindow(window); local
516 // Launcher is created lazily and can be NULL.
517 if (!launcher)
519 gfx::Rect item_rect = launcher->
522 // The launcher item is visible and has an icon
    [all...]
  /packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
PhotoTable.java 58 class Launcher implements Runnable {
84 private final Launcher mLauncher;
160 mLauncher = new Launcher();
    [all...]

Completed in 6490 milliseconds

1 2 34 5