Home
last modified time | relevance | path

Searched defs:gradientDrawable (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/bubbles/
DDismissView.kt83 private var gradientDrawable: GradientDrawable? = null variable
138 val gradientDrawable = checkExists(gradientDrawable) ?: return in show() constant
158 val gradientDrawable = checkExists(gradientDrawable) ?: return in hide() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationBackgroundView.java270 GradientDrawable gradientDrawable = in updateBackgroundRadii() local
286 GradientDrawable gradientDrawable = in setExpandAnimationRunning() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/floatingmenu/
DMenuView.java180 final GradientDrawable gradientDrawable = getContainerViewGradient(); in onEdgeChanged() local
347 final GradientDrawable gradientDrawable = getContainerViewGradient(); in onDraggingStart() local
DMenuEduTooltipView.java182 final GradientDrawable gradientDrawable = (GradientDrawable) mMessageView.getBackground(); in updateMessageView() local
/frameworks/opt/car/setupwizard/library/main/src/com/android/car/setupwizardlib/
DCarSetupWizardLayout.java646 GradientDrawable gradientDrawable = getGradientDrawable(button); in setButtonRadius() local
DCarSetupWizardBaseLayout.java857 GradientDrawable gradientDrawable = getGradientDrawable(button); in setButtonRadius() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DSmartReplyView.java755 GradientDrawable gradientDrawable = (GradientDrawable) background; in setButtonColors() local