Home
last modified time | relevance | path

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

/frameworks/base/services/autofill/java/com/android/server/autofill/ui/
DFillUi.java580 final int newContentHeight = mContentHeight + clampedMeasuredHeight; in updateHeight() local
581 if (newContentHeight != mContentHeight) { in updateHeight()
582 mContentHeight = newContentHeight; in updateHeight()