Home
last modified time | relevance | path

Searched defs:viewBounds (Results 1 – 2 of 2) sorted by relevance

/cts/tests/framework/base/windowmanager/src/android/server/wm/other/
DKeepClearRectsTests.java185 final Rect viewBounds = new Rect(0, 0, 60, 60); in testIsPreferKeepClearSingleView() local
202 final Rect viewBounds = new Rect(0, 0, 60, 60); in testGetPreferKeepClearRectsSingleView() local
255 final Rect viewBounds = new Rect(0, 0, 60, 60); in testSetPreferKeepClearCombinesWithMultipleRects() local
278 final Rect viewBounds = new Rect(0, 0, 60, 60); in testIgnoreKeepClearRectsFromGoneViews() local
337 final Rect viewBounds = new Rect(0, 0, 60, 60); in testIgnoreKeepClearRectsFromDetachedViews() local
354 final Rect viewBounds = new Rect(0, 0, 60, 60); in testFocusedViewDeclaredAsKeepClearArea() local
377 final Rect viewBounds = new Rect(30, 30, 60, 60); in testKeepClearRectsGetTranslatedToWindowSpace() local
427 final Rect viewBounds = new Rect(0, 0, 60, 60); in testFinishingActivityRemovesItsKeepClearRects() local
444 final Rect viewBounds = new Rect(0, 0, 25, 25); in testKeepClearRectsOnDisplayTwoWindows() local
475 final Rect viewBounds = new Rect(0, 0, 25, 25); in testKeepClearRectsOnDisplayTwoFullscreenActivities() local
[all …]
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
DAccessibilityMagnificationTest.java1523 final Rect viewBounds = new Rect(viewLocation[0], viewLocation[1], in adjustViewBoundsIfNeeded() local