HomeSort by relevance Sort by last modified time
    Searched refs:keyguard (Results 101 - 114 of 114) sorted by null

1 2 3 45

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
StatusBar.java 23 import static com.android.systemui.keyguard.WakefulnessLifecycle.WAKEFULNESS_ASLEEP;
24 import static com.android.systemui.keyguard.WakefulnessLifecycle.WAKEFULNESS_AWAKE;
25 import static com.android.systemui.keyguard.WakefulnessLifecycle.WAKEFULNESS_WAKING;
153 import com.android.keyguard.KeyguardHostView.OnDismissAction;
154 import com.android.keyguard.KeyguardUpdateMonitor;
155 import com.android.keyguard.KeyguardUpdateMonitorCallback;
156 import com.android.keyguard.ViewMediatorCallback;
181 import com.android.systemui.keyguard.KeyguardViewMediator;
182 import com.android.systemui.keyguard.ScreenLifecycle;
183 import com.android.systemui.keyguard.WakefulnessLifecycle
    [all...]
PanelView.java 45 import com.android.keyguard.LatencyTracker;
343 if (mStatusBar.getBarState() == StatusBarState.KEYGUARD) {
465 if (!expand && mStatusBar.getBarState() == StatusBarState.KEYGUARD) {
593 if (mStatusBar.getBarState() == StatusBarState.KEYGUARD) {
    [all...]
NotificationPanelView.java 51 import com.android.keyguard.KeyguardStatusView;
343 // Update keyguard bottom area
450 if (mStatusBarState != StatusBarState.KEYGUARD) {
482 * @return the maximum keyguard notifications that can fit on the screen
    [all...]
  /device/google/wahoo/
device.mk 18 keyguard.no_require_sim=true
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
RecentsActivity.java 47 import com.android.keyguard.LatencyTracker;
    [all...]
  /external/robolectric/v3/runtime/
android-all-5.1.1_r9-robolectric-1.jar 
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
  /prebuilts/misc/common/robolectric/lib/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-6.0.0_r1-robolectric-0.jar 
  /frameworks/base/packages/SystemUI/src/com/android/keyguard/
KeyguardUpdateMonitor.java 17 package com.android.keyguard;
92 * Watches for updates that may be interesting to the keyguard, and provides
233 // If FP daemon dies, keyguard should retry after a short delay
450 * Updates KeyguardUpdateMonitor's internal state to know if keyguard is goingAway
458 * Updates KeyguardUpdateMonitor's internal state to know if keyguard is occluded
653 // once they get past the keyguard screen.
    [all...]
  /frameworks/base/services/core/java/com/android/server/wm/
DisplayContent.java 257 * Last orientation forced by the keyguard. It is applied when keyguard is shown and is not
    [all...]
  /frameworks/base/services/core/java/com/android/server/policy/
PhoneWindowManager.java 244 import com.android.server.policy.keyguard.KeyguardServiceDelegate;
245 import com.android.server.policy.keyguard.KeyguardServiceDelegate.DrawnListener;
246 import com.android.server.policy.keyguard.KeyguardStateMonitor.StateCallback;
357 // The panic gesture may become active only after the keyguard is dismissed and the immersive
368 * Keyguard stuff
    [all...]

Completed in 2318 milliseconds

1 2 3 45