HomeSort by relevance Sort by last modified time
    Searched refs:sourceBounds (Results 1 - 16 of 16) 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 36 void startActivityAsUser(in ComponentName component, in Rect sourceBounds,
38 void showAppDetailsAsUser(in ComponentName component, in Rect sourceBounds,
LauncherApps.java 214 * @param sourceBounds The Rect containing the source bounds of the clicked icon
217 public void startMainActivity(ComponentName component, UserHandle user, Rect sourceBounds,
223 mService.startActivityAsUser(component, sourceBounds, opts, user);
235 * @param sourceBounds The Rect containing the source bounds of the clicked icon
239 Rect sourceBounds, Bundle opts) {
241 mService.showAppDetailsAsUser(component, sourceBounds, opts, user);
  /packages/apps/Launcher3/src/com/android/launcher3/compat/
LauncherAppsCompatVL.java 74 Rect sourceBounds, Bundle opts) {
75 mLauncherApps.startMainActivity(component, user.getUser(), sourceBounds, opts);
LauncherAppsCompat.java 71 Rect sourceBounds, Bundle opts);
LauncherAppsCompatV16.java 81 Rect sourceBounds, Bundle opts) {
85 launchIntent.setSourceBounds(sourceBounds);
  /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 561 final Rect sourceBounds = new Rect(0, 0, source.getHeight(), source.getWidth());
562 containerView.offsetDescendantRectToMyCoords(source, sourceBounds);
564 final int centerX = sourceBounds.centerX();
565 final int centerY = sourceBounds.centerY();
570 final float startRadius = Math.max(sourceBounds.width(), sourceBounds.height()) / 2.0f;
  /frameworks/base/services/core/java/com/android/server/pm/
LauncherAppsService.java 264 public void startActivityAsUser(ComponentName component, Rect sourceBounds,
273 launchIntent.setSourceBounds(sourceBounds);
312 public void showAppDetailsAsUser(ComponentName component, Rect sourceBounds,
327 intent.setSourceBounds(sourceBounds);
  /packages/apps/Launcher3/src/com/android/launcher3/
LauncherCallbacks.java 79 Bundle appSearchData, Rect sourceBounds);
Launcher.java     [all...]
  /cts/tests/tests/accessibilityservice/src/android/accessibilityservice/cts/
AccessibilityWindowQueryTest.java 494 Rect sourceBounds = new Rect();
495 source.getBoundsInParent(sourceBounds);
497 assertEquals(buttonBounds.left, sourceBounds.left);
498 assertEquals(buttonBounds.right, sourceBounds.right);
499 assertEquals(buttonBounds.top, sourceBounds.top);
500 assertEquals(buttonBounds.bottom, sourceBounds.bottom);
    [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/timer/
TimerFullScreenFragment.java 501 final Rect sourceBounds = new Rect(0, 0, source.getHeight(), source.getWidth());
502 containerView.offsetDescendantRectToMyCoords(source, sourceBounds);
504 final int centerX = sourceBounds.centerX();
505 final int centerY = sourceBounds.centerY();
510 final float startRadius = Math.max(sourceBounds.width(), sourceBounds.height()) / 2.0f;
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/testing/
LauncherExtension.java 200 Bundle appSearchData, Rect sourceBounds) {
  /packages/apps/Launcher2/src/com/android/launcher2/
Launcher.java     [all...]
  /prebuilts/tools/common/netbeans-visual/
org-netbeans-api-visual.jar 

Completed in 390 milliseconds