Home
last modified time | relevance | path

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

/packages/apps/Dialer/InCallUI/src/com/android/incallui/
DCallCardFragment.java371 showImageView(mPhotoLarge, !show); in showContactContext()
372 showImageView(mPhotoSmall, show); in showContactContext()
526 showImageView(mPhotoLarge, isVisible); in setPrimaryImage()
591 showImageView(mPhotoLarge, isContactPhotoShown); in setPrimary()
592 showImageView(mWorkProfileIcon, isWorkCall); in setPrimary()
966 private void showImageView(ImageView view, boolean isVisible) { in showImageView() method in CallCardFragment