Home
last modified time | relevance | path

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

/packages/apps/Dialer/src/com/android/dialer/calllog/
DCallLogAdapter.java641 private void bindView(View callLogItemView, Cursor c, int count) { in bindView() argument
642 callLogItemView.setAccessibilityDelegate(mAccessibilityDelegate); in bindView()
643 final CallLogListItemViews views = (CallLogListItemViews) callLogItemView.getTag(); in bindView()
785 expandOrCollapseActions(callLogItemView, isExpanded(rowId)); in bindView()
826 mViewTreeObserver = callLogItemView.getViewTreeObserver(); in bindView()
830 bindBadge(callLogItemView, info, details, callType); in bindView()