Searched defs:setBackgroundColorAlpha (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationPanelView.java1746 setBackgroundColorAlpha(this, DOZE_BACKGROUND_COLOR, 0xff, false /*animate*/);
1748 setBackgroundColorAlpha(this, DOZE_BACKGROUND_COLOR, 0, true /*animate*/);
1758 private static void setBackgroundColorAlpha(final View target, int rgb, int targetAlpha, method in class:NotificationPanelView

Completed in 231 milliseconds