Searched refs:isLoading (Results 1 – 16 of 16) sorted by relevance
28 SwipeRefresher ({content?: string, isLoading: boolean})41 | isLoading | boolean | 是 | \@Prop | 当前是否正在加载。<br> isLoading为true时,表示正在加载。<br> isLoading为false时,表示未…47 展示设置属性content为空字串及不为空、isLoading为true和false的不同加载效果。58 isLoading: true62 isLoading: true66 isLoading: false
548 @State isLoading: boolean = false;576 .visibility(this.isLoading ? Visibility.Visible : Visibility.Hidden)601 this.isLoading = true;606 this.isLoading = false;613 if (offset > 5 && !this.isLoading) {
43 void 0 !== e.isLoading && (this.isLoading = e.isLoading);97 get isLoading() {101 set isLoading(e) {119 this.isLoading = !1;122 this.isLoading = !1;164 this.progress < MAX_PROGRESS && (this.isLoading = !this.isLoading);197 Text.create(this.isLoading ? this.textProgress : this.content);206 Text.fontColor(this.isLoading ? {
24 this.__isLoading = new SynchedPropertySimpleOneWayPU(t.isLoading, this, "isLoading");30 void 0 !== e.isLoading ? this.__isLoading.set(e.isLoading) : this.__isLoading.set(!1)35 this.__isLoading.reset(e.isLoading)58 get isLoading() {62 set isLoading(e) {77 this.isLoading ? this.ifElseBranchUpdateFunction(0, (() => {
25 SwipeRefresher ({content: string, isLoading: boolean})36 | isLoading | boolean | 是 | \@Prop | 当前是否正在加载。 | 51 isLoading: true })54 isLoading: true })57 isLoading: false })
64 if (j1.isLoading !== undefined) {65 this.isLoading = j1.isLoading;141 get isLoading() {144 set isLoading(d1) {199 this.isLoading = false;203 this.isLoading = false;207 this.isLoading = true;212 if (this.isLoading) {242 this.isLoading = !this.isLoading;268 Text.create(this.isLoading ? this.textProgress : this.content);
81 if (this.isLoading) { // 更多数据加载中,不进入处理逻辑104 if (this.isLoading) { // 更多数据加载中,不进入处理逻辑132 this.isLoading = true // 加载中...140 this.isLoading = false150 this.isLoading = false172 private isLoading: boolean = false // 是否加载中,加载中不进入触摸逻辑241 if (this.isLoading) { // 更多数据加载中,不进入处理逻辑260 if (this.isLoading) { // 更多数据加载中,不进入处理逻辑279 this.isLoading = true // 加载中...287 this.isLoading = false[all …]
28 SwipeRefresher ({content?: string, isLoading: boolean})41 | isLoading | boolean | If yes, | \@Prop | Whether content is being loaded.<br> The value **true** …47 … **content** parameter to empty or non-empty strings and toggling the **isLoading** parameter betw…58 isLoading: true62 isLoading: true66 isLoading: false
296 @State isLoading: boolean = false;324 .visibility(this.isLoading ? Visibility.Visible : Visibility.Hidden)349 this.isLoading = true;354 this.isLoading = false;361 if (offset > 5 && !this.isLoading) {
26 @State isLoading: boolean = false42 this.isLoading = false45 this.isLoading = false64 Text(this.isLoading? this.textProgress: this.content)67 .fontColor(this.isLoading? $r('sys.color.ohos_id_color_text_primary')90 this.isLoading = !this.isLoading
39 @State @Watch('getLoadingProgress')isLoading: boolean = false;67 this.isLoading = false70 this.isLoading = false73 this.isLoading = true79 if (this.isLoading) {105 Text(this.isLoading ? this.textProgress: this.content)147 this.isLoading = !this.isLoading
37 this.__isLoading = new SynchedPropertySimpleOneWayPU(v11.isLoading, this, 'isLoading');49 if (t11.isLoading === undefined) {67 this.__isLoading.reset(s11.isLoading);85 get isLoading() {88 set isLoading(p11) {124 if (this.isLoading) {
26 isLoading: boolean = false;30 if (this.isLoading) {
33 isLoading: boolean = false;62 if (this.isLoading) {
278 void SetIsLoadingType(bool isLoading) in SetIsLoadingType() argument280 isLoading_ = isLoading; in SetIsLoadingType()
871 bool isLoading = local873 Rect scaledSrcRect = isLoading ? currentSrcRect_ : srcRect_;