Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/animations/
DActivityTransitionTests.java264 final TestBounds testBounds = getTestBounds(); in testThemeBackgroundColorShowsDuringActivityTransition() local
287 final TestBounds testBounds = getTestBounds(); in testAnimationBackgroundColorIsUsedDuringActivityTransition() local
310 final TestBounds testBounds = getTestBounds(); in testCustomTransitionCanOverrideBackgroundColor() local
336 final TestBounds testBounds = getTestBounds(); in testPendingTransitionCanOverrideBackgroundColor() local
358 final TestBounds testBounds = getTestBounds(); in testSetTransitionCanOverrideBackgroundColor() local
387 final TestBounds testBounds = getTestBounds(); in testLeftEdgeExtensionWorksDuringActivityTransition() local
414 final TestBounds testBounds = getTestBounds(); in testTopEdgeExtensionWorksDuringActivityTransition() local
439 final TestBounds testBounds = getTestBounds(); in testRightEdgeExtensionWorksDuringActivityTransition() local
458 final TestBounds testBounds = getTestBounds(); in testOverrideActivityTransition() local
481 final TestBounds testBounds = getTestBounds(); in testClearOverrideActivityTransition() local
[all …]
/cts/tests/tests/view/src/android/view/cts/
DViewOutlineProviderTest.java90 public void testBounds() { in testBounds() method in ViewOutlineProviderTest