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.java177 ColorStateList tintList = new ColorStateList( in testSetDialTintList() local
180 mClock.setDialTintList(tintList); in testSetDialTintList()
181 assertEquals(tintList, mClock.getDialTintList()); in testSetDialTintList()
210 ColorStateList tintList = new ColorStateList( in testSetHourHandTintList() local
213 mClock.setHourHandTintList(tintList); in testSetHourHandTintList()
214 assertEquals(tintList, mClock.getHourHandTintList()); in testSetHourHandTintList()
243 ColorStateList tintList = new ColorStateList( in testSetMinuteHandTintList() local
246 mClock.setMinuteHandTintList(tintList); in testSetMinuteHandTintList()
247 assertEquals(tintList, mClock.getMinuteHandTintList()); in testSetMinuteHandTintList()
276 ColorStateList tintList = new ColorStateList( in testSetSecondHandTintList() local
[all …]
DRemoteViewsTest.java2144 ColorStateList tintList = new ColorStateList( in testSetColorStateList() local
2147 mRemoteViews.setColorStateList(R.id.remoteView_progress, "setProgressTintList", tintList); in testSetColorStateList()
2149 assertSameColorStateList(tintList, progressBar.getProgressTintList()); in testSetColorStateList()
2156 mRemoteViews.setColorStateList(R.id.remoteView_text, "setTextColor", tintList); in testSetColorStateList()
2158 assertSameColorStateList(tintList, textView.getTextColors()); in testSetColorStateList()