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.java309 AbsSeekBar inflatedView = (AbsSeekBar) mActivity.findViewById(R.id.thumb_tint); in testThumbTint() local
312 Color.WHITE, inflatedView.getThumbTintList().getDefaultColor()); in testThumbTint()
314 PorterDuff.Mode.SRC_OVER, inflatedView.getThumbTintMode()); in testThumbTint()
318 inflatedView.setThumb(mockThumb); in testThumbTint()
322 inflatedView.setThumbTintList(ColorStateList.valueOf(Color.RED)); in testThumbTint()
326 inflatedView.setThumbTintMode(PorterDuff.Mode.DST_ATOP); in testThumbTint()
328 PorterDuff.Mode.DST_ATOP, inflatedView.getThumbTintMode()); in testThumbTint()
331 inflatedView.setThumb(null); in testThumbTint()
332 inflatedView.setThumb(mockThumb); in testThumbTint()
340 AbsSeekBar inflatedView = (AbsSeekBar) mActivity.findViewById(R.id.thumb_tint); in testThumbTintBlendMode() local
[all …]
DFrameLayoutTest.java279 FrameLayout inflatedView = (FrameLayout) mActivity.findViewById(R.id.foreground_tint); in testForegroundTint() local
282 Color.WHITE, inflatedView.getForegroundTintList().getDefaultColor()); in testForegroundTint()
284 PorterDuff.Mode.SRC_OVER, inflatedView.getForegroundTintMode()); in testForegroundTint()
/cts/tests/tests/view/src/android/view/cts/
DViewTest.java4454 View inflatedView = mActivity.findViewById(R.id.background_tint); in testBackgroundTint() local
4457 Color.WHITE, inflatedView.getBackgroundTintList().getDefaultColor()); in testBackgroundTint()
4459 PorterDuff.Mode.SRC_OVER, inflatedView.getBackgroundTintMode()); in testBackgroundTint()