Home
last modified time | relevance | path

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

/frameworks/support/design/src/android/support/design/widget/
DHeaderScrollingViewBehavior.java54 final int childLpHeight = child.getLayoutParams().height; in onMeasureChild() local
55 if (childLpHeight == ViewGroup.LayoutParams.MATCH_PARENT in onMeasureChild()
56 || childLpHeight == ViewGroup.LayoutParams.WRAP_CONTENT) { in onMeasureChild()
85 childLpHeight == ViewGroup.LayoutParams.MATCH_PARENT in onMeasureChild()