Lines Matching refs:o

41   constructor(e, o, t, s = -1) {  argument
53 this.setInitiallyProvidedValue(o)
95 this.observeComponentCreation(((e, o) => {
159 o || Row.pop();
162 this.observeComponentCreation(((e, o) => {
183 o || Text.pop();
196 constructor(e, o, t, s = -1) { argument
208 this.setInitiallyProvidedValue(o)
250 this.observeComponentCreation(((e, o) => {
320 o || Row.pop();
323 this.observeComponentCreation(((e, o) => {
336 o || Image.pop();
348 constructor(e, o, t, s = -1) { argument
350 this.__icon = new SynchedPropertyObjectOneWayPU(o.icon, this, "icon");
351 this.__primaryTitle = new SynchedPropertySimpleOneWayPU(o.primaryTitle, this, "primaryTitle");
352 …this.__secondaryTitle = new SynchedPropertySimpleOneWayPU(o.secondaryTitle, this, "secondaryTitle"…
353 this.__select = new SynchedPropertyObjectOneWayPU(o.select, this, "select");
354 … this.__operationType = new SynchedPropertySimpleOneWayPU(o.operationType, this, "operationType");
402 this.setInitiallyProvidedValue(o)
576 ListTextStyle(e, o = null) {
577 this.observeComponentCreation(((o, t) => {
578 ViewStackProcessor.StartGetAccessRecordingFor(o);
613 ListIconStyle(e, o, t = null) {
614 this.observeComponentCreation(((e, o) => {
628 o || Row.pop();
633 Image.create(o);
640 this.observeComponentCreation(((o, t) => {
641 ViewStackProcessor.StartGetAccessRecordingFor(o);
666 ContentTextStyle(e, o = null) {
667 this.observeComponentCreation(((o, t) => {
668 ViewStackProcessor.StartGetAccessRecordingFor(o);
711 SubTextStyle(e, o = null) {
712 this.observeComponentCreation(((e, o) => {
730 o || Column.pop();
733 this.observeComponentCreation(((o, t) => {
734 ViewStackProcessor.StartGetAccessRecordingFor(o);
764 this.observeComponentCreation(((o, t) => {
765 ViewStackProcessor.StartGetAccessRecordingFor(o);
798 SelectStyle(e, o = null) {
799 this.observeComponentCreation(((o, t) => {
800 ViewStackProcessor.StartGetAccessRecordingFor(o);
804 Select.onSelect(((o, t) => {
805 e.onSelect && e.onSelect(o, t)
824 this.observeComponentCreation(((e, o) => {
839 o || LoadingProgress.pop();
844 TextArrowStyle(e, o = null) {
845 this.observeComponentCreation(((o, t) => {
846 ViewStackProcessor.StartGetAccessRecordingFor(o);
858 Row.onTouch((o => {
859 if (o.type === TouchType.Down) {
869 o.type === TouchType.Up && (this.textArrowBgColor = {
909 Row.onKeyEvent((o => {
910 2054 !== o.keyCode && 2050 !== o.keyCode || e.action && e.action()
915 this.observeComponentCreation(((e, o) => {
919 o || Row.pop();
922 this.observeComponentCreation(((o, t) => {
923 ViewStackProcessor.StartGetAccessRecordingFor(o);
946 this.observeComponentCreation(((e, o) => {
965 o || Image.pop();
973 this.observeComponentCreation(((e, o) => {
986 o || Flex.pop();
989 this.observeComponentCreation(((e, o) => {
1010 o || If.pop();
1014 this.observeComponentCreation(((e, o) => {
1018 this.observeComponentCreation(((e, o) => {
1022 o || __Common__.pop();
1025 this.observeComponentCreation(((e, o) => {
1027 o ? ViewPU.create(new ButtonStyle(this, {
1034 o || If.pop();
1038 this.observeComponentCreation(((e, o) => {
1042 this.observeComponentCreation(((e, o) => {
1046 o || Row.pop();
1049 this.observeComponentCreation(((e, o) => {
1052 this.forEachUpdateFunction(e, this.operationItem, ((e, o) => {
1057 0 == o ? this.ifElseBranchUpdateFunction(0, (() => {
1058 this.observeComponentCreation(((e, o) => {
1060 o ? ViewPU.create(new IconGroup(this, {
1073 1 == o ? this.ifElseBranchUpdateFunction(0, (() => {
1074 this.observeComponentCreation(((e, o) => {
1076 o ? ViewPU.create(new IconGroup(this, {
1089 2 == o ? this.ifElseBranchUpdateFunction(0, (() => {
1090 this.observeComponentCreation(((e, o) => {
1092 o ? ViewPU.create(new IconGroup(this, {
1103 o || ForEach.pop();
1109 o || If.pop();
1113 this.observeComponentCreation(((e, o) => {
1119 o || If.pop();
1123 this.observeComponentCreation(((e, o) => {
1129 o || If.pop();