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()
137 mBackgroundImage.setAlpha(getResources().getFloat( in bindUserProfileView()
139 mBackgroundImage.setBackgroundDrawable(resource, false); in bindUserProfileView()
145 mBackgroundImage.setAlpha(getResources().getFloat( in bindUserProfileView()
147 mBackgroundImage.setBackgroundColor(letterTile.getColor()); in bindUserProfileView()
DOngoingCallFragment.java42 private BackgroundImageView mBackgroundImage; field in OngoingCallFragment
51 mBackgroundImage = fragmentView.findViewById(R.id.background_image); in onCreateView()
83 mBackgroundImage.setDimmed(true); in onOpenDialpad()
92 mBackgroundImage.setDimmed(false); in onCloseDialpad()