Home
last modified time | relevance | path

Searched defs:newAlpha (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DViewGroupFadeHelper.kt65 val newAlpha = animation.animatedValue as Float regex
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DSignalTileView.java143 final float newAlpha = shown && visible ? 1 : 0; in setVisibility() local
/aosp14/frameworks/base/core/java/android/widget/
H A DTextViewTranslationCallback.java351 private static int colorWithAlpha(int color, int newAlpha) { in colorWithAlpha()
H A DEditor.java4362 final int newAlpha = (int) (Color.alpha(underlineColor) * BACKGROUND_TRANSPARENCY); in updateSuggestions() local
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DKeyguardStatusBarViewControllerTest.java284 float newAlpha = 0.5f; in updateViewState_alphaAndVisibilityGiven_viewUpdated() local
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DKeyguardStatusBarViewController.java492 float newAlpha; in updateViewState() local