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.java56 View view = loadLayout(R.layout.scene1); in testViewConstructor()
DBaseTransitionTest.java78 protected View loadLayout(final int layout) throws Throwable { in loadLayout() method in BaseTransitionTest
DTransitionTest.java285 View layout1 = loadLayout(R.layout.scene1); in testExcludeChildrenView()
290 View layout2 = loadLayout(R.layout.scene2); in testExcludeChildrenView()
319 View layout1 = loadLayout(R.layout.scene1); in testExcludeTargetView()