HomeSort by relevance Sort by last modified time
    Searched refs:CallTypeIconsView (Results 1 - 6 of 6) sorted by null

  /packages/apps/Dialer/java/com/android/dialer/app/calllog/
PhoneCallDetailsViews.java 23 import com.android.dialer.calllogutils.CallTypeIconsView;
30 public final CallTypeIconsView callTypeIcons;
41 CallTypeIconsView callTypeIcons,
70 (CallTypeIconsView) view.findViewById(R.id.call_type_icons),
83 new CallTypeIconsView(context),
  /packages/apps/Car/Dialer/src/com/android/car/dialer/
CallTypeIconsView.java 37 public class CallTypeIconsView extends View {
45 public CallTypeIconsView(Context context) {
49 public CallTypeIconsView(Context context, AttributeSet attrs) {
CallLogViewHolder.java 38 public final CallTypeIconsView callTypeIconsView;
50 callTypeIconsView = v.findViewById(R.id.call_type_icons);
StrequentsAdapter.java 251 viewHolder.callTypeIconsView.clear();
252 viewHolder.callTypeIconsView.setVisibility(View.VISIBLE);
259 int icons = Math.min(callTypes.length, CallTypeIconsView.MAX_CALL_TYPE_ICONS);
261 viewHolder.callTypeIconsView.add(callTypes[i]);
346 viewHolder.callTypeIconsView.clear();
  /packages/apps/Dialer/java/com/android/dialer/calllogutils/
CallTypeIconsView.java 42 public class CallTypeIconsView extends View {
56 public CallTypeIconsView(Context context) {
60 public CallTypeIconsView(Context context, AttributeSet attrs) {
63 context.getTheme().obtainStyledAttributes(attrs, R.styleable.CallTypeIconsView, 0, 0);
158 Resources resources = useLargeIcons ? largeResouces : CallTypeIconsView.resources;
187 Resources resources = useLargeIcons ? largeResouces : CallTypeIconsView.resources;
  /packages/apps/Dialer/java/com/android/dialer/calldetails/
CallDetailsEntryViewHolder.java 34 import com.android.dialer.calllogutils.CallTypeIconsView;
46 private final CallTypeIconsView callTypeIcon;
70 callTypeIcon = (CallTypeIconsView) container.findViewById(R.id.call_direction);

Completed in 245 milliseconds