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.java467 startFinishDozeAnimationElement(mPhoneImageView, delay); in startFinishDozeAnimation()
470 startFinishDozeAnimationElement(mLockIcon, delay); in startFinishDozeAnimation()
473 startFinishDozeAnimationElement(mCameraImageView, delay); in startFinishDozeAnimation()
482 private void startFinishDozeAnimationElement(View element, long delay) { in startFinishDozeAnimationElement() method in KeyguardBottomAreaView