Home
last modified time | relevance | path

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

/cts/tests/tests/widget/src/android/widget/cts/
DAbsSeekBarTest.java271 AbsSeekBar inflatedView = (AbsSeekBar) mActivity.findViewById(R.id.thumb_tint); in testThumbTint() local
274 Color.WHITE, inflatedView.getThumbTintList().getDefaultColor()); in testThumbTint()
276 PorterDuff.Mode.SRC_OVER, inflatedView.getThumbTintMode()); in testThumbTint()
280 inflatedView.setThumb(mockThumb); in testThumbTint()
284 inflatedView.setThumbTintList(ColorStateList.valueOf(Color.RED)); in testThumbTint()
287 inflatedView.setThumbTintMode(PorterDuff.Mode.DST_ATOP); in testThumbTint()
289 PorterDuff.Mode.DST_ATOP, inflatedView.getThumbTintMode()); in testThumbTint()
292 inflatedView.setThumb(null); in testThumbTint()
293 inflatedView.setThumb(mockThumb); in testThumbTint()
300 AbsSeekBar inflatedView = (AbsSeekBar) mActivity.findViewById(R.id.tick_mark_tint); in testTickMarkTint() local
[all …]
DFrameLayoutTest.java283 FrameLayout inflatedView = (FrameLayout) mActivity.findViewById(R.id.foreground_tint); in testForegroundTint() local
286 Color.WHITE, inflatedView.getForegroundTintList().getDefaultColor()); in testForegroundTint()
288 PorterDuff.Mode.SRC_OVER, inflatedView.getForegroundTintMode()); in testForegroundTint()
/cts/tests/tests/view/src/android/view/cts/
DViewTest.java3898 View inflatedView = mActivity.findViewById(R.id.background_tint); in testBackgroundTint() local
3901 Color.WHITE, inflatedView.getBackgroundTintList().getDefaultColor()); in testBackgroundTint()
3903 PorterDuff.Mode.SRC_OVER, inflatedView.getBackgroundTintMode()); in testBackgroundTint()