Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
DUdfpsDialogMeasureAdapter.java106 final int textIndicatorHeight = getViewHeightPx(R.id.indicator); in onMeasureInternalPortrait()
107 final int buttonBarHeight = getViewHeightPx(R.id.button_bar); in onMeasureInternalPortrait()
198 final int titleHeight = getViewHeightPx(R.id.title); in onMeasureInternalLandscape()
199 final int subtitleHeight = getViewHeightPx(R.id.subtitle); in onMeasureInternalLandscape()
200 final int descriptionHeight = getViewHeightPx(R.id.description); in onMeasureInternalLandscape()
201 final int topSpacerHeight = getViewHeightPx(R.id.space_above_icon); in onMeasureInternalLandscape()
202 final int textIndicatorHeight = getViewHeightPx(R.id.indicator); in onMeasureInternalLandscape()
203 final int buttonBarHeight = getViewHeightPx(R.id.button_bar); in onMeasureInternalLandscape()
270 private int getViewHeightPx(@IdRes int viewId) { in getViewHeightPx() method in UdfpsDialogMeasureAdapter