HomeSort by relevance Sort by last modified time
    Searched defs:mKeyguardGoingAway (Results 1 - 2 of 2) sorted by null

  /frameworks/base/services/core/java/com/android/server/wm/
WindowAnimator.java 106 boolean mKeyguardGoingAway;
295 if (mKeyguardGoingAway) {
319 mKeyguardGoingAway = false;
376 } else if (mKeyguardGoingAway && !nowAnimating) {
380 mKeyguardGoingAway = false;
542 } else if (mKeyguardGoingAway) {
544 mKeyguardGoingAway = false;
561 if (mKeyguardGoingAway) {
565 mKeyguardGoingAway = false;
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PhoneStatusBar.java 371 private boolean mKeyguardGoingAway;
    [all...]

Completed in 241 milliseconds