OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:targetParent
(Results
1 - 4
of
4
) sorted by null
/development/samples/ApiDemos/src/com/example/android/apis/view/
Animation3.java
55
final View
targetParent
= (View) target.getParent();
58
targetParent
.getWidth() - target.getWidth() -
targetParent
.getPaddingLeft() -
59
targetParent
.getPaddingRight(), 0.0f, 0.0f);
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
ConstraintType.java
57
false /*
targetParent
*/, true /* horizontalEdge */, false /* verticalEdge */,
85
SegmentType targetSegmentTypeY, boolean
targetParent
, boolean horizontalEdge,
94
this.
targetParent
=
targetParent
;
119
public final boolean
targetParent
;
Match.java
72
if (type.
targetParent
) {
DependencyGraph.java
99
if (type.
targetParent
) {
Completed in 44 milliseconds