Home
last modified time | relevance | path

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

/development/samples/browseable/DataLayer/Wearable/src/com.example.android.wearable.datalayer/fragments/
DAssetFragment.java35 private ImageView mPhoto; field in AssetFragment
42 mPhoto = (ImageView) view.findViewById(R.id.photo); in onCreateView()
47 mPhoto.setImageBitmap(bitmap); in setBackgroundImage()