Home
last modified time | relevance | path

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

/cts/tests/tests/widget/src/android/widget/cts/
DProgressBarTest.java315 ProgressBar inflatedView = (ProgressBar) layout.findViewById(R.id.progress_tint); in testProgressTint() local
318 Color.WHITE, inflatedView.getProgressTintList().getDefaultColor()); in testProgressTint()
320 PorterDuff.Mode.SRC_OVER, inflatedView.getProgressTintMode()); in testProgressTint()
323 Color.WHITE, inflatedView.getProgressBackgroundTintList().getDefaultColor()); in testProgressTint()
325 PorterDuff.Mode.SRC_OVER, inflatedView.getProgressBackgroundTintMode()); in testProgressTint()
328 Color.WHITE, inflatedView.getSecondaryProgressTintList().getDefaultColor()); in testProgressTint()
330 PorterDuff.Mode.SRC_OVER, inflatedView.getSecondaryProgressTintMode()); in testProgressTint()
360 ProgressBar inflatedView = (ProgressBar) layout.findViewById(R.id.indeterminate_tint); in testIndeterminateTint() local
363 Color.WHITE, inflatedView.getIndeterminateTintList().getDefaultColor()); in testIndeterminateTint()
365 PorterDuff.Mode.SRC_OVER, inflatedView.getIndeterminateTintMode()); in testIndeterminateTint()
DAbsSeekBarTest.java231 SeekBar inflatedView = (SeekBar) mActivity.findViewById(R.id.thumb_tint); in testThumbTint() local
234 Color.WHITE, inflatedView.getThumbTintList().getDefaultColor()); in testThumbTint()
236 PorterDuff.Mode.SRC_OVER, inflatedView.getThumbTintMode()); in testThumbTint()
259 SeekBar inflatedView = (SeekBar) mActivity.findViewById(R.id.tick_mark_tint); in testTickMarkTint() local
262 Color.WHITE, inflatedView.getTickMarkTintList().getDefaultColor()); in testTickMarkTint()
264 PorterDuff.Mode.SRC_OVER, inflatedView.getTickMarkTintMode()); in testTickMarkTint()
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()
DFrameLayoutTest.java281 FrameLayout inflatedView = (FrameLayout) mActivity.findViewById(R.id.foreground_tint); in testForegroundTint() local
284 Color.WHITE, inflatedView.getForegroundTintList().getDefaultColor()); in testForegroundTint()
286 PorterDuff.Mode.SRC_OVER, inflatedView.getForegroundTintMode()); in testForegroundTint()
/cts/tests/tests/view/src/android/view/cts/
DViewTest.java3797 View inflatedView = mActivity.findViewById(R.id.background_tint); in testBackgroundTint() local
3800 Color.WHITE, inflatedView.getBackgroundTintList().getDefaultColor()); in testBackgroundTint()
3802 PorterDuff.Mode.SRC_OVER, inflatedView.getBackgroundTintMode()); in testBackgroundTint()