HomeSort by relevance Sort by last modified time
    Searched full:mrelayout (Results 1 - 1 of 1) sorted by null

  /packages/apps/Calendar/src/com/android/calendar/
ExpandableTextView.java 33 private boolean mRelayout = false;
74 if (!mRelayout || getVisibility() == View.GONE) {
78 mRelayout = false;
112 mRelayout = true;

Completed in 38 milliseconds