Searched refs:inflatedView (Results 1 – 3 of 3) sorted by relevance
309 AbsSeekBar inflatedView = (AbsSeekBar) mActivity.findViewById(R.id.thumb_tint); in testThumbTint() local312 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 …]
279 FrameLayout inflatedView = (FrameLayout) mActivity.findViewById(R.id.foreground_tint); in testForegroundTint() local282 Color.WHITE, inflatedView.getForegroundTintList().getDefaultColor()); in testForegroundTint()284 PorterDuff.Mode.SRC_OVER, inflatedView.getForegroundTintMode()); in testForegroundTint()
4389 View inflatedView = mActivity.findViewById(R.id.background_tint); in testBackgroundTint() local4392 Color.WHITE, inflatedView.getBackgroundTintList().getDefaultColor()); in testBackgroundTint()4394 PorterDuff.Mode.SRC_OVER, inflatedView.getBackgroundTintMode()); in testBackgroundTint()