Home
last modified time | relevance | path

Searched refs:mTintColor (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/scrim/
H A DScrimView.java65 private int mTintColor; field in ScrimView
236 if (mTintColor == color) { in setTint()
239 mTintColor = color; in setTint()
248 float tintAmount = Color.alpha(mTintColor) / 255f; in updateColorWithTint()
250 int mainTinted = mTintColor; in updateColorWithTint()
252 mainTinted = ColorUtils.blendARGB(mColors.getMainColor(), mTintColor, tintAmount); in updateColorWithTint()
256 boolean hasAlpha = Color.alpha(mTintColor) != 0; in updateColorWithTint()
260 if (mColorFilter == null || mColorFilter.getColor() != mTintColor) { in updateColorWithTint()
261 mColorFilter = new PorterDuffColorFilter(mTintColor, targetMode); in updateColorWithTint()
277 return mTintColor; in getTint()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationBackgroundView.java51 private int mTintColor; field in NotificationBackgroundView
140 setTint(mTintColor); in setCustomBackground()
160 mTintColor = tintColor; in setTint()
312 pw.println("mTintColor: " + hexColorString(mTintColor)); in dump()
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/drawable/
H A DUserIconDrawable.java69 private ColorStateList mTintColor = null; field in UserIconDrawable
316 if (mTintColor == null) { in draw()
319 int color = mTintColor.getColorForState(getState(), mTintColor.getDefaultColor()); in draw()
353 mTintColor = tintList; in setTintList()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DScreenDecorations.java172 private int mTintColor = Color.BLACK; field in ScreenDecorations
865 overlay.addDecorProvider(provider, mRotation, mTintColor); in initOverlay()
1022 mTintColor = colorsInvertedValue != 0 ? Color.WHITE : Color.BLACK; in updateColorInversion()
1024 mTintColor = mDebugColor; in updateColorInversion()
1025 mDebugRoundedCornerDelegate.setColor(mTintColor); in updateColorInversion()
1233 overlay.onReloadResAndMeasure(filterIds, mProviderRefreshToken, mRotation, mTintColor, in updateOverlayProviderViews()