Home
last modified time | relevance | path

Searched refs:getBackgroundForPage (Results 1 – 3 of 3) sorted by relevance

/development/samples/browseable/SkeletonWearableApp/src/com.example.android.google.wearable.app/
DGridExampleActivity.java83 public Drawable getBackgroundForPage(int row, int column) { in getBackgroundForPage() method in GridExampleActivity.MainAdapter
/development/samples/browseable/XYZTouristAttractions/Wearable/src/com.example.android.xyztouristattractions/ui/
DAttractionsGridPagerAdapter.java183 public Drawable getBackgroundForPage(int row, int column) { in getBackgroundForPage() method in AttractionsGridPagerAdapter
190 return super.getBackgroundForPage(row, column); in getBackgroundForPage()
/development/samples/browseable/GridViewPager/src/com.example.android.wearable.gridviewpager/
DSampleGridPagerAdapter.java170 public Drawable getBackgroundForPage(final int row, final int column) { in getBackgroundForPage() method in SampleGridPagerAdapter