Home
last modified time | relevance | path

Searched refs:tintList (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/widget/src/android/widget/cts/
DAnalogClockTest.java168 ColorStateList tintList = new ColorStateList( in testSetDialTintList() local
171 mClock.setDialTintList(tintList); in testSetDialTintList()
172 assertEquals(tintList, mClock.getDialTintList()); in testSetDialTintList()
201 ColorStateList tintList = new ColorStateList( in testSetHourHandTintList() local
204 mClock.setHourHandTintList(tintList); in testSetHourHandTintList()
205 assertEquals(tintList, mClock.getHourHandTintList()); in testSetHourHandTintList()
234 ColorStateList tintList = new ColorStateList( in testSetMinuteHandTintList() local
237 mClock.setMinuteHandTintList(tintList); in testSetMinuteHandTintList()
238 assertEquals(tintList, mClock.getMinuteHandTintList()); in testSetMinuteHandTintList()
267 ColorStateList tintList = new ColorStateList( in testSetSecondHandTintList() local
[all …]
DRemoteViewsTest.java1639 ColorStateList tintList = new ColorStateList( in testSetColorStateList() local
1642 mRemoteViews.setColorStateList(R.id.remoteView_progress, "setProgressTintList", tintList); in testSetColorStateList()
1644 assertSameColorStateList(tintList, progressBar.getProgressTintList()); in testSetColorStateList()
1651 mRemoteViews.setColorStateList(R.id.remoteView_text, "setTextColor", tintList); in testSetColorStateList()
1653 assertSameColorStateList(tintList, textView.getTextColors()); in testSetColorStateList()