Searched refs:launcher (Results 1 - 25 of 41) sorted by relevance

12

/packages/apps/Launcher2/tests/stress/src/com/android/launcher2/stress/
H A DLauncherRotationStressTest.java53 Launcher launcher = getActivity();
56 launcher.setRequestedOrientation(
60 launcher.setRequestedOrientation(
/packages/apps/Launcher2/src/com/android/launcher2/
H A DSpringLoadedDragController.java31 public SpringLoadedDragController(Launcher launcher) { argument
32 mLauncher = launcher;
H A DAddAdapter.java30 import com.android.launcher.R;
65 public AddAdapter(Launcher launcher) { argument
68 mInflater = (LayoutInflater) launcher.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
71 Resources res = launcher.getResources();
H A DAllAppsView.java26 public void setup(Launcher launcher, DragController dragController); argument
H A DHandleView.java28 import com.android.launcher.R;
74 void setLauncher(Launcher launcher) { argument
75 mLauncher = launcher;
H A DButtonDropTarget.java25 import com.android.launcher.R;
58 void setLauncher(Launcher launcher) { argument
59 mLauncher = launcher;
H A DWallpaperChooser.java19 import com.android.launcher.R;
H A DHotseat.java28 import com.android.launcher.R;
60 public void setup(Launcher launcher) { argument
61 mLauncher = launcher;
H A DLauncherApplication.java100 LauncherModel setLauncher(Launcher launcher) { argument
101 mModel.initialize(launcher);
H A DFolderIcon.java41 import com.android.launcher.R;
111 static FolderIcon fromXml(int resId, Launcher launcher, ViewGroup group, argument
120 FolderIcon icon = (FolderIcon) LayoutInflater.from(launcher).inflate(resId, group, false);
127 icon.setOnClickListener(launcher);
129 icon.mLauncher = launcher;
130 icon.setContentDescription(String.format(launcher.getString(R.string.folder_name_format),
132 Folder folder = Folder.fromXml(launcher);
133 folder.setDragController(launcher.getDragController());
138 icon.mFolderRingAnimator = new FolderRingAnimator(launcher, icon);
167 public FolderRingAnimator(Launcher launcher, FolderIco argument
[all...]
H A DDragView.java32 import com.android.launcher.R;
57 * @param launcher The Launcher instance
62 public DragView(Launcher launcher, Bitmap bitmap, int registrationX, int registrationY, argument
64 super(launcher);
65 mDragLayer = launcher.getDragLayer();
H A DHolographicLinearLayout.java28 import com.android.launcher.R;
H A DLauncherAppWidgetHostView.java27 import com.android.launcher.R;
H A DSearchDropTargetBar.java32 import com.android.launcher.R;
66 public void setup(Launcher launcher, DragController dragController) { argument
72 mInfoDropTarget.setLauncher(launcher);
73 mDeleteDropTarget.setLauncher(launcher);
H A DUninstallShortcutReceiver.java29 import com.android.launcher.R;
33 "com.android.launcher.action.UNINSTALL_SHORTCUT";
H A DInfoDropTarget.java31 import com.android.launcher.R;
H A DDragController.java33 import com.android.launcher.R;
139 public DragController(Launcher launcher) { argument
140 mLauncher = launcher;
142 mScrollZone = launcher.getResources().getDimensionPixelSize(R.dimen.scroll_zone);
H A DInstallShortcutReceiver.java26 import com.android.launcher.R;
30 "com.android.launcher.action.INSTALL_SHORTCUT";
34 "com.android.launcher/shortcut";
H A DInstallWidgetReceiver.java36 import com.android.launcher.R;
45 "com.android.launcher.action.INSTALL_WIDGET";
47 "com.android.launcher.action.SUPPORTS_CLIPDATA_MIMETYPE";
52 "com.android.launcher.extra.widget.COMPONENT";
54 "com.android.launcher.extra.widget.CONFIGURATION_DATA_MIME_TYPE";
56 "com.android.launcher.extra.widget.CONFIGURATION_DATA";
H A DPagedViewIcon.java29 import com.android.launcher.R;
33 * An icon on a PagedView, specifically for items in the launcher's paged view (with compound
H A DStrokedTextView.java30 import com.android.launcher.R;
H A DFocusHelper.java27 import com.android.launcher.R;
497 final ViewGroup launcher = (ViewGroup) parent.getParent();
498 final Workspace workspace = (Workspace) launcher.findViewById(R.id.workspace);
670 final ViewGroup launcher = (ViewGroup) workspace.getParent();
671 final ViewGroup tabs = (ViewGroup) launcher.findViewById(R.id.qsb_bar);
672 final ViewGroup hotseat = (ViewGroup) launcher.findViewById(R.id.hotseat);
H A DDragLayer.java42 import com.android.launcher.R;
89 public void setup(Launcher launcher, DragController controller) { argument
90 mLauncher = launcher;
H A DBubbleTextView.java33 import com.android.launcher.R;
H A DCling.java33 import com.android.launcher.R;

Completed in 385 milliseconds

12