Home
last modified time | relevance | path

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

/packages/apps/Dialer/InCallUI/src/com/android/incallui/
DCallCardFragment.java145 private ImageView mPhotoSmall; field in CallCardFragment
290 mPhotoSmall = (ImageView) view.findViewById(R.id.photoSmall); in onViewCreated()
291 mPhotoSmall.setVisibility(View.GONE); in onViewCreated()
372 showImageView(mPhotoSmall, show); in showContactContext()
957 mPhotoSmall.setImageDrawable(photo); in setDrawableToImageViews()