Searched refs:tintList (Results 1 – 2 of 2) sorted by relevance
168 ColorStateList tintList = new ColorStateList( in testSetDialTintList() local171 mClock.setDialTintList(tintList); in testSetDialTintList()172 assertEquals(tintList, mClock.getDialTintList()); in testSetDialTintList()201 ColorStateList tintList = new ColorStateList( in testSetHourHandTintList() local204 mClock.setHourHandTintList(tintList); in testSetHourHandTintList()205 assertEquals(tintList, mClock.getHourHandTintList()); in testSetHourHandTintList()234 ColorStateList tintList = new ColorStateList( in testSetMinuteHandTintList() local237 mClock.setMinuteHandTintList(tintList); in testSetMinuteHandTintList()238 assertEquals(tintList, mClock.getMinuteHandTintList()); in testSetMinuteHandTintList()267 ColorStateList tintList = new ColorStateList( in testSetSecondHandTintList() local[all …]
1639 ColorStateList tintList = new ColorStateList( in testSetColorStateList() local1642 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()