Searched refs:mRelayout (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Calendar/src/com/android/calendar/
H A DExpandableTextView.java33 private boolean mRelayout = false; field in class:ExpandableTextView
74 if (!mRelayout || getVisibility() == View.GONE) {
78 mRelayout = false;
112 mRelayout = true;

Completed in 81 milliseconds