Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DLockIcon.java91 private boolean mWasPulsingOnThisFrame; field in LockIcon
347 if (dozing && !pulsing && !mWasPulsingOnThisFrame) { in getAnimationResForTransition()
355 boolean turningOn = wasDozing && !dozing && !mWasPulsingOnThisFrame; in getAnimationResForTransition()
397 mWasPulsingOnThisFrame = true; in setPulsing()
399 mWasPulsingOnThisFrame = false; in setPulsing()