Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/
DMaximizeMenu.kt423 val menuBackgroundColor = colorScheme.surfaceContainerLow.toArgb() in calculateMenuStyle() constant
425 backgroundColor = menuBackgroundColor, in calculateMenuStyle()
428 drawable = createMaximizeDrawable(menuBackgroundColor, colorScheme) in calculateMenuStyle()
436 inactiveBackgroundColor = menuBackgroundColor, in calculateMenuStyle()
496 @ColorInt menuBackgroundColor: Int, in createMaximizeDrawable()
507 backgroundMask = menuBackgroundColor in createMaximizeDrawable()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleStackView.java1327 final int menuBackgroundColor = ta.getColor(0, Color.WHITE); in setUpManageMenu() local
1329 mManageMenu.getBackground().setColorFilter(menuBackgroundColor, PorterDuff.Mode.SRC_IN); in setUpManageMenu()