Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/counter/interfaces/
H A Dcounter.js84 CounterResource.BUTTON_BORDER_FOCUSED_COLOR = { class in CounterResource
1647 Stack.borderColor(CounterResource.BUTTON_BORDER_FOCUSED_COLOR);
1780 Stack.borderColor(CounterResource.BUTTON_BORDER_FOCUSED_COLOR);
1891 Stack.borderColor(CounterResource.BUTTON_BORDER_FOCUSED_COLOR);
2021 Stack.borderColor(CounterResource.BUTTON_BORDER_FOCUSED_COLOR);
2471 Rect.stroke(CounterResource.BUTTON_BORDER_FOCUSED_COLOR);
2543 Rect.stroke(CounterResource.BUTTON_BORDER_FOCUSED_COLOR);
2639 …TextInput.backgroundColor(this.hasFocusText1 ? CounterResource.BUTTON_BORDER_FOCUSED_COLOR : Color…
2771 …TextInput.backgroundColor(this.hasFocusText2 ? CounterResource.BUTTON_BORDER_FOCUSED_COLOR : Color…
3059 Rect.stroke(CounterResource.BUTTON_BORDER_FOCUSED_COLOR);
[all …]
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/counter/source/
H A Dcounter.ets95 …public static readonly BUTTON_BORDER_FOCUSED_COLOR = $r('sys.color.ohos_id_color_focused_outline');
1025 .borderColor(CounterResource.BUTTON_BORDER_FOCUSED_COLOR)
1136 .borderColor(CounterResource.BUTTON_BORDER_FOCUSED_COLOR)
1237 .borderColor(CounterResource.BUTTON_BORDER_FOCUSED_COLOR)
1345 .borderColor(CounterResource.BUTTON_BORDER_FOCUSED_COLOR)
1672 .stroke(CounterResource.BUTTON_BORDER_FOCUSED_COLOR)
1739 .stroke(CounterResource.BUTTON_BORDER_FOCUSED_COLOR)
1818 ….backgroundColor(this.hasFocusText1 ? CounterResource.BUTTON_BORDER_FOCUSED_COLOR : Color.Transpar…
1948 ….backgroundColor(this.hasFocusText2 ? CounterResource.BUTTON_BORDER_FOCUSED_COLOR : Color.Transpar…
2222 .stroke(CounterResource.BUTTON_BORDER_FOCUSED_COLOR)
[all …]