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

  /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++) {
  /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...]
  /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/icu4c/test/intltest/
miscdtfm.cpp 350 int32_t rowCount, colCount;
351 const UnicodeString **zones = symbols->getZoneStrings(rowCount, colCount);
  /external/webkit/Source/WebCore/accessibility/
AccessibilityTable.cpp 413 unsigned colCount = m_columns.size();
414 for (unsigned k = 0; k < colCount; ++k) {
  /external/webkit/Source/WebCore/rendering/
RenderBlock.cpp     [all...]
RenderLayer.cpp     [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...]
  /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 

Completed in 274 milliseconds