OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:parentLeft
(Results
1 - 2
of
2
) sorted by null
/development/samples/HoneycombGallery/src/com/example/android/hcgallery/
FitCenterFrameLayout.java
56
final int
parentLeft
= getPaddingLeft();
61
final int parentWidth = parentRight -
parentLeft
;
92
parentLeft
+ (parentWidth - scaledChildWidth) / 2,
101
parentLeft
,
/cts/apps/CtsVerifier/src/com/android/cts/verifier/
BoxInsetLayout.java
246
final int
parentLeft
= getPaddingLeft() + mForegroundPadding.left;
279
// on both sides, with a left position of
parentLeft
+ the child's left margin.
287
childLeft =
parentLeft
+ lp.leftMargin;
291
childLeft =
parentLeft
+ (parentRight -
parentLeft
- width) / 2 +
311
childLeft =
parentLeft
+ lp.leftMargin;
Completed in 71 milliseconds