Searched defs:findViewById (Results 1 - 2 of 2) sorted by relevance

/cts/tests/fragment/src/android/fragment/cts/
H A DFragmentTransitionTest.java246 final View greenSquare1 = findViewById(fragment1, R.id.greenSquare);
247 final View blueSquare1 = findViewById(fragment1, R.id.blueSquare);
251 final View greenSquare2 = findViewById(fragment2, R.id.greenSquare);
252 final View blueSquare2 = findViewById(fragment2, R.id.blueSquare);
374 final View expectedBlue = findViewById(fragment1, R.id.blueSquare);
376 final View greenSquare = findViewById(fragment1, R.id.greenSquare);
410 final View blueSquare = findViewById(fragment2, R.id.blueSquare);
412 final View greenSquare = findViewById(fragment2, R.id.greenSquare);
558 final View endGreen = findViewById(fragment2, R.id.greenSquare);
559 final View endBlue = findViewById(fragment
817 private View findViewById(Fragment fragment, int id) { method in class:FragmentTransitionTest
[all...]
H A DFragmentViewTests.java52 mActivityRule.getActivity().findViewById(R.id.fragmentContainer);
98 mActivityRule.getActivity().findViewById(R.id.fragmentContainer1);
100 mActivityRule.getActivity().findViewById(R.id.fragmentContainer2);
172 mActivityRule.getActivity().findViewById(R.id.fragmentContainer);
230 mActivityRule.getActivity().findViewById(R.id.fragmentContainer);
256 mActivityRule.getActivity().findViewById(R.id.fragmentContainer);
284 mActivityRule.getActivity().findViewById(R.id.fragmentContainer);
316 mActivityRule.getActivity().findViewById(R.id.fragmentContainer);
374 mActivityRule.getActivity().findViewById(R.id.fragmentContainer);
432 mActivityRule.getActivity().findViewById(
1000 private View findViewById(int viewId) { method in class:FragmentViewTests
[all...]

Completed in 56 milliseconds