Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DDeviceProfile.java269 public DeviceProfile getMultiWindowProfile(Context context, WindowBounds windowBounds) { in getMultiWindowProfile() argument
272 Point mwSize = new Point(Math.min(availableWidthPx, windowBounds.availableSize.x), in getMultiWindowProfile()
273 Math.min(availableHeightPx, windowBounds.availableSize.y)); in getMultiWindowProfile()
277 .setSize(windowBounds.bounds.width(), windowBounds.bounds.height()) in getMultiWindowProfile()
278 .setWindowPosition(windowBounds.bounds.left, windowBounds.bounds.top) in getMultiWindowProfile()
/packages/apps/Car/RotaryController/tests/robotests/src/com/android/car/rotary/
DNavigatorTest.java832 Rect windowBounds = new Rect(0, 0, 600, 500); in testNudgeToFocusAreaWithNoCandidates() local
834 .setBoundsInScreen(windowBounds) in testNudgeToFocusAreaWithNoCandidates()
839 .setBoundsInScreen(windowBounds) in testNudgeToFocusAreaWithNoCandidates()
926 Rect windowBounds = new Rect(0, 0, 100, 200); in testNudgeToFocusAreaWithIndirectChild() local
928 .setBoundsInScreen(windowBounds) in testNudgeToFocusAreaWithIndirectChild()
933 .setBoundsInScreen(windowBounds) in testNudgeToFocusAreaWithIndirectChild()
1009 Rect windowBounds = new Rect(0, 0, 100, 200); in testNudgeToFocusAreaWithNestedFocusableChild() local
1011 .setBoundsInScreen(windowBounds) in testNudgeToFocusAreaWithNestedFocusableChild()
1016 .setBoundsInScreen(windowBounds) in testNudgeToFocusAreaWithNestedFocusableChild()