OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:keyguard
(Results
1 - 25
of
114
) sorted by null
1
2
3
4
5
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
KeyguardConstants.java
17
package com.android.
keyguard
;
20
* Defines constants for the
Keyguard
.
25
* Turns on debugging information for the whole
Keyguard
. This is very verbose and should only
KeyguardSecurityCallback.java
16
package com.android.
keyguard
;
33
* Checks if
keyguard
is in "verify credentials" mode.
48
* Resets the
keyguard
view.
SecurityMessageDisplay.java
17
package com.android.
keyguard
;
AlphaOptimizedImageButton.java
17
package com.android.
keyguard
;
AlphaOptimizedRelativeLayout.java
17
package com.android.
keyguard
;
ViewMediatorCallback.java
17
package com.android.
keyguard
;
20
* The callback used by the
keyguard
view to tell the {@link KeyguardViewMediator}
30
* Report that the
keyguard
is done.
39
* Report that the
keyguard
is done drawing.
50
* Report that the
keyguard
is dismissable, pending the next keyguardDone call.
59
* Report when
keyguard
is actually gone
64
* Report when the UI is ready for dismissing the whole
Keyguard
.
69
* Reset the
keyguard
and bouncer.
93
* Invoked when the secondary display showing a
keyguard
window changes.
KeyguardSecurityView.java
16
package com.android.
keyguard
;
52
* Interface back to
keyguard
to tell it when security
AlphaOptimizedLinearLayout.java
17
package com.android.
keyguard
;
EmergencyCarrierArea.java
17
package com.android.
keyguard
;
/development/tools/logblame/
power_toggle_test
10
adb shell wm dismiss-
keyguard
24
adb shell wm dismiss-
keyguard
medium_idle_test
9
adb shell wm dismiss-
keyguard
short_idle_test
9
adb shell wm dismiss-
keyguard
app_switch_test
25
adb shell wm dismiss-
keyguard
52
adb shell wm dismiss-
keyguard
/build/make/target/product/
full_base_telephony.mk
23
keyguard
.no_require_sim=true \
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DismissCallbackWrapper.java
17
package com.android.systemui.
keyguard
;
Lifecycle.java
17
package com.android.systemui.
keyguard
;
KeyguardLifecyclesDispatcher.java
17
package com.android.systemui.
keyguard
;
25
* Dispatches the lifecycles
keyguard
gets from WindowManager on the main thread.
ScreenLifecycle.java
17
package com.android.systemui.
keyguard
;
WakefulnessLifecycle.java
17
package com.android.systemui.
keyguard
;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
KeyguardBouncer.java
34
import com.android.
keyguard
.KeyguardHostView;
35
import com.android.
keyguard
.KeyguardSecurityView;
36
import com.android.
keyguard
.KeyguardUpdateMonitor;
37
import com.android.
keyguard
.KeyguardUpdateMonitorCallback;
38
import com.android.
keyguard
.R;
39
import com.android.
keyguard
.ViewMediatorCallback;
42
import com.android.systemui.
keyguard
.DismissCallbackRegistry;
44
import static com.android.
keyguard
.KeyguardHostView.OnDismissAction;
45
import static com.android.
keyguard
.KeyguardSecurityModel.SecurityMode;
110
// If allowed, try to dismiss the
Keyguard
. If no security auth (password/pin/pattern) i
[
all
...]
FingerprintUnlockController.java
26
import com.android.
keyguard
.KeyguardConstants;
27
import com.android.
keyguard
.KeyguardUpdateMonitor;
28
import com.android.
keyguard
.KeyguardUpdateMonitorCallback;
29
import com.android.
keyguard
.LatencyTracker;
31
import com.android.systemui.
keyguard
.KeyguardViewMediator;
32
import com.android.systemui.
keyguard
.ScreenLifecycle;
33
import com.android.systemui.
keyguard
.WakefulnessLifecycle;
53
* Mode in which we wake up the device, and directly dismiss
Keyguard
. Active when we acquire
59
* Mode in which we wake the device up, and fade out the
Keyguard
contents because they were
71
* Mode in which we only wake up the device, and
keyguard
was not showing when we acquired
[
all
...]
UnlockMethodCache.java
23
import com.android.
keyguard
.KeyguardUpdateMonitor;
24
import com.android.
keyguard
.KeyguardUpdateMonitorCallback;
/frameworks/base/packages/SystemUI/src/com/android/systemui/
LatencyTester.java
27
import com.android.
keyguard
.KeyguardUpdateMonitor;
28
import com.android.
keyguard
.LatencyTracker;
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
KeyguardBouncerTest.java
30
import com.android.
keyguard
.ViewMediatorCallback;
33
import com.android.systemui.
keyguard
.DismissCallbackRegistry;
/frameworks/base/packages/SystemUI/
Android.mk
55
LOCAL_RESOURCE_DIR := $(LOCAL_PATH)/res-
keyguard
$(LOCAL_PATH)/res
66
LOCAL_AAPT_FLAGS := --extra-packages com.android.
keyguard
Completed in 379 milliseconds
1
2
3
4
5