Home
last modified time | relevance | path

Searched refs:layout1 (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/transition/src/android/transition/cts/
DTransitionTest.java311 View layout1 = loadLayout(R.layout.scene1); in testExcludeChildrenView() local
312 Scene scene1 = loadScene(layout1); in testExcludeChildrenView()
314 View holder1 = layout1.findViewById(R.id.holder); in testExcludeChildrenView()
370 View layout1 = loadLayout(R.layout.scene1); in testExcludeTargetView() local
371 Scene scene1 = loadScene(layout1); in testExcludeTargetView()
373 View redSquare1 = layout1.findViewById(R.id.redSquare); in testExcludeTargetView()
705 final View layout1 = loadLayout(R.layout.scene1); in testGoWithNullParameter() local
706 final Scene scene1 = loadScene(layout1); in testGoWithNullParameter()
715 assertSame(layout1, mActivity.findViewById(R.id.holder)); in testGoWithNullParameter()
726 assertSame(layout1, mActivity.findViewById(R.id.holder)); in testGoWithNullParameter()
/cts/tests/tests/text/src/android/text/cts/
DStaticLayoutTest.java1565 StaticLayout layout1 = StaticLayout.Builder.obtain(spanStr1, 0, spanStr1.length(),
1568 for (int i = 1; i < layout1.getLineCount() - 1; ++i) {
1569 assertEquals(expectedHeight1, layout1.getLineBottom(i) - layout1.getLineTop(i));