Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/
DDialogTestListActivity.java294 private final int mImageResId; field in DialogTestListActivity.DialogTestListItemWithIcon
301 mImageResId = imageResId; in DialogTestListItemWithIcon()
309 ((ImageView) view.findViewById(R.id.sample_icon)).setImageResource(mImageResId); in getCustomView()