Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DFastScroller.java677 final int adjMaxHeight = Math.max(0, container.height()); in measureViewToSide() local
681 adjMaxHeight, MeasureSpec.UNSPECIFIED); in measureViewToSide()
718 final int adjMaxHeight = Math.max(0, container.height()); in measureFloating() local
722 adjMaxHeight, MeasureSpec.UNSPECIFIED); in measureFloating()