HomeSort by relevance Sort by last modified time
    Searched refs:isOccluded (Results 1 - 17 of 17) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
KeyguardMonitor.java 24 boolean isOccluded();
KeyguardMonitorImpl.java 93 public boolean isOccluded() {
  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/utils/leaks/
FakeKeyguardMonitor.java 50 public boolean isOccluded() {
  /frameworks/base/core/java/com/android/internal/policy/
IKeyguardService.aidl 31 * @param isOccluded Whether the Keyguard is occluded by another window.
34 void setOccluded(boolean isOccluded, boolean animate);
  /frameworks/base/services/core/java/com/android/server/policy/keyguard/
KeyguardServiceDelegate.java 251 public void setOccluded(boolean isOccluded, boolean animate) {
253 if (DEBUG) Log.v(TAG, "setOccluded(" + isOccluded + ") animate=" + animate);
254 mKeyguardService.setOccluded(isOccluded, animate);
256 mKeyguardState.occluded = isOccluded;
KeyguardServiceWrapper.java 59 public void setOccluded(boolean isOccluded, boolean animate) {
61 mService.setOccluded(isOccluded, animate);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
KeyguardService.java 91 public void setOccluded(boolean isOccluded, boolean animate) {
94 mKeyguardViewMediator.setOccluded(isOccluded, animate);
KeyguardViewMediator.java     [all...]
  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
StatusBarTest.java 185 when(mStatusBarKeyguardViewManager.isOccluded()).thenReturn(true);
193 when(mStatusBarKeyguardViewManager.isOccluded()).thenReturn(false);
201 when(mStatusBarKeyguardViewManager.isOccluded()).thenReturn(false);
209 when(mStatusBarKeyguardViewManager.isOccluded()).thenReturn(false);
227 when(mStatusBarKeyguardViewManager.isOccluded()).thenReturn(false);
246 when(mStatusBarKeyguardViewManager.isOccluded()).thenReturn(false);
265 when(mStatusBarKeyguardViewManager.isOccluded()).thenReturn(false);
284 when(mStatusBarKeyguardViewManager.isOccluded()).thenReturn(false);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
StatusBarKeyguardViewManager.java 338 public boolean isOccluded() {
StatusBar.java     [all...]
PhoneStatusBarPolicy.java 495 (!mKeyguardMonitor.isShowing() || mKeyguardMonitor.isOccluded())) {
    [all...]
  /frameworks/base/services/core/java/com/android/server/policy/
PhoneWindowManager.java     [all...]
  /external/robolectric/v3/runtime/
android-all-5.1.1_r9-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
  /prebuilts/misc/common/robolectric/lib/
android-all-5.0.0_r2-robolectric-1.jar 
android-all-6.0.0_r1-robolectric-0.jar 

Completed in 506 milliseconds