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.java309 AbsSeekBar inflatedView = (AbsSeekBar) mActivity.findViewById(R.id.thumb_tint); in testThumbTint() local
340 AbsSeekBar inflatedView = (AbsSeekBar) mActivity.findViewById(R.id.thumb_tint); in testThumbTintBlendMode() local
372 AbsSeekBar inflatedView = (AbsSeekBar) mActivity.findViewById(R.id.tick_mark_tint); in testTickMarkTint() local
404 AbsSeekBar inflatedView = (AbsSeekBar) mActivity.findViewById(R.id.tick_mark_tint); in testTickMarkTintBlendMode() local
435 AbsSeekBar inflatedView = (AbsSeekBar) mActivity.findViewById(R.id.tick_mark_tint); in testAccessSplitTrack() local
DFrameLayoutTest.java279 FrameLayout inflatedView = (FrameLayout) mActivity.findViewById(R.id.foreground_tint); in testForegroundTint() local
/cts/tests/tests/view/src/android/view/cts/
DViewTest.java4454 View inflatedView = mActivity.findViewById(R.id.background_tint); in testBackgroundTint() local