Searched refs:visibWhere (Results 1 – 3 of 3) sorted by relevance
78 int visibWhere; // Visibility value for Where textview (View.GONE or View.VISIBLE) field in CalendarAppWidgetModel.EventInfo92 visibWhere = View.GONE; in EventInfo()110 builder.append(visibWhere); in toString()132 result = prime * result + visibWhere; in hashCode()166 if (visibWhere != other.visibWhere) in equals()399 eventInfo.visibWhere = View.VISIBLE; in populateEventInfo()402 eventInfo.visibWhere = View.GONE; in populateEventInfo()
261 updateTextView(views, R.id.where, eventInfo.visibWhere, eventInfo.where);
111 eventInfo.visibWhere = View.VISIBLE; in testGetAppWidgetModel_1Event()138 eventInfo.visibWhere = View.VISIBLE; in testGetAppWidgetModel_AllDayEventLater()160 eventInfo.visibWhere = View.VISIBLE; in testGetAppWidgetModel_AllDayEventLater()