Searched refs:landscapeMaximumBounds (Results 1 – 3 of 3) sorted by relevance
221 final Rect landscapeMaximumBounds = getMaximumActivityBounds(configHandlingActivity); in testGetWindowLayoutInfo_configChanged_windowLayoutUpdates() local224 portraitMaximumBounds, landscapeMaximumBounds); in testGetWindowLayoutInfo_configChanged_windowLayoutUpdates()249 final Rect landscapeMaximumBounds = getMaximumActivityBounds(mActivity); in testGetWindowLayoutInfo_windowRecreated_windowLayoutUpdates() local252 portraitMaximumBounds, landscapeMaximumBounds); in testGetWindowLayoutInfo_windowRecreated_windowLayoutUpdates()
378 final Rect landscapeMaximumBounds = getMaximumActivityBounds(activity); in testGetWindowLayoutInfo_configChanged_windowLayoutUpdates() local381 portraitMaximumBounds, landscapeMaximumBounds); in testGetWindowLayoutInfo_configChanged_windowLayoutUpdates()586 final Rect landscapeMaximumBounds = getMaximumActivityBounds(activity); in testGetWindowLayoutInfo_windowRecreated_windowLayoutUpdates() local589 portraitMaximumBounds, landscapeMaximumBounds); in testGetWindowLayoutInfo_windowRecreated_windowLayoutUpdates()
320 @NonNull Rect landscapeMaximumBounds) {321 return !portraitMaximumBounds.equals(landscapeMaximumBounds);