OSDN Git Service

Add KeyguardSimpleHostView and make it the default
authorJim Miller <jaggies@google.com>
Tue, 4 Feb 2014 01:57:23 +0000 (17:57 -0800)
committerJim Miller <jaggies@google.com>
Fri, 7 Feb 2014 00:13:42 +0000 (16:13 -0800)
commit5e612cf07872dc0989a4b9f09e2a38a2ee12186d
treeb903839085deb9ee5210d039f5324f6dc8df18a4
parent3eb4971b679464e206cb666de1cf0e5a538c8d7d
Add KeyguardSimpleHostView and make it the default

This adds a simplified KeyguardHostView that's intended to
be used as an overlay or dialog for asking the user's
credentials.

Bug 12135931

Change-Id: Iecede0715d671e88024e7bb77e7432cd1c7ec356
packages/Keyguard/res/layout-port/keyguard_simple_host_view.xml [new file with mode: 0644]
packages/Keyguard/src/com/android/keyguard/KeyguardHostView.java
packages/Keyguard/src/com/android/keyguard/KeyguardSecurityModel.java
packages/Keyguard/src/com/android/keyguard/KeyguardSimpleHostView.java
packages/Keyguard/src/com/android/keyguard/KeyguardViewBase.java
packages/Keyguard/src/com/android/keyguard/KeyguardViewManager.java