Lines Matching refs:volume
16 
48 Progress({value:this.volume,type:ProgressType.Ring})
109 // 通过变量volume控制音量进度条的变化
110 Progress({value:this.volume,type:ProgressType.Ring})
122 if (this.volume < 100 && this.fingerPosition > 200){
124 this.volume += 1
134 if (this.volume > 0 && this.fingerPosition > 200){
136 this.volume -= 1
158 @State volume:number = 0
199 Progress({value:this.volume,type:ProgressType.Ring})
220 if (this.volume < 100 && this.fingerPosition > 200){
222 this.volume += 1
232 if (this.volume > 0 && this.fingerPosition > 200){
234 this.volume -= 1