Home
last modified time | relevance | path

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

/appcompat/appcompat/src/main/java/androidx/appcompat/widget/
DActionBarContextView.java334 int paddedViewHeight = v.getMeasuredHeight() + verticalPadding; in onMeasure() local
335 if (paddedViewHeight > measuredHeight) { in onMeasure()
336 measuredHeight = paddedViewHeight; in onMeasure()