Searched refs:inflatedView (Results 1 – 3 of 3) sorted by relevance
317 AbsSeekBar inflatedView = (AbsSeekBar) mActivity.findViewById(R.id.thumb_tint); in testThumbTint() local320 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 …]
287 FrameLayout inflatedView = (FrameLayout) mActivity.findViewById(R.id.foreground_tint); in testForegroundTint() local290 Color.WHITE, inflatedView.getForegroundTintList().getDefaultColor()); in testForegroundTint()292 PorterDuff.Mode.SRC_OVER, inflatedView.getForegroundTintMode()); in testForegroundTint()
4609 View inflatedView = mActivity.findViewById(R.id.background_tint); in testBackgroundTint() local4612 Color.WHITE, inflatedView.getBackgroundTintList().getDefaultColor()); in testBackgroundTint()4614 PorterDuff.Mode.SRC_OVER, inflatedView.getBackgroundTintMode()); in testBackgroundTint()