Home
last modified time | relevance | path

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

/cts/tests/tests/transition/src/android/transition/cts/
DTransitionManagerTest.java79 final Scene scene6 = loadScene(R.layout.scene6); in testDefaultBeginDelayedTransition()
172 final Scene scene6 = loadScene(R.layout.scene6); in testDefaultGo()
286 Scene scene = loadScene(R.layout.scene1); in testGo_enterAction()
298 Scene scene1 = loadScene(R.layout.scene1); in testGo_exitAction()
308 Scene scene2 = loadScene(R.layout.scene2); in testGo_exitAction()
318 Scene scene = loadScene(R.layout.scene1); in testGo_nullParameter_enterAction()
331 Scene scene1 = loadScene(R.layout.scene1); in testGo_nullParameter_exitAction()
341 Scene scene2 = loadScene(R.layout.scene2); in testGo_nullParameter_exitAction()
DBaseTransitionTest.java107 protected Scene loadScene(final View layout) throws Throwable { in loadScene() method in BaseTransitionTest
114 protected Scene loadScene(final int layoutId) throws Throwable { in loadScene() method in BaseTransitionTest
122 startTransition(loadScene(layoutId)); in startTransition()
135 enterScene(loadScene(layoutId)); in enterScene()
DTransitionTest.java312 Scene scene1 = loadScene(layout1); in testExcludeChildrenView()
317 Scene scene2 = loadScene(layout2); in testExcludeChildrenView()
371 Scene scene1 = loadScene(layout1); in testExcludeTargetView()
562 Scene scene1 = loadScene(R.layout.scene1); in testForceToEndTransitionsDependedEachOther()
563 Scene scene2 = loadScene(R.layout.scene2); in testForceToEndTransitionsDependedEachOther()
706 final Scene scene1 = loadScene(layout1); in testGoWithNullParameter()
709 final Scene scene3 = loadScene(layout3); in testGoWithNullParameter()
DSceneTest.java95 Scene scene = loadScene(R.layout.scene1); in testFactory()
DFadeTest.java189 final Scene scene14 = loadScene(R.layout.scene14); in endVisibilityIsCorrect()
DChangeBoundsTest.java212 final Scene scene = loadScene(layoutId); in startTransitionAndWatch()