Searched refs:itemHeight (Results 1 – 9 of 9) sorted by relevance
/third_party/flutter/flutter/packages/flutter/test/widgets/ |
D | sliver_list_test.dart | 12 const double itemHeight = 300.0; 15 const double scrollPosition = 18 * itemHeight; 21 itemHeight: itemHeight, 35 itemHeight: itemHeight, 59 const double itemHeight = 300.0; 62 const double scrollPosition = 18 * itemHeight; 68 itemHeight: itemHeight, 82 itemHeight: itemHeight, 111 const double itemHeight = 300.0; 114 final double scrollPosition = items.length * itemHeight - viewportHeight; [all …]
|
D | animated_list_test.dart | 63 …double itemHeight(int index) => tester.getSize(find.byKey(ValueKey<int>(index), skipOffstage: fals… 71 expect(itemHeight(0), 0.0); 73 expect(itemHeight(0), 50.0); 75 expect(itemHeight(0), 100.0); 88 expect(itemHeight(0), 0.0); 89 expect(itemHeight(1), 0.0); 90 expect(itemHeight(2), 100.0); 92 expect(itemHeight(0), 50.0); 93 expect(itemHeight(1), 50.0); 94 expect(itemHeight(2), 100.0); [all …]
|
/third_party/skia/gm/ |
D | tallstretchedbitmaps.cpp | 92 int itemHeight = bmp.height() / fTallBmps[i].fItemCnt; in onDraw() local 93 SkIRect subRect = SkIRect::MakeLTRB(0, startItem * itemHeight, in onDraw() 95 SkRect dstRect = SkRect::MakeWH(SkIntToScalar(bmp.width()), 10.f * itemHeight); in onDraw()
|
/third_party/flutter/skia/gm/ |
D | tallstretchedbitmaps.cpp | 92 int itemHeight = bmp.height() / fTallBmps[i].fItemCnt; in onDraw() local 93 SkIRect subRect = SkIRect::MakeLTRB(0, startItem * itemHeight, in onDraw() 95 SkRect dstRect = SkRect::MakeWH(SkIntToScalar(bmp.width()), 10.f * itemHeight); in onDraw()
|
/third_party/flutter/flutter/packages/flutter/test/material/ |
D | reorderable_list_test.dart | 12 const double itemHeight = 48.0; 27 height: itemHeight, 28 width: itemHeight, 38 height: itemHeight * 10, 39 width: itemHeight * 10, 75 tester.getCenter(find.text('Item 4')) + const Offset(0.0, itemHeight * 2), 109 tester.getCenter(find.text('Item 4')) + const Offset(0.0, itemHeight * 2), 120 height: itemHeight, 125 height: itemHeight * 2, 130 height: itemHeight, [all …]
|
/third_party/flutter/flutter/packages/flutter/test/rendering/ |
D | viewport_test.dart | 663 const double itemHeight = screenHeight / 10.0; 680 height: itemHeight, 692 height: itemHeight, 703 height: itemHeight,
|
/third_party/cef/libcef/browser/native/ |
D | native_menu_win.cc | 219 measure_item_struct->itemHeight = in OnMeasureItem() 223 measure_item_struct->itemHeight = GetSystemMetrics(SM_CYMENU) / 2; in OnMeasureItem()
|
/third_party/boost/libs/hana/doc/js/ |
D | highcharts.js | 282 …mY=this.itemY=this.itemX=this.itemMarginTop=this.itemMarginBottom=this.itemHeight=this.initialItem… 292 …itemHeight=a.itemHeight=Math.round(a.legendItemHeight||d.height||this.symbolHeight)};a.prototype.l… 297 …l.reversed&&p.reverse();this.allItems=p;this.display=m=!!p.length;this.itemHeight=this.totalItemWi…
|
/third_party/chromium/patch/ |
D | 0004-3.2-Beta5.patch | 37468 + int itemHeight = -1; 38820 + param->itemHeight = item_height;
|