Home
last modified time | relevance | path

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

/development/samples/HoneycombGallery/src/com/example/android/hcgallery/
DFitCenterFrameLayout.java43 int childWidthSpec = MeasureSpec.makeMeasureSpec(width, MeasureSpec.UNSPECIFIED); in onMeasure() local
48 getChildAt(i).measure(childWidthSpec, childHeightSpec); in onMeasure()