Searched refs:mPrimaryBouncerView (Results 1 – 1 of 1) sorted by relevance
167 private final BouncerView mPrimaryBouncerView; field in StatusBarKeyguardViewManager241 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 …]