Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
DUdfpsDialogMeasureAdapter.java172 totalHeight += measureDescription(description, displayHeight, width, totalHeight); in onMeasureInternalPortrait()
174 totalHeight += measureDescription(contentView, displayHeight, width, totalHeight); in onMeasureInternalPortrait()
180 private int measureDescription(View bodyContent, int displayHeight, int currWidth, in measureDescription() method in UdfpsDialogMeasureAdapter