OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CallTypeIconsView
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Dialer/src/com/android/dialer/calllog/
PhoneCallDetailsViews.java
32
public final
CallTypeIconsView
callTypeIcons;
38
CallTypeIconsView
callTypeIcons, TextView callLocationAndDate,
58
(
CallTypeIconsView
) view.findViewById(R.id.call_type_icons),
68
new
CallTypeIconsView
(context),
CallDetailHistoryAdapter.java
101
CallTypeIconsView
callTypeIconView =
102
(
CallTypeIconsView
) result.findViewById(R.id.call_type_icon);
CallTypeIconsView.java
42
public class
CallTypeIconsView
extends View {
50
public
CallTypeIconsView
(Context context) {
54
public
CallTypeIconsView
(Context context, AttributeSet attrs) {
Completed in 83 milliseconds