Searched refs:iconColor (Results 1 – 8 of 8) sorted by relevance
88 protected FastBitmapDrawable(Bitmap b, int iconColor) { in FastBitmapDrawable() argument89 this(b, iconColor, false); in FastBitmapDrawable()92 protected FastBitmapDrawable(Bitmap b, int iconColor, boolean isDisabled) { in FastBitmapDrawable() argument94 mIconColor = iconColor; in FastBitmapDrawable()
54 int iconColor = mContext.getColor(R.color.car_volume_dialog_tint); in onBindViewHolder() local56 holder.setIconDrawableColor(iconColor); in onBindViewHolder()
463 final int iconColor; in updateOverflowButtonColor()465 iconColor = mActivity.getResources().getColor( in updateOverflowButtonColor()468 iconColor = mActivity.getResources().getColor( in updateOverflowButtonColor()471 overflow.setImageTintList(ColorStateList.valueOf(iconColor)); in updateOverflowButtonColor()
397 int iconColor = ColorUtils.blendARGB( in handleSwipeUpToHome()399 mFakeIconView.getBackground().setTint(iconColor); in handleSwipeUpToHome()400 mFakeTaskView.setBackgroundColor(iconColor); in handleSwipeUpToHome()
424 int iconColor, in PreloadIconConstantState() argument430 super(bitmap, iconColor); in PreloadIconConstantState()
1864 final int iconColor = in setDrawableResource() local1868 photo.setImageTintList(ColorStateList.valueOf(iconColor)); in setDrawableResource()1871 DrawableCompat.setTint(drawableWrapper, iconColor); in setDrawableResource()
465 int iconColor = in updateSwipeTextAndPuckForTouch() local469 contactPuckIcon.setImageTintList(ColorStateList.valueOf(iconColor)); in updateSwipeTextAndPuckForTouch()
645 final int iconColor = (int) argbEvaluator.evaluate( in updateNavButtonColor() local654 button.setImageTintList(ColorStateList.valueOf(iconColor)); in updateNavButtonColor()