Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
DUdfpsDialogMeasureAdapter.java181 int currHeight) { in measureDescription() argument
182 int newHeight = bodyContent.getMeasuredHeight() + currHeight; in measureDescription()
187 MeasureSpec.makeMeasureSpec(limit - currHeight, MeasureSpec.EXACTLY)); in measureDescription()