Searched refs:getMaximumWindowBounds (Results 1 – 1 of 1) sorted by relevance
109 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