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

/packages/apps/Calendar/src/com/android/calendar/widget/
H A DCalendarAppWidgetModel.java80 int visibTitle; // Visibility value for Title textview (View.GONE or View.VISIBLE) field in class:CalendarAppWidgetModel.EventInfo
93 visibTitle = View.GONE;
99 builder.append("EventInfo [visibTitle=");
100 builder.append(visibTitle);
130 result = prime * result + visibTitle;
162 if (visibTitle != other.visibTitle)
395 eventInfo.visibTitle = View.VISIBLE;

Completed in 10 milliseconds