Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/editabletitlebar/interfaces/
H A Deditabletitlebar.js62 …this.iconBackgroundFocusOutlineColor = { 'id': -1, 'type': 10001, params: ['sys.color.titlebar_ico… class in EditableTitleBarTheme.constructor
222 this.editableTitleBarTheme.iconBackgroundFocusOutlineColor = d10.colors.interactiveFocus;
944 color: this.editableTitleBarTheme.iconBackgroundFocusOutlineColor,
1076 color: this.editableTitleBarTheme.iconBackgroundFocusOutlineColor,
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/editabletitlebar/source/
H A Deditabletitlebar.ets88 …public iconBackgroundFocusOutlineColor: ResourceColor = $r('sys.color.titlebar_icon_background_foc…
172 this.editableTitleBarTheme.iconBackgroundFocusOutlineColor = theme.colors.interactiveFocus;
455 color: this.editableTitleBarTheme.iconBackgroundFocusOutlineColor,