Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/draganddrop/
DDropZoneView.java187 animateBackground(mColorDrawable.getColor(), newColor); in animateSwitch()
196 animateBackground(Color.TRANSPARENT, newColor); in setShowingHighlight()
209 animateBackground(mColorDrawable.getColor(), Color.TRANSPARENT); in setShowingMargin()
214 private void animateBackground(int startColor, int endColor) { in animateBackground() method in DropZoneView
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/drawable/
DIlluminationDrawable.kt71 animateBackground()
166 private fun animateBackground() { in animateBackground() method