Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/other/
DKeepClearRectsTests.java109 () -> getKeepClearRectsForActivity(activity)); in testSetPreferKeepClearAttr()
123 () -> getKeepClearRectsForActivity(activity)); in testSetPreferKeepClearSingleView()
137 assertSameElementsEventually(expected, () -> getKeepClearRectsForActivity(activity)); in testSetPreferKeepClearTwoViews()
144 assertSameElementsEventually(expected, () -> getKeepClearRectsForActivity(activity)); in testSetPreferKeepClearTwoViews()
157 () -> getKeepClearRectsForActivity(activity)); in testSetMultipleKeepClearRectsSingleView()
175 assertSameElementsEventually(expected, () -> getKeepClearRectsForActivity(activity)); in testSetMultipleKeepClearRectsTwoViews()
259 () -> getKeepClearRectsForActivity(activity)); in testSetPreferKeepClearCombinesWithMultipleRects()
264 assertSameElementsEventually(combinedRects, () -> getKeepClearRectsForActivity(activity)); in testSetPreferKeepClearCombinesWithMultipleRects()
268 () -> getKeepClearRectsForActivity(activity)); in testSetPreferKeepClearCombinesWithMultipleRects()
282 () -> getKeepClearRectsForActivity(activity)); in testIgnoreKeepClearRectsFromGoneViews()
[all …]