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

  /frameworks/base/services/core/java/com/android/server/policy/keyguard/
KeyguardServiceDelegate.java 5 import static com.android.server.wm.KeyguardServiceDelegateProto.OCCLUDED;
69 boolean occluded; field in class:KeyguardServiceDelegate.KeyguardState
198 if (mKeyguardState.occluded) {
199 mKeyguardService.setOccluded(mKeyguardState.occluded, false /* animate */);
268 mKeyguardState.occluded = isOccluded;
423 proto.write(OCCLUDED, mKeyguardState.occluded);
436 pw.println(prefix + "occluded=" + mKeyguardState.occluded);
  /external/robolectric/v3/runtime/
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
android-all-6.0.0_r1-robolectric-0.jar 

Completed in 70 milliseconds