Home
last modified time | relevance | path

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

/frameworks/support/v4/java/android/support/v4/widget/
DDrawerLayout.java1077 final int contentHeightSpec = MeasureSpec.makeMeasureSpec( in onMeasure() local
1079 child.measure(contentWidthSpec, contentHeightSpec); in onMeasure()