Home
last modified time | relevance | path

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

/packages/apps/Dialer/src/com/android/dialer/calllog/
DCallLogAdapter.java277 private int mExpandedBackgroundColor; field in CallLogAdapter
376 mExpandedBackgroundColor = resources.getColor(R.color.call_log_expanded_background_color); in CallLogAdapter()
915 views.callLogEntryView.setBackgroundColor(mExpandedBackgroundColor); in expandOrCollapseActions()