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

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
KeyguardTouchDelegate.java 143 public boolean isShowingAndNotOccluded() {
147 return service.isShowingAndNotOccluded();
152 Slog.w(TAG, "isShowingAndNotOccluded(): NO SERVICE!");
  /frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
KeyguardServiceWrapper.java 61 public boolean isShowingAndNotOccluded() {
63 return mService.isShowingAndNotOccluded();
KeyguardServiceDelegate.java 154 public boolean isShowingAndNotOccluded() {
156 mKeyguardState.showingAndNotOccluded = mKeyguardService.isShowingAndNotOccluded();
  /frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
KeyguardViewMediator.java     [all...]

Completed in 70 milliseconds