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

  /packages/apps/DeskClock/src/com/android/deskclock/widget/sgv/
GridAdapter.java 22 private View mHeaderView;
68 return mHeaderView;
72 mHeaderView = view;
84 return mHeaderView != 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/
RestrictedProfileSettings.java 74 private View mHeaderView;
97 if (mHeaderView == null) {
98 mHeaderView = LayoutInflater.from(getActivity()).inflate(
100 ((ViewGroup) getListView().getParent()).addView(mHeaderView, 0);
101 mHeaderView.setOnClickListener(this);
102 mUserIconView = (ImageView) mHeaderView.findViewById(android.R.id.icon);
103 mUserNameView = (TextView) mHeaderView.findViewById(android.R.id.title);
132 ((TextView) mHeaderView.findViewById(android.R.id.title)).setText(info.name);
133 ((ImageView) mHeaderView.findViewById(android.R.id.icon)).setImageDrawable(
167 if (view == 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 455 milliseconds