Home
last modified time | relevance | path

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

/frameworks/base/services/autofill/java/com/android/server/autofill/ui/
DFillUi.java579 final int clampedMeasuredHeight = Math.min(view.getMeasuredHeight(), maxSize.y); in updateHeight() local
580 final int newContentHeight = mContentHeight + clampedMeasuredHeight; in updateHeight()