Home
last modified time | relevance | path

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

/cts/tests/tests/widget/src/android/widget/cts/
DProgressBarTest.java325 ProgressBar inflatedView = (ProgressBar) layout.findViewById(R.id.progress_tint); in testProgressTint() local
328 Color.WHITE, inflatedView.getProgressTintList().getDefaultColor()); in testProgressTint()
330 PorterDuff.Mode.SRC_OVER, inflatedView.getProgressTintMode()); in testProgressTint()
333 Color.WHITE, inflatedView.getProgressBackgroundTintList().getDefaultColor()); in testProgressTint()
335 PorterDuff.Mode.SRC_OVER, inflatedView.getProgressBackgroundTintMode()); in testProgressTint()
338 Color.WHITE, inflatedView.getSecondaryProgressTintList().getDefaultColor()); in testProgressTint()
340 PorterDuff.Mode.SRC_OVER, inflatedView.getSecondaryProgressTintMode()); in testProgressTint()
370 ProgressBar inflatedView = (ProgressBar) layout.findViewById(R.id.indeterminate_tint); in testIndeterminateTint() local
373 Color.WHITE, inflatedView.getIndeterminateTintList().getDefaultColor()); in testIndeterminateTint()
375 PorterDuff.Mode.SRC_OVER, inflatedView.getIndeterminateTintMode()); in testIndeterminateTint()
DAbsSeekBarTest.java218 SeekBar inflatedView = (SeekBar) mActivity.findViewById(R.id.thumb_tint); in testThumbTint() local
221 Color.WHITE, inflatedView.getThumbTintList().getDefaultColor()); in testThumbTint()
223 PorterDuff.Mode.SRC_OVER, inflatedView.getThumbTintMode()); in testThumbTint()
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()
DCompoundButtonTest.java336 CompoundButton inflatedView = (CompoundButton) layout.findViewById(R.id.button_tint); in testButtonTint() local
339 Color.WHITE, inflatedView.getButtonTintList().getDefaultColor()); in testButtonTint()
341 PorterDuff.Mode.SRC_OVER, inflatedView.getButtonTintMode()); in testButtonTint()
DImageViewTest.java463 ImageView inflatedView = (ImageView) mActivity.findViewById(R.id.image_tint); in testImageTint() local
466 Color.WHITE, inflatedView.getImageTintList().getDefaultColor()); in testImageTint()
468 PorterDuff.Mode.SRC_OVER, inflatedView.getImageTintMode()); in testImageTint()
/cts/tests/tests/view/src/android/view/cts/
DViewTest.java3427 View inflatedView = mActivity.findViewById(R.id.background_tint); in testBackgroundTint() local
3430 Color.WHITE, inflatedView.getBackgroundTintList().getDefaultColor()); in testBackgroundTint()
3432 PorterDuff.Mode.SRC_OVER, inflatedView.getBackgroundTintMode()); in testBackgroundTint()