OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:colCount
(Results
1 - 25
of
27
) sorted by null
1
2
/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
...]
/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
454
int
colCount
= columnNames.length;
458
for (int i = 0; i <
colCount
; ++i) {
467
mColumnNames = new String[
colCount
+ 1];
469
mColumnNames[
colCount
] = "_id";
/external/icu/icu4c/source/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
...]
/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/v1/lib/main/
sqlite-jdbc-3.7.2.jar
/prebuilts/gradle-plugin/com/android/tools/ddms/ddmuilib/24.4.0-beta6/
ddmuilib-24.4.0-beta6.jar
/prebuilts/gradle-plugin/com/android/tools/ddms/ddmuilib/24.5.0/
ddmuilib-24.5.0.jar
/prebuilts/gradle-plugin/com/android/tools/ddms/ddmuilib/25.0.0-alpha1/
ddmuilib-25.0.0-alpha1.jar
/external/guice/extensions/persist/lib/
hsqldb.jar
Completed in 398 milliseconds
1
2