Searched refs:appLabel (Results 1 – 7 of 7) sorted by relevance
32 @State appLabel: string = '';47 this.appLabel = content;65 Text(this.appLabel)94 this.__appLabel = new ObservedPropertySimplePU('', this, "appLabel");103 if (params.appLabel !== undefined) {104 this.appLabel = params.appLabel;130 get appLabel() {133 set appLabel(newValue) {149 this.appLabel = content;184 Text.create(this.appLabel);
37 if (params.appLabel !== undefined) {38 this.appLabel = params.appLabel;74 get appLabel() {77 set appLabel(newValue) {145 Text.create(this.appTitle ? this.appTitle : this.appLabel);
35 @State appLabel: string = '';50 this.appLabel = content;68 Text(this.appLabel)97 this.__appLabel = new ObservedPropertySimplePU('', this, "appLabel");106 if (params.appLabel !== undefined) {107 this.appLabel = params.appLabel;133 get appLabel() {136 set appLabel(newValue) {152 this.appLabel = content;187 Text.create(this.appLabel);
41 std::u16string appLabel; in ConvertToSnapshot() local42 snapshot.appLabel_ = appLabel; in ConvertToSnapshot()77 std::u16string appLabel; in ConvertToSnapshot() local78 snapshot->appLabel_ = appLabel; in ConvertToSnapshot()
104 std::u16string appLabel = data.ReadString16(); in FillSnapshot() local124 snapShot->appLabel_ = appLabel; in FillSnapshot()
52 auto appLabel = themeConstants->GetString(labelId); in UpdateStyle() local53 appLabelComponent->SetData(appLabel); in UpdateStyle()
30 @State appLabel: string = '';66 Text(this.appTitle ? this.appTitle : this.appLabel)