HomeSort by relevance Sort by last modified time
    Searched refs:sourceBounds (Results 1 - 15 of 15) 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 72 Rect sourceBounds, Bundle opts) {
73 mLauncherApps.startMainActivity(component, user.getUser(), sourceBounds, opts);
LauncherAppsCompat.java 71 Rect sourceBounds, Bundle opts);
LauncherAppsCompatV16.java 79 Rect sourceBounds, Bundle opts) {
83 launchIntent.setSourceBounds(sourceBounds);
  /frameworks/base/core/java/android/app/
SearchManager.java 622 Rect sourceBounds) {
624 startGlobalSearch(initialQuery, selectInitialQuery, appSearchData, sourceBounds);
649 Bundle appSearchData, Rect sourceBounds) {
675 intent.setSourceBounds(sourceBounds);
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
LauncherCallbacks.java 71 Bundle appSearchData, Rect sourceBounds);
LauncherExtension.java 182 Bundle appSearchData, Rect sourceBounds) {
Launcher.java     [all...]
  /frameworks/base/services/core/java/com/android/server/pm/
LauncherAppsService.java 264 public void startActivityAsUser(ComponentName component, Rect sourceBounds,
273 launchIntent.setSourceBounds(sourceBounds);
311 public void showAppDetailsAsUser(ComponentName component, Rect sourceBounds,
326 intent.setSourceBounds(sourceBounds);
  /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...]
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsContext.cpp     [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
Launcher.java     [all...]
  /prebuilts/tools/common/netbeans-visual/
org-netbeans-api-visual.jar 

Completed in 1953 milliseconds