Home
last modified time | relevance | path

Searched refs:getColumnCount (Results 1 – 5 of 5) sorted by relevance

/development/samples/browseable/GridViewPager/src/com.example.android.wearable.gridviewpager/
DSampleGridPagerAdapter.java153 public int getColumnCount() { in getColumnCount() method in SampleGridPagerAdapter.Row
180 public int getColumnCount(int rowNum) { in getColumnCount() method in SampleGridPagerAdapter
181 return mRows.get(rowNum).getColumnCount(); in getColumnCount()
/development/samples/browseable/SkeletonWearableApp/src/com.example.android.google.wearable.app/
DGridExampleActivity.java73 public int getColumnCount(int rowNum) { in getColumnCount() method in GridExampleActivity.MainAdapter
/development/samples/browseable/XYZTouristAttractions/Wearable/src/com.example.android.xyztouristattractions/ui/
DAttractionsGridPagerAdapter.java95 public int getColumnCount(int i) { in getColumnCount() method in AttractionsGridPagerAdapter
/development/samples/browseable/DataLayer/Wearable/src/com.example.android.wearable.datalayer/
DMainActivity.java297 public int getColumnCount(int row) { in getColumnCount() method in MainActivity.MyPagerAdapter
/development/samples/NotePad/tests/src/com/example/android/notepad/
DNotePadProviderTest.java488 assertEquals(TEST_PROJECTION.length, projectionCursor.getColumnCount()); in testQueriesOnNotesUri()