Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DKeyguardBottomAreaView.java578 startFinishDozeAnimationElement(mLeftAffordanceView, delay); in startFinishDozeAnimation()
581 startFinishDozeAnimationElement(mLockIcon, delay); in startFinishDozeAnimation()
584 startFinishDozeAnimationElement(mCameraImageView, delay); in startFinishDozeAnimation()
593 private void startFinishDozeAnimationElement(View element, long delay) { in startFinishDozeAnimationElement() method in KeyguardBottomAreaView