OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:callTypeIcons
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Dialer/src/com/android/dialer/
PhoneCallDetailsViews.java
31
public final CallTypeIconsView
callTypeIcons
;
36
CallTypeIconsView
callTypeIcons
, TextView callTypeAndDate, TextView labelView) {
39
this.
callTypeIcons
=
callTypeIcons
;
PhoneCallDetailsHelper.java
73
views.
callTypeIcons
.clear();
76
views.
callTypeIcons
.add(details.callTypes[index]);
78
views.
callTypeIcons
.requestLayout();
79
views.
callTypeIcons
.setVisibility(View.VISIBLE);
Completed in 33 milliseconds