Home
last modified time | relevance | path

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

/development/samples/HoneycombGallery/src/com/example/android/hcgallery/
DFitCenterFrameLayout.java57 final int parentTop = getPaddingTop(); in onLayout() local
62 final int parentHeight = parentBottom - parentTop; in onLayout()
93 parentTop, in onLayout()
102 parentTop + (parentHeight - scaledChildHeight) / 2, in onLayout()
104 parentTop + (parentHeight + scaledChildHeight) / 2); in onLayout()