Searched refs:visibTitle (Results 1 – 3 of 3) sorted by relevance
80 int visibTitle; // Visibility value for Title textview (View.GONE or View.VISIBLE) field in CalendarAppWidgetModel.EventInfo93 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()
263 updateTextView(views, R.id.title, eventInfo.visibTitle, eventInfo.title);
112 eventInfo.visibTitle = View.VISIBLE; in testGetAppWidgetModel_1Event()139 eventInfo.visibTitle = View.VISIBLE; in testGetAppWidgetModel_AllDayEventLater()161 eventInfo.visibTitle = View.VISIBLE; in testGetAppWidgetModel_AllDayEventLater()