HomeSort by relevance Sort by last modified time
    Searched refs:sourceBounds (Results 1 - 19 of 19) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
ConstraintPainter.java 65 * @param sourceBounds the source bounds
68 static void paintConstraint(IGraphics graphics, Rect sourceBounds, Match match) {
72 paintConstraint(graphics, type, match.with.node, sourceBounds, match.edge.node,
97 Rect sourceBounds = sourceNode.getBounds();
99 paintConstraint(graphics, constraint.type, sourceNode, sourceBounds, targetNode,
184 Rect sourceBounds, INode targetNode, Rect targetBounds,
194 paintHorizontalCenterConstraint(graphics, sourceBounds, targetBounds);
200 paintVerticalCenterConstraint(graphics, sourceBounds, targetBounds);
208 if (paintCornerConstraint(graphics, type, sourceNode, sourceBounds, targetNode,
216 paintVerticalConstraint(graphics, type, sourceNode, sourceBounds, targetNode
    [all...]
  /frameworks/base/core/java/android/content/pm/
ILauncherApps.aidl 42 void startActivityAsUser(in ComponentName component, in Rect sourceBounds,
44 void showAppDetailsAsUser(in ComponentName component, in Rect sourceBounds,
55 in Rect sourceBounds, in Bundle startActivityOptions, int userId);
LauncherApps.java 398 * @param sourceBounds The Rect containing the source bounds of the clicked icon
401 public void startMainActivity(ComponentName component, UserHandle user, Rect sourceBounds,
407 mService.startActivityAsUser(component, sourceBounds, opts, user);
419 * @param sourceBounds The Rect containing the source bounds of the clicked icon
423 Rect sourceBounds, Bundle opts) {
425 mService.showAppDetailsAsUser(component, sourceBounds, opts, user);
705 * @param sourceBounds The Rect containing the source bounds of the clicked icon.
715 @Nullable Rect sourceBounds, @Nullable Bundle startActivityOptions,
717 startShortcut(packageName, shortcutId, sourceBounds, startActivityOptions,
728 * @param sourceBounds The Rect containing the source bounds of the clicked icon
    [all...]
  /frameworks/base/core/java/android/app/
SearchManager.java 617 Rect sourceBounds) {
619 startGlobalSearch(initialQuery, selectInitialQuery, appSearchData, sourceBounds);
644 Bundle appSearchData, Rect sourceBounds) {
670 intent.setSourceBounds(sourceBounds);
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/compat/
LauncherAppsCompat.java 70 Rect sourceBounds, Bundle opts);
LauncherAppsCompatV16.java 85 Rect sourceBounds, Bundle opts) {
89 launchIntent.setSourceBounds(sourceBounds);
LauncherAppsCompatVL.java 77 Rect sourceBounds, Bundle opts) {
78 mLauncherApps.startMainActivity(component, user.getUser(), sourceBounds, opts);
  /packages/apps/DeskClock/src/com/android/deskclock/alarms/
AlarmActivity.java 559 final Rect sourceBounds = new Rect(0, 0, source.getHeight(), source.getWidth());
560 containerView.offsetDescendantRectToMyCoords(source, sourceBounds);
562 final int centerX = sourceBounds.centerX();
563 final int centerY = sourceBounds.centerY();
568 final float startRadius = Math.max(sourceBounds.width(), sourceBounds.height()) / 2.0f;
  /packages/apps/Launcher3/src/com/android/launcher3/shortcuts/
DeepShortcutManager.java 138 public void startShortcut(String packageName, String id, Rect sourceBounds,
142 mLauncherApps.startShortcut(packageName, id, sourceBounds,
  /cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
AccessibilityWindowQueryTest.java 495 Rect sourceBounds = new Rect();
496 source.getBoundsInParent(sourceBounds);
498 assertEquals(buttonBounds.left, sourceBounds.left);
499 assertEquals(buttonBounds.right, sourceBounds.right);
500 assertEquals(buttonBounds.top, sourceBounds.top);
501 assertEquals(buttonBounds.bottom, sourceBounds.bottom);
    [all...]
  /frameworks/base/services/core/java/com/android/server/pm/
LauncherAppsService.java 440 Rect sourceBounds, Bundle startActivityOptions, int userId) {
463 intents[0].setSourceBounds(sourceBounds);
514 public void startActivityAsUser(ComponentName component, Rect sourceBounds,
523 launchIntent.setSourceBounds(sourceBounds);
567 public void showAppDetailsAsUser(ComponentName component, Rect sourceBounds,
581 intent.setSourceBounds(sourceBounds);
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
Launcher.java     [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
Launcher.java     [all...]
  /prebuilts/tools/common/netbeans-visual/
org-netbeans-api-visual.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 

Completed in 380 milliseconds