Home | History | Annotate | Download | only in quickcontact

Lines Matching refs:mIsExpanded

221     private boolean mIsExpanded = false;
252 if (mIsExpanded) {
293 mIsExpanded = isExpanded;
295 // If isAlwaysExpanded is true, mIsExpanded should be true
296 mIsExpanded |= mIsAlwaysExpanded;
313 if (mIsExpanded) {
331 if (mExpandCollapseTextView != null && !mIsExpanded) {
343 if (mExpandCollapseTextView != null && mIsExpanded) {
361 if (mIsExpanded) {
712 if (mIsExpanded) {
729 if (mIsExpanded) {
807 mIsExpanded = true;
817 mIsExpanded = false;
873 return mIsExpanded;