Searched refs:nextAlarmIconView (Results 1 – 1 of 1) sorted by relevance
326 val nextAlarmIconView = clock?.findViewById<View>(R.id.nextAlarmIcon) as TextView regex335 nextAlarmIconView.visibility = View.VISIBLE336 nextAlarmIconView.contentDescription = description339 nextAlarmIconView.visibility = View.GONE344 val nextAlarmIconView = clock?.findViewById<View>(R.id.nextAlarmIcon) as TextView? regex345 nextAlarmIconView?.typeface = UiDataModel.uiDataModel.alarmIconTypeface