OSDN Git Service

Implemented basic camera and phone affordance.
authorSelim Cinek <cinek@google.com>
Mon, 26 May 2014 17:22:17 +0000 (19:22 +0200)
committerSelim Cinek <cinek@google.com>
Wed, 28 May 2014 13:56:22 +0000 (15:56 +0200)
commit4c6969a512cd70831249ec1d07691f16fe5465f5
tree2c76a7099cfba8025a57f88d6e801ecc46ba97bf
parentdab839e0478559781fe703c83f4e8a43d34960d2
Implemented basic camera and phone affordance.

The phone and the camera can now be accessed when swiping anywhere
on the background of the keyguard in the corresponding direction.

Bug: 15126905
Change-Id: If5551078676275764d5b7ddbca6e71cf008a1904
packages/SystemUI/res/layout/keyguard_bottom_area.xml
packages/SystemUI/res/values/attrs.xml
packages/SystemUI/res/values/dimens.xml
packages/SystemUI/src/com/android/systemui/statusbar/AlphaImageView.java [new file with mode: 0644]
packages/SystemUI/src/com/android/systemui/statusbar/FlingAnimationUtils.java
packages/SystemUI/src/com/android/systemui/statusbar/phone/KeyguardBottomAreaView.java
packages/SystemUI/src/com/android/systemui/statusbar/phone/KeyguardPageSwipeHelper.java [new file with mode: 0644]
packages/SystemUI/src/com/android/systemui/statusbar/phone/NotificationPanelView.java
packages/SystemUI/src/com/android/systemui/statusbar/phone/PanelView.java
packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java
packages/SystemUI/src/com/android/systemui/statusbar/phone/SwipeAffordanceView.java [deleted file]