Searched refs:btnColor (Results 1 – 9 of 9) sorted by relevance
100 Color btnColor; in GetControlBtnColor() local103 btnColor = !isCloseBtn ? normalBtnBackgroundColor_.ChangeOpacity(1.0f) in GetControlBtnColor()107 btnColor = !isCloseBtn ? normalBtnImageFillColor_.ChangeOpacity(1.0f) in GetControlBtnColor()111 btnColor = !isCloseBtn ? normalBtnHoverBackgroundColor_.ChangeOpacity(0.05f) in GetControlBtnColor()115 btnColor = !isCloseBtn ? normalBtnImageHoverFillColor_.ChangeOpacity(1.0f) in GetControlBtnColor()119 btnColor = !isCloseBtn ? normalBtnPressedBackgroundColor_.ChangeOpacity(1.0f) in GetControlBtnColor()123 btnColor = !isCloseBtn ? normalBtnImageFillColor_.ChangeOpacity(1.0f) in GetControlBtnColor()127 btnColor = !isCloseBtn ? normalBtnUnfocusBackGroundColor_.ChangeOpacity(0.6f) in GetControlBtnColor()131 btnColor = !isCloseBtn ? normalBtnImageFillColor_.ChangeOpacity(0.4f) in GetControlBtnColor()137 return btnColor; in GetControlBtnColor()
132 .backgroundColor(this.btnColor)139 this.btnColor = '#ccc'143 this.btnColor = '#fff'197 @State btnColor: string = '#ccc'234 .backgroundColor(this.btnColor)241 this.btnColor = '#ccc'245 this.btnColor = '#fff'
43 @State btnColor: ResourceColor = Color.Transparent;243 .backgroundColor(this.btnColor)246 this.btnColor = $r('sys.color.ohos_id_color_hover');248 … this.btnColor = this.isPC ? $r('sys.color.ohos_id_color_button_normal') : Color.Transparent;267 .backgroundColor(this.btnColor)270 this.btnColor = $r('sys.color.ohos_id_color_hover');272 … this.btnColor = this.isPC ? $r('sys.color.ohos_id_color_button_normal') : Color.Transparent;291 .backgroundColor(this.btnColor)294 this.btnColor = $r('sys.color.ohos_id_color_hover');296 … this.btnColor = this.isPC ? $r('sys.color.ohos_id_color_button_normal') : Color.Transparent;
25 @State btnColor: ResourceColor = Color.Transparent;65 .backgroundColor(this.btnColor)77 this.btnColor = $r('sys.color.ohos_id_color_hover');79 … this.btnColor = this.isPC ? $r('sys.color.ohos_id_color_button_normal') : Color.Transparent;
30 @State btnColor: ResourceColor = Color.Transparent;112 .backgroundColor(this.btnColor)122 this.btnColor = $r('sys.color.ohos_id_color_hover');124 … this.btnColor = this.isPC ? $r('sys.color.ohos_id_color_button_normal') : Color.Transparent;
43 @State btnColor: ResourceColor = Color.Transparent;306 .backgroundColor(this.btnColor)310 this.btnColor = $r('sys.color.ohos_id_color_hover');312 … this.btnColor = this.isPC ? $r('sys.color.ohos_id_color_button_normal') : Color.Transparent;
29 @State btnColor: ResourceColor = Color.Transparent;
89 @State btnColor:string = "#FF007DFF";103 this.btnColor ="#FFEE0606";131 .backgroundColor(this.btnColor)
93 @State btnColor:string = "#FF007DFF";107 this.btnColor ="#FFEE0606";135 .backgroundColor(this.btnColor)