Home
last modified time | relevance | path

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

/packages/apps/Car/Dialer/src/com/android/car/dialer/ui/activecall/
DInCallFragment.java58 private BackgroundImageView mBackgroundImage; field in InCallFragment
82 mBackgroundImage = view.findViewById(R.id.background_image); in onViewCreated()
142 mBackgroundImage.setAlpha(getResources().getFloat( in bindUserProfileView()
144 mBackgroundImage.setBackgroundDrawable(resource, false); in bindUserProfileView()
150 mBackgroundImage.setAlpha(getResources().getFloat( in bindUserProfileView()
152 mBackgroundImage.setBackgroundColor(letterTile.getColor()); in bindUserProfileView()
DOngoingCallFragment.java41 private BackgroundImageView mBackgroundImage; field in OngoingCallFragment
50 mBackgroundImage = fragmentView.findViewById(R.id.background_image); in onCreateView()
81 mBackgroundImage.setDimmed(true); in onOpenDialpad()
90 mBackgroundImage.setDimmed(false); in onCloseDialpad()