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

  /cts/tests/tests/widget/src/android/widget/cts/
SimpleAdapterTest.java 50 private static final int[] VIEWS_TO = new int[] { R.id.text1 };
100 R.layout.simple_list_item_1, COLUMNS_FROM, VIEWS_TO);
105 R.layout.simple_list_item_1, COLUMNS_FROM, VIEWS_TO);
111 R.layout.simple_list_item_1, COLUMNS_FROM, VIEWS_TO);
115 R.layout.simple_list_item_1, COLUMNS_FROM, VIEWS_TO);
SimpleCursorAdapterTest.java 55 private static final int[] VIEWS_TO = new int[] { R.id.cursorAdapter_item0 };
101 mContext, R.layout.cursoradapter_item0, mCursor, COLUMNS_FROM, VIEWS_TO);
108 COLUMNS_FROM, VIEWS_TO);
369 simpleCursorAdapter.changeCursorAndColumns(newCursor, from, VIEWS_TO);

Completed in 43 milliseconds