Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
DUdfpsDialogMeasureAdapter.java180 private int measureDescription(View bodyContent, int displayHeight, int currWidth, in measureDescription() argument
182 int newHeight = bodyContent.getMeasuredHeight() + currHeight; in measureDescription()
185 bodyContent.measure( in measureDescription()
189 return bodyContent.getMeasuredHeight(); in measureDescription()