Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/dialer/app/calllog/
DPhoneCallDetailsViews.java23 import com.android.dialer.calllogutils.CallTypeIconsView;
31 public final CallTypeIconsView callTypeIcons;
42 CallTypeIconsView callTypeIcons, in PhoneCallDetailsViews()
71 (CallTypeIconsView) view.findViewById(R.id.call_type_icons), in fromView()
84 new CallTypeIconsView(context), in createForTest()
/packages/apps/Car/Dialer/src/com/android/car/dialer/widget/
DCallTypeIconsView.java36 public class CallTypeIconsView extends View { class
48 public CallTypeIconsView(Context context) { in CallTypeIconsView() method in CallTypeIconsView
52 public CallTypeIconsView(Context context, AttributeSet attrs) { in CallTypeIconsView() method in CallTypeIconsView
56 public CallTypeIconsView(Context context, AttributeSet attrs, int defStyleAttr) { in CallTypeIconsView() method in CallTypeIconsView
60 public CallTypeIconsView(Context context, AttributeSet attrs, int defStyleAttr, in CallTypeIconsView() method in CallTypeIconsView
/packages/apps/Dialer/java/com/android/dialer/calllogutils/
DCallTypeIconsView.java43 public class CallTypeIconsView extends View { class
58 public CallTypeIconsView(Context context) { in CallTypeIconsView() method in CallTypeIconsView
62 public CallTypeIconsView(Context context, AttributeSet attrs) { in CallTypeIconsView() method in CallTypeIconsView
65 context.getTheme().obtainStyledAttributes(attrs, R.styleable.CallTypeIconsView, 0, 0); in CallTypeIconsView()
169 Resources resources = useLargeIcons ? largeResouces : CallTypeIconsView.resources; in getCallTypeDrawable()
198 Resources resources = useLargeIcons ? largeResouces : CallTypeIconsView.resources; in onDraw()
/packages/apps/Dialer/java/com/android/dialer/calldetails/
DCallDetailsEntryViewHolder.java35 import com.android.dialer.calllogutils.CallTypeIconsView;
55 private final CallTypeIconsView callTypeIcon;
81 callTypeIcon = (CallTypeIconsView) container.findViewById(R.id.call_direction); in CallDetailsEntryViewHolder()
/packages/apps/Car/Dialer/src/com/android/car/dialer/ui/calllog/
DCallLogViewHolder.java32 import com.android.car.dialer.widget.CallTypeIconsView;
49 private CallTypeIconsView mCallTypeIconsView;
/packages/apps/Car/Dialer/tests/robotests/src/com/android/car/dialer/ui/calllog/
DCallHistoryFragmentTest.java39 import com.android.car.dialer.widget.CallTypeIconsView;
131 CallTypeIconsView callTypeIconsView = viewHolder.itemView.findViewById( in testCalllogViewHolder()