Home
last modified time | relevance | path

Searched refs:iconColor (Results 1 – 8 of 8) sorted by relevance

/packages/modules/Permission/PermissionController/iconloaderlib/src/com/android/launcher3/icons/
DFastBitmapDrawable.java88 protected FastBitmapDrawable(Bitmap b, int iconColor) { in FastBitmapDrawable() argument
89 this(b, iconColor, false); in FastBitmapDrawable()
92 protected FastBitmapDrawable(Bitmap b, int iconColor, boolean isDisabled) { in FastBitmapDrawable() argument
94 mIconColor = iconColor; in FastBitmapDrawable()
/packages/apps/Car/SystemUI/src/com/android/systemui/car/volume/
DCarVolumeItemAdapter.java54 int iconColor = mContext.getColor(R.color.car_volume_dialog_tint); in onBindViewHolder() local
56 holder.setIconDrawableColor(iconColor); in onBindViewHolder()
/packages/apps/Contacts/src/com/android/contacts/activities/
DActionBarAdapter.java463 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()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/interaction/
DSwipeUpGestureTutorialController.java397 int iconColor = ColorUtils.blendARGB( in handleSwipeUpToHome()
399 mFakeIconView.getBackground().setTint(iconColor); in handleSwipeUpToHome()
400 mFakeTaskView.setBackgroundColor(iconColor); in handleSwipeUpToHome()
/packages/apps/Launcher3/src/com/android/launcher3/graphics/
DPreloadIconDrawable.java424 int iconColor, in PreloadIconConstantState() argument
430 super(bitmap, iconColor); in PreloadIconConstantState()
/packages/apps/Contacts/src/com/android/contacts/list/
DContactListItemView.java1864 final int iconColor = in setDrawableResource() local
1868 photo.setImageTintList(ColorStateList.valueOf(iconColor)); in setDrawableResource()
1871 DrawableCompat.setTint(drawableWrapper, iconColor); in setDrawableResource()
/packages/apps/Dialer/java/com/android/incallui/answer/impl/answermethod/
DFlingUpDownMethod.java465 int iconColor = in updateSwipeTextAndPuckForTouch() local
469 contactPuckIcon.setImageTintList(ColorStateList.valueOf(iconColor)); in updateSwipeTextAndPuckForTouch()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DNavbarButtonsViewController.java645 final int iconColor = (int) argbEvaluator.evaluate( in updateNavButtonColor() local
654 button.setImageTintList(ColorStateList.valueOf(iconColor)); in updateNavButtonColor()