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.java675 startFinishDozeAnimationElement(mLeftAffordanceView, delay); in startFinishDozeAnimation()
679 startFinishDozeAnimationElement(mRightAffordanceView, delay); in startFinishDozeAnimation()
683 private void startFinishDozeAnimationElement(View element, long delay) { in startFinishDozeAnimationElement() method in KeyguardBottomAreaView