Home | History | Annotate | Download | only in quickcontact

Lines Matching refs:mIsExpanded

229     private boolean mIsExpanded = false;
266 if (mIsExpanded) {
317 mIsExpanded = isExpanded;
319 // If isAlwaysExpanded is true, mIsExpanded should be true
320 mIsExpanded |= mIsAlwaysExpanded;
338 if (mIsExpanded) {
356 if (mExpandCollapseTextView != null && !mIsExpanded) {
368 if (mExpandCollapseTextView != null && mIsExpanded) {
393 for (View view : getViewsToDisplay(mIsExpanded)) {
780 if (mIsExpanded) {
797 if (mIsExpanded) {
880 mIsExpanded = true;
942 mIsExpanded = false;
951 return mIsExpanded;