OSDN Git Service

Initial changes to add search bar.
authorWinson Chung <winsonc@google.com>
Thu, 17 Apr 2014 00:07:18 +0000 (17:07 -0700)
committerWinson Chung <winsonc@google.com>
Thu, 17 Apr 2014 17:52:34 +0000 (10:52 -0700)
commitecd9b3031c9a322bd69380eae2810d53839e8f64
tree3a7492d554c9e1ca60b65d1f05b07e34dcc0bafa
parentd67d073b9fd110e6b9dfa6af11e8655dcc69f6ef
Initial changes to add search bar.

- Scaling touch overscroll

Change-Id: Iee0523ca32efaae3491cbf5dbf3ea2e388f9d644
15 files changed:
packages/SystemUI/res/drawable-hdpi/search_bg_transparent.9.png [new file with mode: 0644]
packages/SystemUI/res/drawable-mdpi/search_bg_transparent.9.png [new file with mode: 0644]
packages/SystemUI/res/drawable-xhdpi/search_bg_transparent.9.png [new file with mode: 0644]
packages/SystemUI/res/drawable-xxhdpi/recents_task_shadow.9.png [new file with mode: 0644]
packages/SystemUI/res/drawable-xxhdpi/search_bg_transparent.9.png [new file with mode: 0644]
packages/SystemUI/res/layout/recents_search_bar.xml [new file with mode: 0644]
packages/SystemUI/res/values/dimens.xml
packages/SystemUI/res/values/strings.xml
packages/SystemUI/src/com/android/systemui/recents/Constants.java
packages/SystemUI/src/com/android/systemui/recents/RecentsConfiguration.java
packages/SystemUI/src/com/android/systemui/recents/RecentsService.java
packages/SystemUI/src/com/android/systemui/recents/SystemServicesProxy.java
packages/SystemUI/src/com/android/systemui/recents/views/RecentsView.java
packages/SystemUI/src/com/android/systemui/recents/views/TaskInfoView.java
packages/SystemUI/src/com/android/systemui/recents/views/TaskStackView.java