Home
last modified time | relevance | path

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

/packages/apps/Dialer/src/com/android/dialer/calllog/
DCallLogListItemViews.java42 public final View callLogEntryView; field in CallLogListItemViews
117 PhoneCallDetailsViews phoneCallDetailsViews, View callLogEntryView, in CallLogListItemViews() argument
122 this.callLogEntryView = callLogEntryView; in CallLogListItemViews()
DCallLogAdapter.java915 views.callLogEntryView.setBackgroundColor(mExpandedBackgroundColor); in expandOrCollapseActions()
916 views.callLogEntryView.setTranslationZ(mExpandedTranslationZ); in expandOrCollapseActions()
925 views.callLogEntryView.setBackgroundColor(mCallLogBackgroundColor); in expandOrCollapseActions()
926 views.callLogEntryView.setTranslationZ(0); in expandOrCollapseActions()
DCallLogFragment.java615 viewHolder.callLogEntryView.setTranslationZ(z); in onItemExpanded()