OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mFooterView
(Results
1 - 2
of
2
) sorted by null
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
ConversationListFragment.java
140
private ConversationListFooterView
mFooterView
;
341
mFooterView
= (ConversationListFooterView) inflater.inflate(
343
mFooterView
.setClickListener(mActivity);
364
mListAdapter.addFooter(
mFooterView
);
[
all
...]
/packages/apps/Calendar/src/com/android/calendar/agenda/
AgendaWindowAdapter.java
164
private final TextView
mFooterView
;
367
mFooterView
= (TextView)inflater.inflate(R.layout.agenda_header_footer, null);
[
all
...]
Completed in 133 milliseconds