Home
last modified time | relevance | path

Searched refs:parentBottom (Results 1 – 2 of 2) sorted by relevance

/development/samples/HoneycombGallery/src/com/example/android/hcgallery/
DFitCenterFrameLayout.java59 final int parentBottom = b - t - getPaddingBottom(); in onLayout() local
62 final int parentHeight = parentBottom - parentTop; in onLayout()
95 parentBottom); in onLayout()
/development/samples/ApiDemos/src/com/example/android/apis/view/
DCustomLayout.java146 final int parentBottom = bottom - top - getPaddingBottom(); in onLayout() local
170 mTmpContainerRect.bottom = parentBottom - lp.bottomMargin; in onLayout()