OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NUM_COLUMNS
(Results
1 - 2
of
2
) sorted by null
/cts/tests/tests/widget/src/android/widget/cts/
GridViewTest.java
198
final int
NUM_COLUMNS
= 3;
208
mGridView.setNumColumns(
NUM_COLUMNS
);
233
assertEquals(
NUM_COLUMNS
, mGridView.getSelectedItemPosition());
255
final int
NUM_COLUMNS
= 1;
260
mGridView.setNumColumns(
NUM_COLUMNS
);
392
final int
NUM_COLUMNS
= 8;
398
mGridView.setNumColumns(
NUM_COLUMNS
);
425
child = mGridView.getChildAt(
NUM_COLUMNS
- 1); // get the rightmost view at the first line.
444
child = mGridView.getChildAt(
NUM_COLUMNS
- 1); // get the rightmost view at the first line.
463
child = mGridView.getChildAt(
NUM_COLUMNS
- 1); // get the rightmost view at the first line
[
all
...]
/packages/apps/Contacts/src/com/android/contacts/voicemail/
VoicemailStatusHelperImpl.java
47
private static final int
NUM_COLUMNS
= 6;
49
public static final String[] PROJECTION = new String[
NUM_COLUMNS
];
Completed in 247 milliseconds