Home | History | Annotate | Download | only in ui

Lines Matching refs:mHeader

184     private View mHeader;
390 mHeader = getHeaderView(mode);
576 mHeader.setVisibility(View.GONE);
615 mHeader.setVisibility(View.GONE);
616 mHeader = getHeaderView(QuickContact.MODE_SMALL);
646 /** Assign this string to the view, if found in {@link #mHeader}. */
651 /** Assign this string to the view, if found in {@link #mHeader}. */
653 final View view = mHeader.findViewById(id);
660 /** Assign this image to the view, if found in {@link #mHeader}. */
662 final View view = mHeader.findViewById(id);
743 private CharSequence mHeader;
763 mHeader = mKind.actionAltHeader.inflateUsing(context, cursor);
765 mHeader = mKind.actionHeader.inflateUsing(context, cursor);
827 mHeader = context.getText(R.string.chat_gtalk);
871 return mHeader;
1196 final ImageView photoView = (ImageView)mHeader.findViewById(R.id.photo);