Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarKeyguardViewManager.java241 if (shouldPlayBackAnimation() && mPrimaryBouncerView.getDelegate() != null) {
248 if (shouldPlayBackAnimation() && mPrimaryBouncerView.getDelegate() != null) {
255 if (shouldPlayBackAnimation() && mPrimaryBouncerView.getDelegate() != null) {
262 if (shouldPlayBackAnimation() && mPrimaryBouncerView.getDelegate() != null) {
612 private boolean shouldPlayBackAnimation() { in shouldPlayBackAnimation() method in StatusBarKeyguardViewManager