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.java807 startFinishDozeAnimationElement(mWalletButton, delay); in startFinishDozeAnimation()
810 startFinishDozeAnimationElement(mControlsButton, delay); in startFinishDozeAnimation()
813 startFinishDozeAnimationElement(mLeftAffordanceView, delay); in startFinishDozeAnimation()
817 startFinishDozeAnimationElement(mRightAffordanceView, delay); in startFinishDozeAnimation()
821 private void startFinishDozeAnimationElement(View element, long delay) { in startFinishDozeAnimationElement() method in KeyguardBottomAreaView