Lines Matching refs:width

78         Text('direction:Row').fontSize(9).fontColor(0xCCCCCC).width('90%')
80 Text('1').width('20%').height(50).backgroundColor(0xF5DEB3)
81 Text('2').width('20%').height(50).backgroundColor(0xD2B48C)
82 Text('3').width('20%').height(50).backgroundColor(0xF5DEB3)
83 Text('4').width('20%').height(50).backgroundColor(0xD2B48C)
86 .width('90%')
90 Text('direction:RowReverse').fontSize(9).fontColor(0xCCCCCC).width('90%')
92 Text('1').width('20%').height(50).backgroundColor(0xF5DEB3)
93 Text('2').width('20%').height(50).backgroundColor(0xD2B48C)
94 Text('3').width('20%').height(50).backgroundColor(0xF5DEB3)
95 Text('4').width('20%').height(50).backgroundColor(0xD2B48C)
98 .width('90%')
102 Text('direction:Column').fontSize(9).fontColor(0xCCCCCC).width('90%')
104 Text('1').width('100%').height(40).backgroundColor(0xF5DEB3)
105 Text('2').width('100%').height(40).backgroundColor(0xD2B48C)
106 Text('3').width('100%').height(40).backgroundColor(0xF5DEB3)
107 Text('4').width('100%').height(40).backgroundColor(0xD2B48C)
110 .width('90%')
114 Text('direction:ColumnReverse').fontSize(9).fontColor(0xCCCCCC).width('90%')
116 Text('1').width('100%').height(40).backgroundColor(0xF5DEB3)
117 Text('2').width('100%').height(40).backgroundColor(0xD2B48C)
118 Text('3').width('100%').height(40).backgroundColor(0xF5DEB3)
119 Text('4').width('100%').height(40).backgroundColor(0xD2B48C)
122 .width('90%')
125 }.width('100%').margin({ top: 5 })
126 }.width('100%')
143 Text('Wrap').fontSize(9).fontColor(0xCCCCCC).width('90%')
145 Text('1').width('50%').height(50).backgroundColor(0xF5DEB3)
146 Text('2').width('50%').height(50).backgroundColor(0xD2B48C)
147 Text('3').width('50%').height(50).backgroundColor(0xD2B48C)
149 .width('90%')
153 Text('NoWrap').fontSize(9).fontColor(0xCCCCCC).width('90%')
155 Text('1').width('50%').height(50).backgroundColor(0xF5DEB3)
156 Text('2').width('50%').height(50).backgroundColor(0xD2B48C)
157 Text('3').width('50%').height(50).backgroundColor(0xF5DEB3)
159 .width('90%')
163 Text('WrapReverse').fontSize(9).fontColor(0xCCCCCC).width('90%')
165 Text('1').width('50%').height(50).backgroundColor(0xF5DEB3)
166 Text('2').width('50%').height(50).backgroundColor(0xD2B48C)
167 Text('3').width('50%').height(50).backgroundColor(0xD2B48C)
169 .width('90%')
173 }.width('100%').margin({ top: 5 })
174 }.width('100%')
191 Text('1').width('20%').height(50).backgroundColor(0xF5DEB3)
192 Text('2').width('20%').height(50).backgroundColor(0xD2B48C)
193 Text('3').width('20%').height(50).backgroundColor(0xF5DEB3)
195 .width('90%')
207 Text('justifyContent:Start').fontSize(9).fontColor(0xCCCCCC).width('90%')
210 Text('justifyContent:Center').fontSize(9).fontColor(0xCCCCCC).width('90%')
213 Text('justifyContent:End').fontSize(9).fontColor(0xCCCCCC).width('90%')
216 Text('justifyContent:SpaceBetween').fontSize(9).fontColor(0xCCCCCC).width('90%')
219 Text('justifyContent:SpaceAround').fontSize(9).fontColor(0xCCCCCC).width('90%')
222 Text('justifyContent:SpaceEvenly').fontSize(9).fontColor(0xCCCCCC).width('90%')
224 }.width('100%').margin({ top: 5 })
225 }.width('100%')
242 Text('1').width('33%').height(30).backgroundColor(0xF5DEB3)
243 Text('2').width('33%').height(40).backgroundColor(0xD2B48C)
244 Text('3').width('33%').height(50).backgroundColor(0xF5DEB3)
246 .size({width: '90%', height: 80})
258 Text('alignItems:Auto').fontSize(9).fontColor(0xCCCCCC).width('90%')
261 Text('alignItems:Start').fontSize(9).fontColor(0xCCCCCC).width('90%')
264 Text('alignItems:Center').fontSize(9).fontColor(0xCCCCCC).width('90%')
267 Text('alignItems:End').fontSize(9).fontColor(0xCCCCCC).width('90%')
270 Text('alignItems:Stretch').fontSize(9).fontColor(0xCCCCCC).width('90%')
273 Text('alignItems:Baseline').fontSize(9).fontColor(0xCCCCCC).width('90%')
275 }.width('100%').margin({ top: 5 })
276 }.width('100%')
293 Text('1').width('50%').height(20).backgroundColor(0xF5DEB3)
294 Text('2').width('50%').height(20).backgroundColor(0xD2B48C)
295 Text('3').width('50%').height(20).backgroundColor(0xD2B48C)
297 .size({ width: '90%', height: 90 })
309 Text('alignContent:Start').fontSize(9).fontColor(0xCCCCCC).width('90%')
312 Text('alignContent:Center').fontSize(9).fontColor(0xCCCCCC).width('90%')
315 Text('alignContent:End').fontSize(9).fontColor(0xCCCCCC).width('90%')
318 Text('alignContent:SpaceBetween').fontSize(9).fontColor(0xCCCCCC).width('90%')
321 Text('alignContent:SpaceAround').fontSize(9).fontColor(0xCCCCCC).width('90%')
324 Text('alignContent:SpaceEvenly').fontSize(9).fontColor(0xCCCCCC).width('90%')
329 Text('1').width('50%').height(20).backgroundColor(0xF5DEB3)
330 Text('2').width('50%').height(20).backgroundColor(0xD2B48C)
331 Text('3').width('50%').height(20).backgroundColor(0xF5DEB3)
332 Text('4').width('50%').height(20).backgroundColor(0xD2B48C)
333 Text('5').width('50%').height(20).backgroundColor(0xF5DEB3)
335 .size({ width: '90%', height: 100 })
338 }.width('100%').margin({ top: 5 })
339 }.width('100%')
357 Text('Wrap').fontSize(9).fontColor(0xCCCCCC).width('90%')
359 Text('1').width('40%').height(50).backgroundColor(0xF5DEB3)
360 Text('2').width('40%').height(50).backgroundColor(0xD2B48C)
361 Text('3').width('40%').height(50).backgroundColor(0xD2B48C)
363 .width('90%')
367 Text('NoWrap').fontSize(9).fontColor(0xCCCCCC).width('90%')
369 Text('1').width('50%').height(50).backgroundColor(0xF5DEB3)
370 Text('2').width('50%').height(50).backgroundColor(0xD2B48C)
371 Text('3').width('50%').height(50).backgroundColor(0xF5DEB3)
373 .width('90%')
377 Text('WrapReverse').fontSize(9).fontColor(0xCCCCCC).width('90%')
379 Text('1').width('40%').height(50).backgroundColor(0xF5DEB3)
380 Text('2').width('40%').height(50).backgroundColor(0xD2B48C)
381 Text('3').width('40%').height(50).backgroundColor(0xD2B48C)
383 .width('90%')
387 }.width('100%').margin({ top: 5 })
388 }.width('100%')
406 .width(16)
421 .width(16)
423 }.width("auto")
429 .width("auto")
438 Text("Width does not reach max length").fontSize(11).fontColor(0XCCCCCC).width("50%")
440 Text("Width reaches max length").fontSize(11).fontColor(0XCCCCCC).width("50%")