Home
last modified time | relevance | path

Searched refs:setTint (Results 1 – 25 of 90) sorted by relevance

1234

/frameworks/base/packages/SystemUI/src/com/android/systemui/battery/unified/
DBatteryLayersDrawable.kt132 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()
DBatteryPercentTextOnlyDrawable.kt97 override fun setTint(tintColor: Int) { in <lambda>() method
99 super.setTint(tintColor) in <lambda>()
DBatterySpaceSharingPercentTextDrawable.kt118 override fun setTint(tintColor: Int) { in <lambda>() method
120 super.setTint(tintColor) in <lambda>()
/frameworks/libs/systemui/iconloaderlib/src/com/android/launcher3/icons/
DUserBadgeDrawable.java76 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/
DQSIconViewImpl.java187 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/
DPinShapeHintingView.java61 DrawableCompat.setTint(drawable, mColor); in PinShapeHintingView()
109 DrawableCompat.setTint(drawable, mColor); in setAnimatedDrawable()
DKeyguardSimInputView.kt51 DrawableCompat.setTint(wrappedDrawable, imageColor) in reloadColors()
DNumPadAnimator.java169 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/
DTileRequestDialogTest.kt210 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/
DBannerMessagePreferenceTest.java371 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/
DDoubleShadowIconDrawable.kt130 override fun setTint(color: Int) { in setTint() method
131 mIconDrawable.setTint(color) in setTint()
/frameworks/base/packages/SystemUI/src/com/android/systemui/privacy/
DPrivacyDialogV2.kt170 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>()
DOngoingPrivacyChip.kt82 it.setTint(iconColor) in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/scrim/
DScrimView.java211 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/
DNotificationBackgroundView.java164 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/
DMaximizeMenu.kt323 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/
DBubbleBarMenuItemView.java70 icon.setTint(tint); in update()
/frameworks/layoutlib/bridge/src/android/graphics/drawable/
DAdaptiveIconDrawable_Delegate.java65 mono.setTint(colors[1]); in createThemedVersionFromMonochrome()
/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/ui/
DPanelTaskViewController.kt73 setTint(Color.TRANSPARENT) in onInitialized()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ui/
DTintedIconManager.java73 public void setTint(int tintColor, int foregroundColor) { in setTint() method in TintedIconManager
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/scrim/
DScrimViewTest.java89 mView.setTint(tint); in setTint_set()
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/resources/
DSysUiResources.java90 drawable.setTint(color); in loadIcon()
/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
DNavBarTuner.java187 d.setTint(Color.BLACK); in updateSummary()
228 d.setTint(Color.BLACK); in setupIcons()
/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/
DGlobalActionsLayout.java67 background.setTint(backgroundColor); in getBackgroundDrawable()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/controls/ui/
DControlViewHolderTest.kt90 .setTint(TINT_COLOR) in updateStatusRow_customIconWithTint_iconTintRemains()

1234