OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:parentTop
(Results
1 - 3
of
3
) sorted by null
/development/samples/HoneycombGallery/src/com/example/android/hcgallery/
FitCenterFrameLayout.java
57
final int
parentTop
= getPaddingTop();
62
final int parentHeight = parentBottom -
parentTop
;
93
parentTop
,
102
parentTop
+ (parentHeight - scaledChildHeight) / 2,
104
parentTop
+ (parentHeight + scaledChildHeight) / 2);
/cts/apps/CtsVerifier/src/com/android/cts/verifier/
BoxInsetLayout.java
249
final int
parentTop
= getPaddingTop() + mForegroundPadding.top;
317
// on both top and bottom, with a top position of
parentTop
+ the child's top
326
childTop =
parentTop
+ lp.topMargin;
334
childTop =
parentTop
+ lp.topMargin;
338
childTop =
parentTop
+ (parentBottom -
parentTop
- height) / 2 +
350
childTop =
parentTop
+ lp.topMargin;
/development/samples/ApiDemos/src/com/example/android/apis/view/
CustomLayout.java
145
final int
parentTop
= getPaddingTop();
169
mTmpContainerRect.top =
parentTop
+ lp.topMargin;
Completed in 85 milliseconds