Home
last modified time | relevance | path

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

/cts/tests/tests/transition/src/android/transition/cts/
DSceneTest.java77 View view = loadLayout(R.layout.scene1); in testViewConstructor()
86 View view = loadLayout(R.layout.scene1); in testDeprecatedConstructor()
DTransitionTest.java311 View layout1 = loadLayout(R.layout.scene1); in testExcludeChildrenView()
316 View layout2 = loadLayout(R.layout.scene2); in testExcludeChildrenView()
370 View layout1 = loadLayout(R.layout.scene1); in testExcludeTargetView()
705 final View layout1 = loadLayout(R.layout.scene1); in testGoWithNullParameter()
708 final View layout3 = loadLayout(R.layout.scene3); in testGoWithNullParameter()
DBaseTransitionTest.java98 protected View loadLayout(final int layout) throws Throwable { in loadLayout() method in BaseTransitionTest