Searched defs:visibWhen (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Calendar/src/com/android/calendar/widget/
H A DCalendarAppWidgetModel.java76 int visibWhen; // Visibility value for When textview (View.GONE or View.VISIBLE) field in class:CalendarAppWidgetModel.EventInfo
91 visibWhen = View.GONE;
103 builder.append(", visibWhen=");
104 builder.append(visibWhen);
131 result = prime * result + visibWhen;
164 if (visibWhen != other.visibWhen)
360 int visibWhen;
362 visibWhen = View.VISIBLE;
385 eventInfo.visibWhen
[all...]

Completed in 27 milliseconds