Searched refs:tintList (Results 1 – 7 of 7) sorted by relevance
314 ColorStateList tintList = ColorStateList.valueOf(tintColor); in updateSeekBarTint() local315 mSeekBar.setThumbTintList(tintList); in updateSeekBarTint()316 tintList = tintList.withAlpha(192); // 75% in updateSeekBarTint()317 mSeekBar.setProgressTintList(tintList); in updateSeekBarTint()318 tintList = tintList.withAlpha(128); // 50% in updateSeekBarTint()319 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()
460 ColorStateList tintList = ColorStateList.valueOf(tint); in updateColorInversion() local461 ((ImageView) mOverlay.findViewById(R.id.left)).setImageTintList(tintList); in updateColorInversion()462 ((ImageView) mOverlay.findViewById(R.id.right)).setImageTintList(tintList); in updateColorInversion()463 ((ImageView) mBottomOverlay.findViewById(R.id.left)).setImageTintList(tintList); in updateColorInversion()464 ((ImageView) mBottomOverlay.findViewById(R.id.right)).setImageTintList(tintList); in updateColorInversion()
689 public Icon setTintList(ColorStateList tintList) { in setTintList() argument690 mTintList = tintList; in setTintList()
3370 final ColorStateList tintList = mDrawables.mTintList; in applyCompoundDrawableTint() local3391 dr.setTintList(tintList); in applyCompoundDrawableTint()
META-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...