Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
H A DUdfpsDialogMeasureAdapter.java109 final int displayHeight = getMaximumWindowBounds(windowMetrics).height(); in onMeasureInternalPortrait()
206 final int displayWidth = getMaximumWindowBounds(windowMetrics).width(); in onMeasureInternalLandscape()
282 private static Rect getMaximumWindowBounds(@Nullable WindowMetrics windowMetrics) { in getMaximumWindowBounds() method in UdfpsDialogMeasureAdapter