Searched refs:tintList (Results 1 – 2 of 2) sorted by relevance
177 ColorStateList tintList = new ColorStateList( in testSetDialTintList() local180 mClock.setDialTintList(tintList); in testSetDialTintList()181 assertEquals(tintList, mClock.getDialTintList()); in testSetDialTintList()210 ColorStateList tintList = new ColorStateList( in testSetHourHandTintList() local213 mClock.setHourHandTintList(tintList); in testSetHourHandTintList()214 assertEquals(tintList, mClock.getHourHandTintList()); in testSetHourHandTintList()243 ColorStateList tintList = new ColorStateList( in testSetMinuteHandTintList() local246 mClock.setMinuteHandTintList(tintList); in testSetMinuteHandTintList()247 assertEquals(tintList, mClock.getMinuteHandTintList()); in testSetMinuteHandTintList()276 ColorStateList tintList = new ColorStateList( in testSetSecondHandTintList() local[all …]
2144 ColorStateList tintList = new ColorStateList( in testSetColorStateList() local2147 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()