Home
last modified time | relevance | path

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

/cts/tests/tests/widget/src/android/widget/cts/
DAbsSeekBarTest.java317 AbsSeekBar inflatedView = (AbsSeekBar) mActivity.findViewById(R.id.thumb_tint); in testThumbTint() local
348 AbsSeekBar inflatedView = (AbsSeekBar) mActivity.findViewById(R.id.thumb_tint); in testThumbTintBlendMode() local
380 AbsSeekBar inflatedView = (AbsSeekBar) mActivity.findViewById(R.id.tick_mark_tint); in testTickMarkTint() local
412 AbsSeekBar inflatedView = (AbsSeekBar) mActivity.findViewById(R.id.tick_mark_tint); in testTickMarkTintBlendMode() local
443 AbsSeekBar inflatedView = (AbsSeekBar) mActivity.findViewById(R.id.tick_mark_tint); in testAccessSplitTrack() local
DFrameLayoutTest.java287 FrameLayout inflatedView = (FrameLayout) mActivity.findViewById(R.id.foreground_tint); in testForegroundTint() local
/cts/tests/tests/view/src/android/view/cts/
DViewTest.java4609 View inflatedView = mActivity.findViewById(R.id.background_tint); in testBackgroundTint() local