Home
last modified time | relevance | path

Searched refs:visibTitle (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Calendar/src/com/android/calendar/widget/
DCalendarAppWidgetModel.java80 int visibTitle; // Visibility value for Title textview (View.GONE or View.VISIBLE) field in CalendarAppWidgetModel.EventInfo
93 visibTitle = View.GONE; in EventInfo()
100 builder.append(visibTitle); in toString()
130 result = prime * result + visibTitle; in hashCode()
162 if (visibTitle != other.visibTitle) in equals()
395 eventInfo.visibTitle = View.VISIBLE; in populateEventInfo()
DCalendarAppWidgetService.java263 updateTextView(views, R.id.title, eventInfo.visibTitle, eventInfo.title);
/packages/apps/Calendar/tests/src/com/android/calendar/widget/
DCalendarAppWidgetServiceTest.java112 eventInfo.visibTitle = View.VISIBLE; in testGetAppWidgetModel_1Event()
139 eventInfo.visibTitle = View.VISIBLE; in testGetAppWidgetModel_AllDayEventLater()
161 eventInfo.visibTitle = View.VISIBLE; in testGetAppWidgetModel_AllDayEventLater()