OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full: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
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);
/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
260
final Rect
sourceBounds
= intent.getSourceBounds();
261
if (
sourceBounds
!= null) {
262
mFloatingLayout.setChildTargetScreen(
sourceBounds
);
/packages/apps/Launcher3/src/com/android/launcher3/
Launcher.java
[
all
...]
/packages/apps/Launcher2/src/com/android/launcher2/
Launcher.java
[
all
...]
/frameworks/base/core/java/android/content/
Intent.java
[
all
...]
Completed in 684 milliseconds