Searched refs:tintList (Results 1 – 11 of 11) sorted by relevance
168 val tintList = ColorStateList.valueOf(tint) regex169 iconView.imageTintList = tintList170 networkTypeView.imageTintList = tintList171 roamingView.imageTintList = tintList172 activityIn.imageTintList = tintList173 activityOut.imageTintList = tintList
111 val tintList = ColorStateList.valueOf(tint) regex112 iconView.imageTintList = tintList113 activityInView.imageTintList = tintList114 activityOutView.imageTintList = tintList
712 verify(pageIndicator).tintList =721 verify(pageIndicator).tintList =731 verify(pageIndicator).tintList =741 verify(pageIndicator, never()).tintList =747 verify(pageIndicator).tintList =
352 public void setTintList(ColorStateList tintList) { in setTintList() argument353 mTintColor = tintList; in setTintList()
818 public @NonNull Icon setTintList(ColorStateList tintList) { in setTintList() argument819 mTintList = tintList; in setTintList()
505 drawable.setTintList(icon.tintList)
482 icon.imageTintList = it.tintList
337 result.setTintList(icon.tintList)
817 pageIndicator.tintList =
3636 final ColorStateList tintList = mDrawables.mTintList; in applyCompoundDrawableTint() local3657 dr.setTintList(tintList); in applyCompoundDrawableTint()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...