Home
last modified time | relevance | path

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

/packages/apps/Calendar/src/com/android/calendar/widget/
DCalendarAppWidgetModel.java76 int visibWhen; // Visibility value for When textview (View.GONE or View.VISIBLE) field in CalendarAppWidgetModel.EventInfo
91 visibWhen = View.GONE; in EventInfo()
104 builder.append(visibWhen); in toString()
131 result = prime * result + visibWhen; in hashCode()
164 if (visibWhen != other.visibWhen) in equals()
360 int visibWhen; in populateEventInfo() local
362 visibWhen = View.VISIBLE; in populateEventInfo()
385 eventInfo.visibWhen = visibWhen; in populateEventInfo()
DCalendarAppWidgetService.java260 updateTextView(views, R.id.when, eventInfo.visibWhen, eventInfo.when);
/packages/apps/Calendar/tests/src/com/android/calendar/widget/
DCalendarAppWidgetServiceTest.java110 eventInfo.visibWhen = View.VISIBLE; in testGetAppWidgetModel_1Event()
137 eventInfo.visibWhen = View.VISIBLE; in testGetAppWidgetModel_AllDayEventLater()
159 eventInfo.visibWhen = View.VISIBLE; in testGetAppWidgetModel_AllDayEventLater()