Home
last modified time | relevance | path

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

/packages/apps/DeskClock/src/com/android/deskclock/
DUtils.kt332 val nextAlarmIconView = clock?.findViewById<View>(R.id.nextAlarmIcon) as TextView in refreshAlarm() constant
341 nextAlarmIconView.visibility = View.VISIBLE in refreshAlarm()
342 nextAlarmIconView.contentDescription = description in refreshAlarm()
345 nextAlarmIconView.visibility = View.GONE in refreshAlarm()
350 val nextAlarmIconView = clock?.findViewById<View>(R.id.nextAlarmIcon) as TextView? in setClockIconTypeface() constant
351 nextAlarmIconView?.typeface = UiDataModel.uiDataModel.alarmIconTypeface in setClockIconTypeface()