Home
last modified time | relevance | path

Searched defs:inflatedView (Results 1 – 5 of 5) sorted by relevance

/cts/tests/tests/widget/src/android/widget/cts/
DAbsSeekBarTest.java231 SeekBar inflatedView = (SeekBar) mActivity.findViewById(R.id.thumb_tint); in testThumbTint() local
259 SeekBar inflatedView = (SeekBar) mActivity.findViewById(R.id.tick_mark_tint); in testTickMarkTint() local
DProgressBarTest.java315 ProgressBar inflatedView = (ProgressBar) layout.findViewById(R.id.progress_tint); in testProgressTint() local
360 ProgressBar inflatedView = (ProgressBar) layout.findViewById(R.id.indeterminate_tint); in testIndeterminateTint() local
DCompoundButtonTest.java336 CompoundButton inflatedView = (CompoundButton) layout.findViewById(R.id.button_tint); in testButtonTint() local
DFrameLayoutTest.java281 FrameLayout inflatedView = (FrameLayout) mActivity.findViewById(R.id.foreground_tint); in testForegroundTint() local
/cts/tests/tests/view/src/android/view/cts/
DViewTest.java3797 View inflatedView = mActivity.findViewById(R.id.background_tint); in testBackgroundTint() local