Home
last modified time | relevance | path

Searched refs:navigationIcon (Results 1 – 2 of 2) sorted by relevance

/development/samples/browseable/WearDrawers/src/com.example.android.wearable.wear.weardrawers/
DPlanet.java24 private String navigationIcon; field in Planet
32 String navigationIcon, in Planet() argument
39 this.navigationIcon = navigationIcon; in Planet()
51 return navigationIcon; in getNavigationIcon()
DMainActivity.java203 String navigationIcon = mSolarSystem.get(pos).getNavigationIcon(); in getItemDrawable() local
206 getResources().getIdentifier(navigationIcon, "drawable", getPackageName()); in getItemDrawable()