Lines Matching refs:columnCount

160 									int32 columnCount = 1, int32 rowCount = 1);
162 int32 columnCount = 1, int32 rowCount = 1);
180 int32 columnCount = 1, int32 rowCount = 1);
182 int32 row, int32 columnCount = 1,
186 int32 columnCount = 1, int32 rowCount = 1);
190 int32 row, int32 columnCount = 1,
194 int32 columnCount = 1, int32 rowCount = 1);
197 int32 columnCount = 1, int32 rowCount = 1);
201 int32 columnCount = 1, int32 rowCount = 1);
203 int32 row, int32 columnCount = 1,
207 int32 columnCount = 1, int32 rowCount = 1);
209 int32 row, int32 columnCount = 1,
212 int32 row, int32 columnCount = 1,
216 int32 columnCount = 1, int32 rowCount = 1);
869 int32 columnCount, int32 rowCount)
871 fLayout->AddView(view, column, row, columnCount, rowCount);
879 int32 columnCount, int32 rowCount)
881 fLayout->AddItem(item, column, row, columnCount, rowCount);
921 int32 column, int32 row, int32 columnCount, int32 rowCount)
925 fLayout->AddItem(builder.Layout(), column, row, columnCount, rowCount);
933 int32 columnCount, int32 rowCount)
937 fLayout->AddItem(builder.Layout(), column, row, columnCount, rowCount);
945 int32 row, int32 columnCount, int32 rowCount)
949 fLayout->AddItem(builder.Layout(), column, row, columnCount, rowCount);
957 int32 column, int32 row, int32 columnCount, int32 rowCount)
961 fLayout->AddItem(builder.Layout(), column, row, columnCount, rowCount);
969 int32 columnCount, int32 rowCount)
973 fLayout->AddView(builder.View(), column, row, columnCount, rowCount);
981 int32 column, int32 row, int32 columnCount, int32 rowCount)
985 fLayout->AddView(builder.View(), column, row, columnCount, rowCount);
993 int32 columnCount, int32 rowCount)
997 fLayout->AddView(builder.View(), column, row, columnCount, rowCount);
1004 Grid<ParentBuilder>::AddCards(int32 column, int32 row, int32 columnCount,
1009 fLayout->AddView(builder.View(), column, row, columnCount, rowCount);
1017 int32 columnCount, int32 rowCount)
1021 fLayout->AddView(builder.View(), column, row, columnCount, rowCount);
1029 int32 columnCount, int32 rowCount)
1033 fLayout->AddView(builder.View(), column, row, columnCount, rowCount);
1040 Grid<ParentBuilder>::AddGlue(int32 column, int32 row, int32 columnCount,
1043 fLayout->AddItem(BSpaceLayoutItem::CreateGlue(), column, row, columnCount,