Home
last modified time | relevance | path

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

/development/samples/HoneycombGallery/src/com/example/android/hcgallery/
DFitCenterFrameLayout.java62 final int parentHeight = parentBottom - parentTop; in onLayout() local
85 parentUnpaddedHeight = parentHeight - childPaddingTop - childPaddingBottom; in onLayout()
102 parentTop + (parentHeight - scaledChildHeight) / 2, in onLayout()
104 parentTop + (parentHeight + scaledChildHeight) / 2); in onLayout()
/development/samples/ApiDemos/src/com/example/android/apis/animation/
DRotate3dAnimation.java63 public void initialize(int width, int height, int parentWidth, int parentHeight) { in initialize() argument
64 super.initialize(width, height, parentWidth, parentHeight); in initialize()