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