Home
last modified time | relevance | path

Searched refs:faded (Results 1 – 14 of 14) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DNotificationFadeAware.java33 static void setLayerTypeForFaded(@Nullable View view, boolean faded) { in setLayerTypeForFaded() argument
35 int newLayerType = faded ? View.LAYER_TYPE_HARDWARE : View.LAYER_TYPE_NONE; in setLayerTypeForFaded()
57 void setNotificationFaded(boolean faded); in setNotificationFaded() argument
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/wrapper/
H A DNotificationDecoratedCustomViewWrapper.java77 public void setNotificationFaded(boolean faded) { in setNotificationFaded() argument
78 super.setNotificationFaded(faded); in setNotificationFaded()
79 NotificationFadeAware.setLayerTypeForFaded(mWrappedView, faded); in setNotificationFaded()
H A DNotificationCustomViewWrapper.java96 public void setNotificationFaded(boolean faded) { in setNotificationFaded() argument
97 super.setNotificationFaded(faded); in setNotificationFaded()
98 NotificationFadeAware.setLayerTypeForFaded(mView, faded); in setNotificationFaded()
H A DNotificationCallTemplateViewWrapper.kt94 override fun setNotificationFaded(faded: Boolean) {
96 NotificationFadeAware.setLayerTypeForFaded(expandBtn, faded)
97 NotificationFadeAware.setLayerTypeForFaded(conversationIconContainer, faded)
H A DNotificationConversationTemplateViewWrapper.kt150 override fun setNotificationFaded(faded: Boolean) {
152 NotificationFadeAware.setLayerTypeForFaded(expandBtn, faded)
153 NotificationFadeAware.setLayerTypeForFaded(conversationIconContainer, faded)
H A DNotificationViewWrapper.java402 public void setNotificationFaded(boolean faded) { in setNotificationFaded() argument
403 NotificationFadeAware.setLayerTypeForFaded(getIcon(), faded); in setNotificationFaded() local
404 NotificationFadeAware.setLayerTypeForFaded(getExpandButton(), faded); in setNotificationFaded() local
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DHybridConversationNotificationView.java152 public void setNotificationFaded(boolean faded) { in setNotificationFaded() argument
153 super.setNotificationFaded(faded); in setNotificationFaded()
154 NotificationFadeAware.setLayerTypeForFaded(mConversationFacePile, faded); in setNotificationFaded()
H A DExpandableNotificationRow.java3057 public void setNotificationFaded(boolean faded) {
3058 mIsFaded = faded;
3064 NotificationFadeAware.setLayerTypeForFaded(this, faded);
3072 setNotificationFadedOnChildren(faded);
3079 private void setNotificationFadedOnChildren(boolean faded) {
3080 delegateNotificationFaded(mChildrenContainer, faded);
3082 delegateNotificationFaded(layout, faded);
3086 private static void delegateNotificationFaded(@Nullable View view, boolean faded) {
3088 ((NotificationFadeAware) view).setNotificationFaded(faded);
3090 NotificationFadeAware.setLayerTypeForFaded(view, faded);
H A DHybridNotificationView.java157 public void setNotificationFaded(boolean faded) {} in setNotificationFaded() argument
H A DNotificationContentView.java2156 public void setNotificationFaded(boolean faded) {
2158 mContractedWrapper.setNotificationFaded(faded);
2161 mHeadsUpWrapper.setNotificationFaded(faded);
2164 mExpandedWrapper.setNotificationFaded(faded);
2167 mSingleLineView.setNotificationFaded(faded);
/aosp14/frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
H A DFillLightFilter.java130 float faded = fade_gamma + (1.0f -fade_gamma) *mult; in updateParameters() local
131 float igamma = 1.0f / faded; in updateParameters()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationChildrenContainer.java1490 public void setNotificationFaded(boolean faded) {
1491 mContainingNotificationIsFaded = faded;
1493 mNotificationHeaderWrapper.setNotificationFaded(faded);
1496 mNotificationHeaderWrapperLowPriority.setNotificationFaded(faded);
1499 child.setNotificationFaded(faded);
/aosp14/frameworks/base/cmds/bootanimation/
H A DFORMAT.md43 + `f` -- same as `p` but in addition the specified number of frames is being faded out while
44 continue playing. Only the first interrupted `f` part is faded out, other subsequent `f`
/aosp14/frameworks/base/packages/SystemUI/docs/
H A Dphysics-animation-layout.md76 …g, begin fading them out, and then remove them all from the parent once all bubbles have faded out: