HomeSort by relevance Sort by last modified time
    Searched refs:sourceBounds (Results 1 - 7 of 7) 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...]
  /cts/tests/tests/accessibilityservice/src/android/accessibilityservice/cts/
AccessibilityWindowQueryTest.java 296 Rect sourceBounds = new Rect();
297 source.getBoundsInParent(sourceBounds);
299 assertEquals(buttonBounds.left, sourceBounds.left);
300 assertEquals(buttonBounds.right, sourceBounds.right);
301 assertEquals(buttonBounds.top, sourceBounds.top);
302 assertEquals(buttonBounds.bottom, sourceBounds.bottom);
  /frameworks/base/core/tests/coretests/src/android/accessibilityservice/
InterrogationActivityTest.java 382 Rect sourceBounds = new Rect();
383 source.getBoundsInParent(sourceBounds);
385 assertEquals(buttonBounds.left, sourceBounds.left);
386 assertEquals(buttonBounds.right, sourceBounds.right);
387 assertEquals(buttonBounds.top, sourceBounds.top);
388 assertEquals(buttonBounds.bottom, sourceBounds.bottom);
  /frameworks/base/core/java/android/app/
SearchManager.java 517 Rect sourceBounds) {
519 startGlobalSearch(initialQuery, selectInitialQuery, appSearchData, sourceBounds);
540 Bundle appSearchData, Rect sourceBounds) {
566 intent.setSourceBounds(sourceBounds);
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/quickcontact/
QuickContactActivity.java 228 final Rect sourceBounds = intent.getSourceBounds();
229 if (sourceBounds != null) {
230 mFloatingLayout.setChildTargetScreen(sourceBounds);
  /packages/apps/Launcher2/src/com/android/launcher2/
Launcher.java     [all...]
  /prebuilts/tools/common/netbeans-visual/
org-netbeans-api-visual.jar 

Completed in 250 milliseconds