Lines Matching refs:rate
127 @State rate: number = 0.8
131 Slider({ value: this.rate * 100, min: 30, max: 80, style: SliderStyle.OutSet })
135 this.rate = value / 100;
159 .width(this.rate * 100 + '%')
204 @State rate: number = 0.6
208 Slider({ value: this.rate * 100, min: 30, max: 60, style: SliderStyle.OutSet })
212 this.rate = value / 100
263 .width(this.rate * 100 + '%')
326 @State rate: number = 0.5
335 this.rate = value / 100
375 .width(this.rate * 100 + '%')
517 @State rate: number = 0.60
522 Slider({ value: this.rate * 100, min: 8, max: 60, style: SliderStyle.OutSet })
527 this.rate = value / 100
560 .width(this.rate * 100 + '%')
581 @State rate: number = 0.60
586 Slider({ value: this.rate * 100, min: 8, max: 60, style: SliderStyle.OutSet })
591 this.rate = value / 100;
623 .width(this.rate * 100 + '%')
660 @State rate: number = 0.45
664 Slider({ value: this.rate * 100, min: 10, max: 45, style: SliderStyle.OutSet })
669 this.rate = value / 100
707 .width(this.rate * 100 + '%')
748 @State rate: number = 0.7
760 Slider({ value: this.rate * 100, min: 50, max: 70, style: SliderStyle.OutSet })
764 this.rate = value / 100
785 .width(this.rate * 100 + '%')