Home
last modified time | relevance | path

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

/aosp12/packages/apps/Dialer/java/com/android/dialer/app/calllog/
H A 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()
/aosp12/packages/apps/Car/Dialer/src/com/android/car/dialer/widget/
H A 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
/aosp12/packages/apps/Dialer/java/com/android/dialer/calllogutils/
H A 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()
/aosp12/packages/apps/Car/Dialer/tests/instrutests/src/com/android/car/dialer/integration/
H A DRecentCallLogTest.java66 import com.android.car.dialer.widget.CallTypeIconsView;
206 private static class CallTypeIconMatcher extends BoundedMatcher<View, CallTypeIconsView> {
211 super(CallTypeIconsView.class); in CallTypeIconMatcher()
217 protected boolean matchesSafely(CallTypeIconsView callTypeIconsView) { in matchesSafely()
/aosp12/packages/apps/Dialer/java/com/android/dialer/calldetails/
H A DCallDetailsEntryViewHolder.java35 import com.android.dialer.calllogutils.CallTypeIconsView;
55 private final CallTypeIconsView callTypeIcon;
81 callTypeIcon = (CallTypeIconsView) container.findViewById(R.id.call_direction); in CallDetailsEntryViewHolder()
/aosp12/packages/apps/Car/Dialer/src/com/android/car/dialer/ui/calllog/
H A DCallLogViewHolder.java33 import com.android.car.dialer.widget.CallTypeIconsView;
55 private CallTypeIconsView mCallTypeIconsView;