Searched refs:tintList (Results 1 – 6 of 6) sorted by relevance
374 ColorStateList tintList = ColorStateList.valueOf(tintColor); in updateSeekBarTint() local375 mSeekBar.setThumbTintList(tintList); in updateSeekBarTint()376 tintList = tintList.withAlpha(192); // 75% in updateSeekBarTint()377 mSeekBar.setProgressTintList(tintList); in updateSeekBarTint()378 tintList = tintList.withAlpha(128); // 50% in updateSeekBarTint()379 mSeekBar.setProgressBackgroundTintList(tintList); in updateSeekBarTint()
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()
289 public void setTintList(ColorStateList tintList) { in setTintList() argument290 mTintColor = tintList; in setTintList()
504 ColorStateList tintList = ColorStateList.valueOf(tint); in updateColorInversion() local505 ((ImageView) mOverlay.findViewById(R.id.left)).setImageTintList(tintList); in updateColorInversion()506 ((ImageView) mOverlay.findViewById(R.id.right)).setImageTintList(tintList); in updateColorInversion()507 ((ImageView) mBottomOverlay.findViewById(R.id.left)).setImageTintList(tintList); in updateColorInversion()508 ((ImageView) mBottomOverlay.findViewById(R.id.right)).setImageTintList(tintList); in updateColorInversion()
689 public Icon setTintList(ColorStateList tintList) { in setTintList() argument690 mTintList = tintList; in setTintList()
3375 final ColorStateList tintList = mDrawables.mTintList; in applyCompoundDrawableTint() local3396 dr.setTintList(tintList); in applyCompoundDrawableTint()