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

  /packages/apps/Gallery2/src/com/android/photos/
AlbumFragment.java 53 private View mHeaderView;
82 if (mHeaderView == null) {
83 mHeaderView = LayoutInflater.from(getActivity())
85 ((HeaderGridView) getGridView()).addHeaderView(mHeaderView, null, false);
88 mHeaderView.setMinimumHeight(200);
90 ImageView iv = (ImageView) mHeaderView.findViewById(R.id.album_header_image);
91 TextView title = (TextView) mHeaderView.findViewById(R.id.album_header_title);
92 TextView subtitle = (TextView) mHeaderView.findViewById(R.id.album_header_subtitle);
  /packages/apps/Settings/src/com/android/settings/users/
AppRestrictionsFragment.java 136 private View mHeaderView;
297 if (mHeaderView == null) {
298 mHeaderView = LayoutInflater.from(getActivity()).inflate(
300 ((ViewGroup) getListView().getParent()).addView(mHeaderView, 0);
301 mHeaderView.setOnClickListener(this);
302 mUserIconView = (ImageView) mHeaderView.findViewById(android.R.id.icon);
303 mUserNameView = (TextView) mHeaderView.findViewById(android.R.id.title);
329 ((TextView) mHeaderView.findViewById(android.R.id.title)).setText(info.name);
330 ((ImageView) mHeaderView.findViewById(android.R.id.icon)).setImageDrawable(
702 if (v == mHeaderView) {
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/agenda/
AgendaWindowAdapter.java 163 private final TextView mHeaderView;
366 mHeaderView = (TextView)inflater.inflate(R.layout.agenda_header_footer, null);
368 mHeaderView.setText(R.string.loading);
369 mAgendaListView.addHeaderView(mHeaderView);
    [all...]
  /frameworks/base/core/java/com/android/internal/view/menu/
MenuBuilder.java 130 View mHeaderView;
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/view/menu/
MenuBuilder.java 136 View mHeaderView;
    [all...]

Completed in 403 milliseconds