OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:eventview
(Results
1 - 1
of
1
) sorted by null
/packages/apps/Calendar/src/com/android/calendar/agenda/
AgendaFragment.java
159
View
eventView
= v.findViewById(R.id.agenda_event_info);
161
eventView
.setVisibility(View.GONE);
204
ViewGroup.LayoutParams detailsParams =
eventView
.getLayoutParams();
206
eventView
.setLayoutParams(detailsParams);
Completed in 34 milliseconds