Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/bubbles/
DDismissView.kt122 gradientDrawable = createGradient(color = config.floatingGradientColorResId) in setup()
195 private fun createGradient(@ColorRes color: Int): GradientDrawable { in createGradient() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/floatingmenu/
DDragToInteractView.kt151 gradientDrawable = createGradient(color = config.floatingGradientColorResId) in setup()
253 private fun createGradient(@ColorRes color: Int): GradientDrawable { in createGradient() method