Home
last modified time | relevance | path

Searched refs:parentWidth (Results 1 – 4 of 4) 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()
/development/samples/Support7Demos/src/com/example/android/supportv7/widget/
DRecyclerViewActivity.java248 final int parentWidth = getWidth(); in recycleViewsOutOfBounds() local
256 getDecoratedLeft(v) <= parentWidth && in recycleViewsOutOfBounds()
DAnimatedRecyclerView.java385 final int parentWidth = getWidth(); in recycleViewsOutOfBounds() local
392 if (v.hasFocus() || (v.getRight() >= 0 && v.getLeft() <= parentWidth && in recycleViewsOutOfBounds()