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

  /cts/tests/tests/widget/src/android/widget/cts/
ResourceCursorTreeAdapterTest.java 146 * @param colCount the column count
151 private Cursor createTestCursor(int colCount, int rowCount) {
152 String[] columns = new String[colCount + 1];
153 for (int i = 0; i < colCount; i++) {
156 columns[colCount] = "_id";
159 Object[] row = new Object[colCount + 1];
161 for (int j = 0; j < colCount; j++) {
162 row[j] = "" + rowCount + "" + colCount;
164 row[colCount] = i;
ResourceCursorAdapterTest.java 148 * @param colCount the column count
153 private Cursor createTestCursor(int colCount, int rowCount) {
154 String[] columns = new String[colCount + 1];
155 for (int i = 0; i < colCount; i++) {
158 columns[colCount] = "_id";
161 Object[] row = new Object[colCount + 1];
163 for (int j = 0; j < colCount; j++) {
166 row[colCount] = i;
SimpleCursorTreeAdapterTest.java 180 * @param colCount the column count
186 private Cursor createTestCursor(int colCount, int rowCount, String prefix) {
187 String[] columns = new String[colCount + 1];
188 for (int i = 0; i < colCount; i++) {
191 columns[colCount] = "_id";
194 Object[] row = new Object[colCount + 1];
196 for (int j = 0; j < colCount; j++) {
199 row[colCount] = i;
SimpleCursorAdapterTest.java 386 * @param colCount the column count
391 private Cursor createTestCursor(int colCount, int rowCount) {
392 String[] columns = new String[colCount + 1];
393 for (int i = 0; i < colCount; i++) {
396 columns[colCount] = "_id";
399 Object[] row = new Object[colCount + 1];
401 for (int j = 0; j < colCount; j++) {
404 row[colCount] = i;
SimpleAdapterTest.java 362 * @param colCount the column count
365 * colCount = 2 and rowCount = 3, the list will be { {column0=>00,
369 private ArrayList<HashMap<String, String>> createTestList(int colCount, int rowCount) {
371 String[] columns = new String[colCount];
372 for (int i = 0; i < colCount; i++) {
378 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/guava/guava-gwt/src/com/google/common/collect/
ImmutableTable_CustomFieldSerializerBase.java 35 int colCount = reader.readInt();
36 for (int j = 0; j < colCount; j++) {
  /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...]
  /external/gptfdisk/
parttypes.cc 384 int colCount = 1, lineCount = 1;
398 if ((colCount % 3) == 0) {
409 colCount++;
  /cts/tests/tests/database/src/android/database/cts/
AbstractCursorTest.java 438 int colCount = columnNames.length;
442 for (int i = 0; i < colCount; ++i) {
451 mColumnNames = new String[colCount + 1];
453 mColumnNames[colCount] = "_id";
  /external/icu/icu4c/source/test/intltest/
miscdtfm.cpp 350 int32_t rowCount, colCount;
351 const UnicodeString **zones = symbols->getZoneStrings(rowCount, colCount);
  /external/pdfium/core/src/reflow/
layoutprocessor_reflow.cpp 222 int colCount = pTable->m_nCell.GetAt(i);
223 if(colCount > tableColCount) {
224 tableColCount = colCount;
231 int colCount = pTable->m_nCell.GetAt(i);
235 for(j = 0; j < colCount; j++) {
252 if(ColSpan + j > colCount) {
253 ColSpan = colCount - j;
281 int colCount = pTable->m_nCell.GetAt(i);
282 for(int j = 0; j < colCount; j++) {
    [all...]
  /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...]
  /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 
ddmuilib.jar 
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/jfreechart/
jcommon-1.0.12.jar 
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/m2/repository/jfree/jcommon/1.0.12/
jcommon-1.0.12.jar 
  /external/robolectric/lib/main/
sqlite-jdbc-3.7.2.jar 
  /prebuilts/tools/common/m2/repository/jfree/jfreechart/1.0.9/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/pmd/pmd/5.1.1/
pmd-5.1.1.jar 

Completed in 697 milliseconds