Home
last modified time | relevance | path

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

/aosp12/packages/apps/DeskClock/src/com/android/deskclock/
H A DUtils.kt326 val nextAlarmIconView = clock?.findViewById<View>(R.id.nextAlarmIcon) as TextView regex
335 nextAlarmIconView.visibility = View.VISIBLE
336 nextAlarmIconView.contentDescription = description
339 nextAlarmIconView.visibility = View.GONE
344 val nextAlarmIconView = clock?.findViewById<View>(R.id.nextAlarmIcon) as TextView? regex
345 nextAlarmIconView?.typeface = UiDataModel.uiDataModel.alarmIconTypeface