/frameworks/base/packages/SystemUI/src/com/android/systemui/battery/unified/ |
D | BatteryLayersDrawable.kt | 132 frame.setTint(colorInfo.fg) in updateColorProfile() 133 frameBg.setTint(colorInfo.bg) in updateColorProfile() 134 textOnly.setTint(colorInfo.fg) in updateColorProfile() 135 spaceSharingText.setTint(colorInfo.fg) in updateColorProfile() 136 attribution.setTint(colorInfo.fg) in updateColorProfile()
|
D | BatteryPercentTextOnlyDrawable.kt | 97 override fun setTint(tintColor: Int) { in <lambda>() method 99 super.setTint(tintColor) in <lambda>()
|
D | BatterySpaceSharingPercentTextDrawable.kt | 118 override fun setTint(tintColor: Int) { in <lambda>() method 120 super.setTint(tintColor) in <lambda>()
|
/frameworks/libs/systemui/iconloaderlib/src/com/android/launcher3/icons/ |
D | UserBadgeDrawable.java | 76 setTint(mBaseColor); in UserBadgeDrawable() 115 super.setTint(mBaseColor); in setColorFilter() 135 super.setTint(b.getPixel(0, 0)); in setColorFilter()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/ |
D | QSIconViewImpl.java | 187 setTint(iv, color); in setIcon() 208 setTint(iv, (int) animation.getAnimatedValue()); in animateGrayScale() 215 setTint(iv, toColor); in animateGrayScale() 220 public void setTint(ImageView iv, int color) { in setTint() method in QSIconViewImpl
|
/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
D | PinShapeHintingView.java | 61 DrawableCompat.setTint(drawable, mColor); in PinShapeHintingView() 109 DrawableCompat.setTint(drawable, mColor); in setAnimatedDrawable()
|
D | KeyguardSimInputView.kt | 51 DrawableCompat.setTint(wrappedDrawable, imageColor) in reloadColors()
|
D | NumPadAnimator.java | 169 mImageButton.setTint((int) valueAnimator.getAnimatedValue()); in createAnimators() 202 mImageButton.setTint((int) valueAnimator.getAnimatedValue()); in createAnimators()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/external/ |
D | TileRequestDialogTest.kt | 210 setTint(tintColor) in uriIconLoadSuccess_correctIcon() 235 setTint(tintColor) in uriIconLoadSuccess_correctIcon() 246 setTint(tintColor) in uriIconLoadFail_defaultIcon() 271 setTint(tintColor) in uriIconLoadFail_defaultIcon() 275 setTint(tintColor) in uriIconLoadFail_defaultIcon()
|
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/widget/ |
D | BannerMessagePreferenceTest.java | 371 verify(mCardBackgroundSpy).setTint(getColorId(R.color.banner_background_attention_high)); in onBindViewHolder_whenAtLeastS_whenAttentionUnset_setsHighTheme() 392 verify(mCardBackgroundSpy).setTint(getColorId(R.color.banner_background_attention_high)); in onBindViewHolder_whenAtLeastS_whenAttentionHighByXML_setsHighTheme() 413 verify(mCardBackgroundSpy).setTint(getColorId(R.color.banner_background_attention_medium)); in onBindViewHolder_whenAtLeastS_whenAttentionMediumByXML_setsMediumTheme() 434 verify(mCardBackgroundSpy).setTint(getColorId(R.color.banner_background_attention_low)); in onBindViewHolder_whenAtLeastS_whenAttentionLowByXML_setsLowTheme() 452 verify(mCardBackgroundSpy).setTint(getColorId(R.color.banner_background_attention_high)); in setAttentionLevel_whenAtLeastS_whenHighAttention_setsHighTheme() 470 verify(mCardBackgroundSpy).setTint(getColorId(R.color.banner_background_attention_medium)); in setAttentionLevel_whenAtLeastS_whenMedAttention_setsMediumTheme() 488 verify(mCardBackgroundSpy).setTint(getColorId(R.color.banner_background_attention_low)); in setAttentionLevel_whenAtLeastS_whenLowAttention_setsLowTheme()
|
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/shadow/ |
D | DoubleShadowIconDrawable.kt | 130 override fun setTint(color: Int) { in setTint() method 131 mIconDrawable.setTint(color) in setTint()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/privacy/ |
D | PrivacyDialogV2.kt | 170 background.setTint(backgroundColor) in <lambda>() 180 firstBackground.setTint(backgroundColor) in <lambda>() 181 middleBackground.setTint(backgroundColor) in <lambda>() 182 lastBackground.setTint(backgroundColor) in <lambda>() 334 indicatorIcon.setTint(getForegroundColor(active)) in <lambda>() 336 backgroundIcon.setTint(getBackgroundColor(active)) in <lambda>()
|
D | OngoingPrivacyChip.kt | 82 it.setTint(iconColor) in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/scrim/ |
D | ScrimView.java | 211 public void setTint(int color) { in setTint() method in ScrimView 212 setTint(color, false); in setTint() 233 public void setTint(int color, boolean animated) { in setTint() method in ScrimView
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
D | NotificationBackgroundView.java | 164 setTint(mTintColor); in setCustomBackground() 186 public void setTint(int tintColor) { in setTint() method in NotificationBackgroundView 189 baseLayer.setTint(tintColor); in setTint()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/ |
D | MaximizeMenu.kt | 323 rootView.background.setTint(style.backgroundColor) in bind() 486 snapLeftButton.background.setTint(style.snapOptions.activeSnapSideColor) in activateSnapOption() 487 snapRightButton.background.setTint(style.snapOptions.semiActiveSnapSideColor) in activateSnapOption() 490 snapRightButton.background.setTint(style.snapOptions.activeSnapSideColor) in activateSnapOption() 491 snapLeftButton.background.setTint(style.snapOptions.semiActiveSnapSideColor) in activateSnapOption()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/bar/ |
D | BubbleBarMenuItemView.java | 70 icon.setTint(tint); in update()
|
/frameworks/layoutlib/bridge/src/android/graphics/drawable/ |
D | AdaptiveIconDrawable_Delegate.java | 65 mono.setTint(colors[1]); in createThemedVersionFromMonochrome()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/ui/ |
D | PanelTaskViewController.kt | 73 setTint(Color.TRANSPARENT) in onInitialized()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ui/ |
D | TintedIconManager.java | 73 public void setTint(int tintColor, int foregroundColor) { in setTint() method in TintedIconManager
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/scrim/ |
D | ScrimViewTest.java | 89 mView.setTint(tint); in setTint_set()
|
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/resources/ |
D | SysUiResources.java | 90 drawable.setTint(color); in loadIcon()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/ |
D | NavBarTuner.java | 187 d.setTint(Color.BLACK); in updateSummary() 228 d.setTint(Color.BLACK); in setupIcons()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/ |
D | GlobalActionsLayout.java | 67 background.setTint(backgroundColor); in getBackgroundDrawable()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/controls/ui/ |
D | ControlViewHolderTest.kt | 90 .setTint(TINT_COLOR) in updateStatusRow_customIconWithTint_iconTintRemains()
|