Home
last modified time | relevance | path

Searched refs:parentBottom (Results 1 – 4 of 4) 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()
/development/samples/Support7Demos/src/com/example/android/supportv7/widget/
DRecyclerViewActivity.java109 final int parentBottom = getHeight() - getPaddingBottom(); in onLayoutChildren() local
124 for (int i = 0; mFirstPosition + i < count && top < parentBottom; i++, top = bottom) { in onLayoutChildren()
DAnimatedRecyclerView.java448 int parentBottom = getHeight() - getPaddingBottom(); in onLayoutChildren() local
466 for (int i = 0; mFirstPosition + i < count && top < parentBottom; i++, top = bottom) { in onLayoutChildren()
475 parentBottom += v.getHeight(); in onLayoutChildren()