Home
last modified time | relevance | path

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

/packages/apps/DeskClock/src/com/android/deskclock/alarms/
DAlarmActivity.kt191 val pulseView = mContentView.findViewById(R.id.pulse) as CircleView in onCreate() constant
206 mPulseAnimator = ObjectAnimator.ofPropertyValuesHolder(pulseView, in onCreate()
207 PropertyValuesHolder.ofFloat(CircleView.RADIUS, 0.0f, pulseView.radius), in onCreate()
209 ColorUtils.setAlphaComponent(pulseView.fillColor, 0))) in onCreate()