HomeSort by relevance Sort by last modified time
    Searched refs:colCount (Results 1 - 25 of 31) sorted by null

1 2

  /cts/tests/tests/widget/src/android/widget/cts/
ResourceCursorTreeAdapterTest.java 142 * @param colCount the column count
147 private Cursor createTestCursor(int colCount, int rowCount) {
148 String[] columns = new String[colCount + 1];
149 for (int i = 0; i < colCount; i++) {
152 columns[colCount] = "_id";
155 Object[] row = new Object[colCount + 1];
157 for (int j = 0; j < colCount; j++) {
158 row[j] = "" + rowCount + "" + colCount;
160 row[colCount] = i;
ResourceCursorAdapterTest.java 142 * @param colCount the column count
147 private Cursor createTestCursor(int colCount, int rowCount) {
148 String[] columns = new String[colCount + 1];
149 for (int i = 0; i < colCount; i++) {
152 columns[colCount] = "_id";
155 Object[] row = new Object[colCount + 1];
157 for (int j = 0; j < colCount; j++) {
160 row[colCount] = i;
SimpleCursorTreeAdapterTest.java 174 * @param colCount the column count
180 private Cursor createTestCursor(int colCount, int rowCount, String prefix) {
181 String[] columns = new String[colCount + 1];
182 for (int i = 0; i < colCount; i++) {
185 columns[colCount] = "_id";
188 Object[] row = new Object[colCount + 1];
190 for (int j = 0; j < colCount; j++) {
193 row[colCount] = i;
SimpleCursorAdapterTest.java 362 * @param colCount the column count
367 private Cursor createTestCursor(int colCount, int rowCount) {
368 String[] columns = new String[colCount + 1];
369 for (int i = 0; i < colCount; i++) {
372 columns[colCount] = "_id";
375 Object[] row = new Object[colCount + 1];
377 for (int j = 0; j < colCount; j++) {
380 row[colCount] = i;
SimpleAdapterTest.java 352 * @param colCount the column count
355 * colCount = 2 and rowCount = 3, the list will be { {column0=>00,
359 private ArrayList<HashMap<String, String>> createTestList(int colCount, int rowCount) {
361 String[] columns = new String[colCount];
362 for (int i = 0; i < colCount; i++) {
368 for (int j = 0; j < colCount; j++) {
SimpleExpandableListAdapterTest.java 411 * @param colCount the column count
416 private ArrayList<HashMap<String, String>> createTestList(int colCount, int rowCount,
419 String[] columns = new String[colCount];
420 for (int i = 0; i < colCount; i++) {
426 for (int j = 0; j < colCount; j++) {
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderMultiColumnSet.cpp 148 unsigned colCount = columnCount();
150 LayoutUnit minimumContentLogicalWidth = colCount * computedColumnWidth() + (colCount - 1) * colGap;
269 LayoutRect RenderMultiColumnSet::flowThreadPortionOverflowRect(const LayoutRect& portionRect, unsigned index, unsigned colCount, LayoutUnit colGap) const
282 bool isLastColumn = index == colCount - 1;
353 unsigned colCount = columnCount();
354 if (colCount <= 1)
368 for (unsigned i = 0; i < colCount; i++) {
379 if (i < colCount - 1) {
415 unsigned colCount = columnCount()
    [all...]
RenderMultiColumnBlock.cpp 66 int colCount = max<int>(1, style()->columnCount());
69 m_columnCount = colCount;
75 m_columnCount = max<LayoutUnit>(min<LayoutUnit>(colCount, (availWidth + colGap) / (colWidth + colGap)), 1);
RenderMultiColumnSet.h 132 LayoutRect flowThreadPortionOverflowRect(const LayoutRect& flowThreadPortion, unsigned index, unsigned colCount, LayoutUnit colGap) const;
RenderBlock.cpp     [all...]
RenderLayer.cpp     [all...]
  /frameworks/ex/widget/java/com/android/ex/widget/
StaggeredGridView.java 226 * @param colCount Number of columns to display.
229 public void setColumnCount(int colCount) {
230 if (colCount < 1 && colCount != COLUMN_COUNT_AUTO) {
232 colCount);
234 final boolean needsPopulate = colCount != mColCount;
235 mColCount = mColCountSetting = colCount;
634 final int colCount = widthSize / mMinColWidth;
635 if (colCount != mColCount) {
636 mColCount = colCount;
    [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/widget/sgv/
StaggeredGridView.java 443 * @param colCount Number of columns to display.
446 public void setColumnCount(int colCount) {
447 if (colCount < 1 && colCount != COLUMN_COUNT_AUTO) {
449 colCount);
451 final boolean needsPopulate = colCount != mColCount;
452 mColCount = mColCountSetting = colCount;
    [all...]
  /cts/tests/tests/database/src/android/database/cts/
AbstractCursorTest.java 432 int colCount = columnNames.length;
437 for (int i = 0; i < colCount; ++i) {
446 mColumnNames = new String[colCount + 1];
448 mColumnNames[colCount] = "_id";
  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AccessibilityTable.cpp 422 unsigned colCount = m_columns.size();
423 for (unsigned k = 0; k < colCount; ++k) {
  /external/chromium_org/third_party/icu/source/test/intltest/
miscdtfm.cpp 347 int32_t rowCount, colCount;
348 const UnicodeString **zones = symbols->getZoneStrings(rowCount, colCount);
  /external/icu4c/test/intltest/
miscdtfm.cpp 350 int32_t rowCount, colCount;
351 const UnicodeString **zones = symbols->getZoneStrings(rowCount, colCount);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
OutlinePage.java 851 String colCount = ((Element) e.getParentNode()).getAttributeNS(
853 if (colCount.length() > 0 && Integer.parseInt(colCount) <=
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
zstrfmt.h 238 UnicodeString** createZoneStringsArray(UDate date, int32_t &rowCount, int32_t &colCount, UErrorCode &status) const;
zstrfmt.cpp     [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
CellLayout.java     [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
CellLayout.java     [all...]
  /prebuilts/devtools/tools/lib/
jcommon-1.0.12.jar 
  /prebuilts/tools/common/jfreechart/
jcommon-1.0.12.jar 
  /prebuilts/tools/common/m2/repository/jfree/jcommon/1.0.12/
jcommon-1.0.12.jar 

Completed in 573 milliseconds

1 2