Home
last modified time | relevance | path

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

/development/samples/browseable/NavigationDrawer/src/com.example.android.navigationdrawer/
DMainActivity.java86 mSamples[position].descriptionResId); in getView()
93 int descriptionResId; field in MainActivity.Sample
96 private Sample(int titleResId, int descriptionResId, Intent intent) { in Sample() argument
99 this.descriptionResId = descriptionResId; in Sample()
102 private Sample(int titleResId, int descriptionResId, in Sample() argument
104 this(titleResId, descriptionResId, in Sample()
/development/samples/browseable/DoneBar/src/com.example.android.donebar/
DMainActivity.java88 mSamples[position].descriptionResId); in getView()
95 int descriptionResId; field in MainActivity.Sample
98 private Sample(int titleResId, int descriptionResId, Intent intent) { in Sample() argument
101 this.descriptionResId = descriptionResId; in Sample()
104 private Sample(int titleResId, int descriptionResId, in Sample() argument
106 this(titleResId, descriptionResId, in Sample()