Home
last modified time | relevance | path

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

/packages/apps/Dialer/InCallUI/src/com/android/incallui/
DCallCardFragment.java159 private View mContactContext; field in CallCardFragment
271 mContactContext = view.findViewById(R.id.contact_context); in onViewCreated()
375 mContactContext.setVisibility(show ? View.VISIBLE : View.GONE); in showContactContext()
1269 mContactContext.setBackgroundColor(themeColors.mPrimaryColor); in updateColors()