Searched defs:faded (Results 1 – 10 of 10) sorted by relevance
33 static void setLayerTypeForFaded(@Nullable View view, boolean faded) { in setLayerTypeForFaded()57 void setNotificationFaded(boolean faded); in setNotificationFaded()
426 public void setNotificationFaded(boolean faded) { in setNotificationFaded()427 NotificationFadeAware.setLayerTypeForFaded(getIcon(), faded); in setNotificationFaded() local428 NotificationFadeAware.setLayerTypeForFaded(getExpandButton(), faded); in setNotificationFaded() local
77 public void setNotificationFaded(boolean faded) { in setNotificationFaded()
96 public void setNotificationFaded(boolean faded) { in setNotificationFaded()
130 float faded = fade_gamma + (1.0f -fade_gamma) *mult; in updateParameters() local
177 public void setNotificationFaded(boolean faded) {} in setNotificationFaded()
326 public void setNotificationFaded(boolean faded) { in setNotificationFaded()
3822 public void setNotificationFaded(boolean faded) { in setNotificationFaded()3844 private void setNotificationFadedOnChildren(boolean faded) { in setNotificationFadedOnChildren()3851 private static void delegateNotificationFaded(@Nullable View view, boolean faded) { in delegateNotificationFaded()
479 public DrawableSegment(float start, float end, int color, boolean faded) { in DrawableSegment()
1277 public Segment(float fraction, @ColorInt int color, boolean faded) { in Segment()