Lines Matching refs:isShow
15 bindContentCover(isShow: Optional\<boolean\>, builder: CustomBuilder, options?: ContentCoverOptions)
27 | isShow | Optional\<boolean\> | 是 | 是否显示全屏模态页面。<br/>从API version 10开始,该…
59 @State isShow: boolean = false
105 this.isShow = false;
117 this.isShow = true
121 .bindContentCover(this.isShow, this.myBuilder(), {
159 @State @Watch("isShow1Change") isShow: boolean = false
165 this.isShow ? this.isScale1 = 0.95 : this.isScale1 = 1
215 this.isShow = false;
229 this.isShow = true
233 .bindContentCover(this.isShow, this.myBuilder(), {
271 @State isShow: boolean = false
317 this.isShow = false;
329 this.isShow = true
333 .bindContentCover(this.isShow, this.myBuilder(), {
369 @State isShow: boolean = false
416 this.isShow = false;
428 this.isShow = true
432 .bindContentCover(this.isShow, this.myBuilder(), {
468 @State isShow: boolean = false
521 this.isShow = false;
533 this.isShow = true
538 this.isShow,
560 this.isShow = false;