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

  /packages/apps/Calendar/src/com/android/calendar/event/
EventColorPickerDialog.java 31 private static final int NUM_COLUMNS = 4;
43 ret.initialize(R.string.event_color_picker_dialog_title, colors, selectedColor, NUM_COLUMNS,
  /cts/tests/tests/widget/src/android/widget/cts/
GridViewTest.java 136 final int NUM_COLUMNS = 3;
146 mGridView.setNumColumns(NUM_COLUMNS);
171 assertEquals(NUM_COLUMNS, mGridView.getSelectedItemPosition());
187 final int NUM_COLUMNS = 1;
192 mGridView.setNumColumns(NUM_COLUMNS);
301 final int NUM_COLUMNS = 8;
307 mGridView.setNumColumns(NUM_COLUMNS);
334 child = mGridView.getChildAt(NUM_COLUMNS - 1); // get the rightmost view at the first line.
353 child = mGridView.getChildAt(NUM_COLUMNS - 1); // get the rightmost view at the first line.
372 child = mGridView.getChildAt(NUM_COLUMNS - 1); // get the rightmost view at the first line
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/
CalendarColorPickerDialog.java 40 private static final int NUM_COLUMNS = 4;
162 ret.setArguments(R.string.calendar_color_picker_dialog_title, NUM_COLUMNS,
  /packages/apps/Dialer/src/com/android/dialer/voicemail/
VoicemailStatusHelperImpl.java 47 private static final int NUM_COLUMNS = 6;
49 public static final String[] PROJECTION = new String[NUM_COLUMNS];

Completed in 113 milliseconds