Searched refs:loadLayout (Results 1 – 3 of 3) sorted by relevance
77 View view = loadLayout(R.layout.scene1); in testViewConstructor()86 View view = loadLayout(R.layout.scene1); in testDeprecatedConstructor()
311 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()
98 protected View loadLayout(final int layout) throws Throwable { in loadLayout() method in BaseTransitionTest