Searched refs:CallTypeIconsView (Results 1 – 6 of 6) sorted by relevance
/packages/apps/Dialer/java/com/android/dialer/app/calllog/ |
D | PhoneCallDetailsViews.java | 23 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/ |
D | CallTypeIconsView.java | 36 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/ |
D | CallTypeIconsView.java | 43 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/ |
D | CallDetailsEntryViewHolder.java | 35 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/ |
D | CallLogViewHolder.java | 32 import com.android.car.dialer.widget.CallTypeIconsView; 49 private CallTypeIconsView mCallTypeIconsView;
|
/packages/apps/Car/Dialer/tests/robotests/src/com/android/car/dialer/ui/calllog/ |
D | CallHistoryFragmentTest.java | 39 import com.android.car.dialer.widget.CallTypeIconsView; 131 CallTypeIconsView callTypeIconsView = viewHolder.itemView.findViewById( in testCalllogViewHolder()
|