OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sourceBounds
(Results
1 - 8
of
8
) 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
298
Rect
sourceBounds
= new Rect();
299
source.getBoundsInParent(
sourceBounds
);
301
assertEquals(buttonBounds.left,
sourceBounds
.left);
302
assertEquals(buttonBounds.right,
sourceBounds
.right);
303
assertEquals(buttonBounds.top,
sourceBounds
.top);
304
assertEquals(buttonBounds.bottom,
sourceBounds
.bottom);
/packages/apps/Contacts/src/com/android/contacts/quickcontact/
QuickContactActivity.java
260
final Rect
sourceBounds
= intent.getSourceBounds();
261
if (
sourceBounds
!= null) {
262
mFloatingLayout.setChildTargetScreen(
sourceBounds
);
/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
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar
/prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar
Completed in 304 milliseconds