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.java317 AbsSeekBar inflatedView = (AbsSeekBar) mActivity.findViewById(R.id.thumb_tint); in testThumbTint() local
320 Color.WHITE, inflatedView.getThumbTintList().getDefaultColor()); in testThumbTint()
322 PorterDuff.Mode.SRC_OVER, inflatedView.getThumbTintMode()); in testThumbTint()
326 inflatedView.setThumb(mockThumb); in testThumbTint()
330 inflatedView.setThumbTintList(ColorStateList.valueOf(Color.RED)); in testThumbTint()
334 inflatedView.setThumbTintMode(PorterDuff.Mode.DST_ATOP); in testThumbTint()
336 PorterDuff.Mode.DST_ATOP, inflatedView.getThumbTintMode()); in testThumbTint()
339 inflatedView.setThumb(null); in testThumbTint()
340 inflatedView.setThumb(mockThumb); in testThumbTint()
348 AbsSeekBar inflatedView = (AbsSeekBar) mActivity.findViewById(R.id.thumb_tint); in testThumbTintBlendMode() local
[all …]
DFrameLayoutTest.java287 FrameLayout inflatedView = (FrameLayout) mActivity.findViewById(R.id.foreground_tint); in testForegroundTint() local
290 Color.WHITE, inflatedView.getForegroundTintList().getDefaultColor()); in testForegroundTint()
292 PorterDuff.Mode.SRC_OVER, inflatedView.getForegroundTintMode()); in testForegroundTint()
/cts/tests/tests/view/src/android/view/cts/
DViewTest.java4609 View inflatedView = mActivity.findViewById(R.id.background_tint); in testBackgroundTint() local
4612 Color.WHITE, inflatedView.getBackgroundTintList().getDefaultColor()); in testBackgroundTint()
4614 PorterDuff.Mode.SRC_OVER, inflatedView.getBackgroundTintMode()); in testBackgroundTint()