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

1 2

  /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 47 in ComponentName component, in Rect sourceBounds,
50 String callingPackage, in ComponentName component, in Rect sourceBounds,
64 in Rect sourceBounds, in Bundle startActivityOptions, int userId);
LauncherApps.java 541 * @param sourceBounds The Rect containing the source bounds of the clicked icon
544 public void startMainActivity(ComponentName component, UserHandle user, Rect sourceBounds,
553 component, sourceBounds, opts, user);
565 * @param sourceBounds The Rect containing the source bounds of the clicked icon
569 Rect sourceBounds, Bundle opts) {
574 component, sourceBounds, opts, user);
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/compat/
LauncherAppsCompat.java 71 Rect sourceBounds, Bundle opts);
75 Rect sourceBounds, Bundle opts);
LauncherAppsCompatVL.java 66 Rect sourceBounds, Bundle opts) {
67 mLauncherApps.startMainActivity(component, user, sourceBounds, opts);
98 Rect sourceBounds, Bundle opts) {
99 mLauncherApps.startAppDetailsActivity(component, user, sourceBounds, opts);
  /packages/apps/Launcher3/src/com/android/launcher3/popup/
SystemShortcut.java 78 Rect sourceBounds = activity.getViewBounds(view);
81 itemInfo, sourceBounds, opts);
  /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/DeskClock/src/com/android/deskclock/alarms/
AlarmActivity.java 596 final Rect sourceBounds = new Rect(0, 0, source.getHeight(), source.getWidth());
597 containerView.offsetDescendantRectToMyCoords(source, sourceBounds);
599 final int centerX = sourceBounds.centerX();
600 final int centerY = sourceBounds.centerY();
605 final float startRadius = Math.max(sourceBounds.width(), sourceBounds.height()) / 2.0f;
  /packages/apps/Launcher3/src/com/android/launcher3/shortcuts/
DeepShortcutManager.java 148 public void startShortcut(String packageName, String id, Rect sourceBounds,
152 mLauncherApps.startShortcut(packageName, id, sourceBounds,
  /packages/apps/Launcher3/src/com/android/launcher3/util/
PackageManagerHelper.java 191 public void startDetailsActivityForInfo(ItemInfo info, Rect sourceBounds, Bundle opts) {
210 componentName, info.user, sourceBounds, opts);
  /frameworks/base/services/tests/servicestests/src/com/android/server/am/
ActivityStackSupervisorTests.java 118 final Rect sourceBounds = new Rect();
119 mSupervisor.moveActivityToPinnedStackLocked(firstActivity, sourceBounds,
129 mSupervisor.moveActivityToPinnedStackLocked(secondActivity, sourceBounds,
  /cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
AccessibilityWindowQueryTest.java 453 Rect sourceBounds = new Rect();
454 source.getBoundsInParent(sourceBounds);
456 assertEquals(buttonBounds.left, sourceBounds.left);
457 assertEquals(buttonBounds.right, sourceBounds.right);
458 assertEquals(buttonBounds.top, sourceBounds.top);
459 assertEquals(buttonBounds.bottom, sourceBounds.bottom);
    [all...]
  /frameworks/base/services/core/java/com/android/server/pm/
LauncherAppsService.java 493 Rect sourceBounds, Bundle startActivityOptions, int targetUserId) {
514 intents[0].setSourceBounds(sourceBounds);
565 ComponentName component, Rect sourceBounds,
573 launchIntent.setSourceBounds(sourceBounds);
628 Rect sourceBounds, Bundle opts, UserHandle user) throws RemoteException {
640 intent.setSourceBounds(sourceBounds);
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
Launcher.java     [all...]
  /prebuilts/tools/common/netbeans-visual/
org-netbeans-api-visual.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-7.0.0_r1-robolectric-0.jar 
  /prebuilts/sdk/26/
android.jar 
  /prebuilts/sdk/28/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_28/
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 
  /frameworks/base/services/core/java/com/android/server/am/
ActivityManagerService.java     [all...]

Completed in 794 milliseconds

1 2