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

1 2 34 5 6 7

  /external/chromium_org/ash/wm/panels/
panel_layout_manager_unittest.cc 8 #include "ash/launcher/launcher.h"
56 GetShelfView(Launcher::ForPrimaryDisplay())));
127 Launcher* launcher = local
128 RootWindowController::ForLauncher(panel)->shelf()->launcher();
129 gfx::Rect icon_bounds = launcher->GetScreenBoundsOfItemIconForWindow(panel);
135 gfx::Rect launcher_bounds = launcher->shelf_widget()->
141 // the launcher icon.
146 // the launcher icon
172 Launcher* launcher = local
550 Launcher* launcher = Launcher::ForPrimaryDisplay(); local
    [all...]
panel_window_resizer.cc 8 #include "ash/launcher/launcher.h"
152 panel_layout_manager->launcher()->
154 switch (panel_layout_manager->launcher()->alignment()) {
236 GetPanelLayoutManager(panel_container_)->launcher()->
  /packages/apps/Launcher3/src/com/android/launcher3/
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();
Stats.java 54 private final Launcher mLauncher;
61 public Stats(Launcher launcher) {
62 mLauncher = launcher;
81 launcher.registerReceiver(
FolderIcon.java 52 private Launcher mLauncher;
136 static FolderIcon fromXml(int resId, Launcher launcher, ViewGroup group,
148 FolderIcon icon = (FolderIcon) LayoutInflater.from(launcher).inflate(resId, group, false);
164 icon.setOnClickListener(launcher);
166 icon.mLauncher = launcher;
167 icon.setContentDescription(String.format(launcher.getString(R.string.folder_name_format),
169 Folder folder = Folder.fromXml(launcher);
170 folder.setDragController(launcher.getDragController());
175 icon.mFolderRingAnimator = new FolderRingAnimator(launcher, icon)
    [all...]
AppWidgetResizeFrame.java 72 private Launcher mLauncher;
78 mLauncher = (Launcher) context;
85 int[] result = Launcher.getMinSpanForWidget(mLauncher, info);
336 static void updateWidgetSizeRanges(AppWidgetHostView widgetView, Launcher launcher,
339 getWidgetSizeRanges(launcher, spanX, spanY, mTmpRect);
344 static Rect getWidgetSizeRanges(Launcher launcher, int spanX, int spanY, Rect rect) {
348 Rect landMetrics = Workspace.getCellLayoutMetrics(launcher, CellLayout.LANDSCAPE);
349 Rect portMetrics = Workspace.getCellLayoutMetrics(launcher, CellLayout.PORTRAIT)
    [all...]
DeviceProfile.java 633 public void layout(Launcher launcher) {
635 Resources res = launcher.getResources();
639 View searchBar = launcher.getSearchBar();
665 View voiceButtonProxy = launcher.findViewById(R.id.voice_button_proxy);
679 PagedView workspace = (PagedView) launcher.findViewById(R.id.workspace);
689 View hotseat = launcher.findViewById(R.id.hotseat);
717 View pageIndicator = launcher.findViewById(R.id.page_indicator);
735 launcher.findViewById(R.id.apps_customize_pane);
    [all...]
LauncherAppState.java 67 Log.w(Launcher.TAG, "setApplicationContext called twice! old=" + sContext + " new=" + context);
77 Log.v(Launcher.TAG, "LauncherAppState inited");
149 LauncherModel setLauncher(Launcher launcher) {
153 mModel.initialize(launcher);
246 Launcher.isPropertyEnabled(Launcher.DISABLE_ALL_APPS_PROPERTY);
  /packages/apps/Launcher2/src/com/android/launcher2/
AppWidgetResizeFrame.java 16 import com.android.launcher.R;
74 private Launcher mLauncher;
80 mLauncher = (Launcher) context;
88 int[] result = Launcher.getMinSpanForWidget(mLauncher, info);
339 static void updateWidgetSizeRanges(AppWidgetHostView widgetView, Launcher launcher,
342 getWidgetSizeRanges(launcher, spanX, spanY, mTmpRect);
347 static Rect getWidgetSizeRanges(Launcher launcher, int spanX, int spanY, Rect rect) {
351 Rect landMetrics = Workspace.getCellLayoutMetrics(launcher, CellLayout.LANDSCAPE)
    [all...]
InfoDropTarget.java 29 import com.android.launcher.R;
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...]
InstallWidgetReceiver.java 36 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";
76 private Launcher mLauncher;
84 public WidgetListAdapter(Launcher l, String mimeType, ClipData data,
UninstallShortcutReceiver.java 28 import com.android.launcher.R;
38 "com.android.launcher.action.UNINSTALL_SHORTCUT";
99 boolean duplicate = data.getBooleanExtra(Launcher.EXTRA_SHORTCUT_DUPLICATE, true);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/bin/
ant 149 # Build local classpath using just the launcher in non-rpm mode or
151 # specified in the ant.conf configuration. Because the launcher is
157 LOCALCLASSPATH="$(/usr/bin/build-classpath ant ant-launcher jaxp_parser_impl xml-commons-apis)"
213 # remove class path from launcher -cp option
217 # not using rpm_mode; use launcher to determine classpaths
219 LOCALCLASSPATH=$ANT_LIB/ant-launcher.jar
221 LOCALCLASSPATH=$ANT_LIB/ant-launcher.jar:$LOCALCLASSPATH
322 ant_exec_command="exec \"$JAVACMD\" $ANT_OPTS -classpath \"$LOCALCLASSPATH\" -Dant.home=\"$ANT_HOME\" -Dant.library.dir=\"$ANT_LIB\" $ant_sys_opts org.apache.tools.ant.launch.Launcher $ANT_ARGS -cp \"$CLASSPATH\" $ant_exec_args"
ant.bat 133 "%_JAVACMD%" %ANT_OPTS% -classpath "%ANT_HOME%\lib\ant-launcher.jar" "-Dant.home=%ANT_HOME%" org.apache.tools.ant.launch.Launcher %ANT_ARGS% -cp "%CLASSPATH%" %ANT_CMD_LINE_ARGS%
140 "%_JAVACMD%" %ANT_OPTS% -classpath "%ANT_HOME%\lib\ant-launcher.jar" "-Dant.home=%ANT_HOME%" org.apache.tools.ant.launch.Launcher %ANT_ARGS% %ANT_CMD_LINE_ARGS%
157 "%_JAVACMD%" %ANT_OPTS% -classpath "%ANT_HOME%\lib\ant-launcher.jar" "-Dant.home=%ANT_HOME%" "-Djikes.class.path=%JIKESPATH%" org.apache.tools.ant.launch.Launcher %ANT_ARGS% -cp "%CLASSPATH%" %ANT_CMD_LINE_ARGS%
164 "%_JAVACMD%" %ANT_OPTS% -classpath "%ANT_HOME%\lib\ant-launcher.jar" "-Dant.home=%ANT_HOME%" "-Djikes.class.path=%JIKESPATH%" org.apache.tools.ant.launch.Launcher %ANT_ARGS% %ANT_CMD_LINE_ARGS%
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
JUnitLaunchConfigDelegate.java 27 import org.eclipse.jdt.junit.launcher.JUnitLaunchConfigurationDelegate;
  /external/chromium_org/chrome/browser/ui/window_sizer/
window_sizer_ash_uitest.cc 5 #include "ash/launcher/launcher.h"
47 ash::Launcher* launcher = ash::Launcher::ForWindow(root_window); local
49 ash::test::LauncherTestAPI(launcher).shelf_view();
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/
buildAll.bat 48 %vm% -cp ..\org.eclipse.releng.basebuilder\startup.jar org.eclipse.core.launcher.Main -application org.eclipse.ant.core.antRunner -f buildAll.xml %target% %bootclasspath% -DmapVersionTag=%mapVersionTag% -DbuildType=%buildType% %buildID% %ftpUser% %ftpPassword%
  /packages/apps/UnifiedEmail/src/com/android/mail/compose/
ComposeActivity.java 301 public static void editDraft(Context launcher, Account account, Message message) {
302 launch(launcher, account, message, EDIT_DRAFT, null, null, null, null,
309 public static void compose(Context launcher, Account account) {
310 launch(launcher, account, null, COMPOSE, null, null, null, null, null /* extraValues */);
316 public static void composeToAddress(Context launcher, Account account, String toAddress) {
317 launch(launcher, account, null, COMPOSE, toAddress, null, null, null,
324 public static void composeWithQuotedText(Context launcher, Account account,
326 launch(launcher, account, null, COMPOSE, null, null, quotedText, subject, extraValues);
332 public static void composeWithExtraValues(Context launcher, Account account,
334 launch(launcher, account, null, COMPOSE, null, null, null, subject, extraValues)
    [all...]
  /external/chromium/chrome/browser/resources/ntp/
apps.js 117 // Disable the animations when the app launcher is being (re)initailized.
345 // The list of app ids, in order, of each app in the launcher.
390 // The dimensions of each item in the app launcher.
418 // You can't drag the web store launcher.
485 // Here, we calculate the visible boundaries of the app launcher, which
576 container.setAttribute('launcher-animations', false);
587 container.setAttribute('launcher-animations', true);
779 // Enable drag and drop reordering of the app launcher.
  /external/chromium_org/ash/shelf/
overflow_button.cc 96 if (layout_manager->shelf_widget()->launcher()->IsShowingOverflowBubble())
shelf_view_unittest.cc 11 #include "ash/launcher/launcher.h"
12 #include "ash/launcher/launcher_types.h"
59 explicit TestShelfIconObserver(Launcher* launcher)
60 : launcher_(launcher),
80 Launcher* launcher_;
93 Launcher* launcher = Launcher::ForPrimaryDisplay() variable
188 Launcher* launcher = Launcher::ForPrimaryDisplay(); local
270 Launcher* launcher = Launcher::ForPrimaryDisplay(); variable
    [all...]
  /external/chromium_org/ash/wm/
window_animations.cc 12 #include "ash/launcher/launcher.h"
75 // Recalculate the transform at restore time since the launcher item may have
504 Launcher* launcher = Launcher::ForWindow(window); local
506 if (!launcher)
508 gfx::Rect item_rect = launcher->GetScreenBoundsOfItemIconForWindow(window);
510 // The launcher item is visible and has an icon.
515 // launcher for |window| or the icon is hidden in the overflow menu. If th
    [all...]
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
CameraWidgetFrame.java 165 KeyguardActivityLauncher launcher) {
166 if (context == null || callbacks == null || launcher == null)
169 CameraWidgetInfo widgetInfo = launcher.getCameraWidgetInfo();
176 return new CameraWidgetFrame(context, callbacks, launcher, widgetInfo, previewWidget);
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/func/
CipherThread.java 74 public void launcher() { method in class:CipherThread

Completed in 702 milliseconds

1 2 34 5 6 7