Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/incallui/
DInCallActivity.java159 private int[] backgroundDrawableColors; field in InCallActivity
921 backgroundDrawableColors = new int[] {top, middle, bottom}; in updateWindowBackgroundColor()
922 backgroundDrawable = new GradientDrawable(Orientation.TOP_BOTTOM, backgroundDrawableColors); in updateWindowBackgroundColor()
925 if (backgroundDrawableColors[0] != top) { in updateWindowBackgroundColor()
926 backgroundDrawableColors[0] = top; in updateWindowBackgroundColor()
929 if (backgroundDrawableColors[1] != middle) { in updateWindowBackgroundColor()
930 backgroundDrawableColors[1] = middle; in updateWindowBackgroundColor()
933 if (backgroundDrawableColors[2] != bottom) { in updateWindowBackgroundColor()
934 backgroundDrawableColors[2] = bottom; in updateWindowBackgroundColor()
938 backgroundDrawable.setColors(backgroundDrawableColors); in updateWindowBackgroundColor()