Searched refs:getColumnCount (Results 1 – 5 of 5) sorted by relevance
153 public int getColumnCount() { in getColumnCount() method in SampleGridPagerAdapter.Row180 public int getColumnCount(int rowNum) { in getColumnCount() method in SampleGridPagerAdapter181 return mRows.get(rowNum).getColumnCount(); in getColumnCount()
73 public int getColumnCount(int rowNum) { in getColumnCount() method in GridExampleActivity.MainAdapter
95 public int getColumnCount(int i) { in getColumnCount() method in AttractionsGridPagerAdapter
297 public int getColumnCount(int row) { in getColumnCount() method in MainActivity.MyPagerAdapter
488 assertEquals(TEST_PROJECTION.length, projectionCursor.getColumnCount()); in testQueriesOnNotesUri()