Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/editabletitlebar/source/
H A Deditabletitlebar.ets86 …public iconBackgroundPressedColor: ResourceColor = $r('sys.color.titlebar_icon_background_pressed_…
170 this.editableTitleBarTheme.iconBackgroundPressedColor = theme.colors.interactivePressed;
534 return this.editableTitleBarTheme.iconBackgroundPressedColor;
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/editabletitlebar/interfaces/
H A Deditabletitlebar.js60 …this.iconBackgroundPressedColor = { 'id': -1, 'type': 10001, params: ['sys.color.titlebar_icon_bac… class in EditableTitleBarTheme.constructor
220 this.editableTitleBarTheme.iconBackgroundPressedColor = d10.colors.interactivePressed;
890 return this.editableTitleBarTheme.iconBackgroundPressedColor;