Searched refs:tintList (Results 1 – 11 of 11) sorted by relevance
143 private ColorStateList tintList = null; field in NavigationBarButton.TintedDrawable162 tintList = colors; in setTintListCompat()169 if (tintList != null) { in updateState()170 final int color = tintList.getColorForState(getState(), 0); in updateState()
114 val tintList = ColorStateList.valueOf(tint) in <lambda>() constant115 iconView.imageTintList = tintList in <lambda>()116 activityInView.imageTintList = tintList in <lambda>()117 activityOutView.imageTintList = tintList in <lambda>()
130 val tintList = ColorStateList.valueOf(tint) in <lambda>() constant131 view.iconView.imageTintList = tintList in <lambda>()
748 verify(pageIndicator).tintList = in testOnUiModeChanged_playersAreAddedBack()757 verify(pageIndicator).tintList = in testOnDensityOrFontScaleChanged_playersAreAddedBack()767 verify(pageIndicator).tintList = in testOnThemeChanged_playersAreAddedBack()777 verify(pageIndicator, never()).tintList = in testOnLocaleListChanged_playersAreAddedBack()783 verify(pageIndicator).tintList = in testOnLocaleListChanged_playersAreAddedBack()
352 public void setTintList(ColorStateList tintList) { in setTintList() argument353 mTintColor = tintList; in setTintList()
934 public @NonNull Icon setTintList(ColorStateList tintList) { in setTintList() argument935 mTintList = tintList; in setTintList()
559 drawable.setTintList(icon.tintList) in <lambda>()
482 icon.imageTintList = it.tintList in updateStatusRow()
337 result.setTintList(icon.tintList) in inflateActionButton()
1101 pageIndicator.tintList = in <lambda>()1137 pageIndicator.tintList = in <lambda>()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...