HomeSort by relevance Sort by last modified time
    Searched refs:fragmentView (Results 1 - 3 of 3) sorted by null

  /developers/samples/android/ui/DrawableTinting/Application/src/test/
SampleTests.java 64 final View fragmentView = mTestFragment.getView();
65 mAlpha = (SeekBar) fragmentView.findViewById(R.id.alphaSeek);
66 mRed = (SeekBar) fragmentView.findViewById(R.id.redSeek);
67 mGreen = (SeekBar) fragmentView.findViewById(R.id.greenSeek);
68 mBlue = (SeekBar) fragmentView.findViewById(R.id.blueSeek);
69 mBlendMode = (Spinner) fragmentView.findViewById(R.id.blendSpinner);
70 mImage = (ImageView) fragmentView.findViewById(R.id.image);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Fragments/
BaseUiFragment.java 81 protected void setupButtons(View fragmentView, TestActivity.CTSTest currentPhase) {
83 mBtnPass = (Button) fragmentView.findViewById(R.id.btnPass);
84 mBtnInfo = (Button) fragmentView.findViewById(R.id.btnInfo);
85 mBtnFail = (Button) fragmentView.findViewById(R.id.btnFail);
  /cts/tests/fragment/src/android/fragment/cts/
FragmentAnimatorTest.java 454 final View fragmentView = fragment1.getView();
459 fragmentView.startAnimation(xAnimation);
460 assertEquals(xAnimation, fragmentView.getAnimation());
466 assertNull(fragmentView.getAnimation());

Completed in 356 milliseconds