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.kt67 @JvmField var visibWhen: Int variable in EventInfo
90 builder.append(visibWhen) in toString()
117 result = prime * result + visibWhen in hashCode()
140 if (visibWhen != other.visibWhen) return false in equals()
161 visibWhen = View.GONE
322 val visibWhen: Int in populateEventInfo() constant
324 visibWhen = View.VISIBLE in populateEventInfo()
346 eventInfo.visibWhen = visibWhen in populateEventInfo()
DCalendarAppWidgetService.kt284 updateTextView(views, R.id.`when`, eventInfo.visibWhen in getViewAt()
/packages/apps/Calendar/tests/src/com/android/calendar/widget/
DCalendarAppWidgetServiceTest.java111 eventInfo.visibWhen = View.VISIBLE; in testGetAppWidgetModel_1Event()
138 eventInfo.visibWhen = View.VISIBLE; in testGetAppWidgetModel_AllDayEventLater()
160 eventInfo.visibWhen = View.VISIBLE; in testGetAppWidgetModel_AllDayEventLater()