OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:parentRight
(Results
1 - 2
of
2
) sorted by null
/development/samples/HoneycombGallery/src/com/example/android/hcgallery/
FitCenterFrameLayout.java
58
final int
parentRight
= r - l - getPaddingRight();
61
final int parentWidth =
parentRight
- parentLeft;
94
parentRight
- (parentWidth - scaledChildWidth) / 2,
103
parentRight
,
/cts/apps/CtsVerifier/src/com/android/cts/verifier/
BoxInsetLayout.java
247
final int
parentRight
= right - left - getPaddingRight() - mForegroundPadding.right;
291
childLeft = parentLeft + (
parentRight
- parentLeft - width) / 2 +
301
childLeft =
parentRight
- width - lp.rightMargin;
Completed in 85 milliseconds