HomeSort by relevance Sort by last modified time
    Searched refs:mFooterView (Results 1 - 4 of 4) sorted by null

  /packages/apps/DeskClock/src/com/android/deskclock/widget/sgv/
GridAdapter.java 23 private View mFooterView;
76 return mFooterView;
80 mFooterView = view;
88 return mFooterView != null;
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
ConversationListFragment.java 131 private ConversationListFooterView mFooterView;
279 mFooterView = (ConversationListFooterView) LayoutInflater.from(
282 mFooterView.setClickListener(mActivity);
305 mListAdapter.addFooter(mFooterView);
627 if (mFooterView != null) {
628 mFooterView.onViewModeChanged(newMode);
787 mFooterView.setFolder(mFolder);
804 final boolean showFooter = mFooterView.updateStatus(cursor);
    [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...]
  /packages/apps/DeskClock/src/com/android/deskclock/
AlarmClockFragment.java 119 private View mFooterView;
279 mFooterView = v.findViewById(R.id.alarms_footer_view);
280 mFooterView.setOnTouchListener(this);
    [all...]

Completed in 2386 milliseconds