Home
last modified time | relevance | path

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

/development/samples/HoneycombGallery/src/com/example/android/hcgallery/
DFitCenterFrameLayout.java61 final int parentWidth = parentRight - parentLeft; in onLayout() local
84 parentUnpaddedWidth = parentWidth - childPaddingLeft - childPaddingRight; in onLayout()
92 parentLeft + (parentWidth - scaledChildWidth) / 2, in onLayout()
94 parentRight - (parentWidth - scaledChildWidth) / 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()