Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarKeyguardViewManager.java167 private final BouncerView mPrimaryBouncerView; field in StatusBarKeyguardViewManager
241 if (shouldPlayBackAnimation() && mPrimaryBouncerView.getDelegate() != null) {
242 mPrimaryBouncerView.getDelegate().getBackCallback().onBackInvoked();
248 if (shouldPlayBackAnimation() && mPrimaryBouncerView.getDelegate() != null) {
249 mPrimaryBouncerView.getDelegate().getBackCallback().onBackProgressed(event);
255 if (shouldPlayBackAnimation() && mPrimaryBouncerView.getDelegate() != null) {
256 mPrimaryBouncerView.getDelegate().getBackCallback().onBackCancelled();
262 if (shouldPlayBackAnimation() && mPrimaryBouncerView.getDelegate() != null) {
263 mPrimaryBouncerView.getDelegate().getBackCallback().onBackStarted(event);
417 mPrimaryBouncerView = primaryBouncerView; in StatusBarKeyguardViewManager()
[all …]