Home
last modified time | relevance | path

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

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