OSDN Git Service

Remove TabletStatusBar from systemui package.
authorJohn Spurlock <jspurlock@google.com>
Wed, 12 Jun 2013 19:50:50 +0000 (15:50 -0400)
committerJohn Spurlock <jspurlock@google.com>
Wed, 12 Jun 2013 19:59:37 +0000 (15:59 -0400)
commitb0e49fc93c146d7ddc8e1f27ec67306a71168510
treec4ae54e809e9fc92908fa98baaec849314e41030
parenta6954f7e12b673f8b9cb29549c3136be6e64e693
Remove TabletStatusBar from systemui package.

Change-Id: Ie8b556dbba8751617582f8c717ee83e480938b27
44 files changed:
packages/SystemUI/res/layout/system_bar.xml [deleted file]
packages/SystemUI/res/layout/system_bar_compat_mode_panel.xml [deleted file]
packages/SystemUI/res/layout/system_bar_input_methods_item.xml [deleted file]
packages/SystemUI/res/layout/system_bar_input_methods_panel.xml [deleted file]
packages/SystemUI/res/layout/system_bar_no_recent_apps.xml [deleted file]
packages/SystemUI/res/layout/system_bar_notification_area.xml [deleted file]
packages/SystemUI/res/layout/system_bar_notification_panel.xml [deleted file]
packages/SystemUI/res/layout/system_bar_notification_panel_title.xml [deleted file]
packages/SystemUI/res/layout/system_bar_notification_peek.xml [deleted file]
packages/SystemUI/res/layout/system_bar_pocket_panel.xml [deleted file]
packages/SystemUI/res/layout/system_bar_recent_item.xml [deleted file]
packages/SystemUI/res/layout/system_bar_recent_panel.xml [deleted file]
packages/SystemUI/res/layout/system_bar_recent_panel_footer.xml [deleted file]
packages/SystemUI/res/layout/system_bar_settings_view.xml [deleted file]
packages/SystemUI/res/layout/system_bar_ticker_compat.xml [deleted file]
packages/SystemUI/res/layout/system_bar_ticker_panel.xml [deleted file]
packages/SystemUI/res/values-sw720dp/dimens.xml
packages/SystemUI/res/values-sw720dp/styles.xml [deleted file]
packages/SystemUI/res/values/colors.xml
packages/SystemUI/res/values/config.xml
packages/SystemUI/src/com/android/systemui/SearchPanelView.java
packages/SystemUI/src/com/android/systemui/SystemUIService.java
packages/SystemUI/src/com/android/systemui/recent/RecentTasksLoader.java
packages/SystemUI/src/com/android/systemui/recent/RecentsActivity.java
packages/SystemUI/src/com/android/systemui/recent/RecentsPanelView.java
packages/SystemUI/src/com/android/systemui/recent/StatusBarTouchProxy.java [deleted file]
packages/SystemUI/src/com/android/systemui/statusbar/BaseStatusBar.java
packages/SystemUI/src/com/android/systemui/statusbar/StatusBarPanel.java [moved from packages/SystemUI/src/com/android/systemui/statusbar/tablet/StatusBarPanel.java with 93% similarity]
packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java
packages/SystemUI/src/com/android/systemui/statusbar/tablet/CompatModePanel.java [deleted file]
packages/SystemUI/src/com/android/systemui/statusbar/tablet/InputMethodButton.java [deleted file]
packages/SystemUI/src/com/android/systemui/statusbar/tablet/InputMethodsPanel.java [deleted file]
packages/SystemUI/src/com/android/systemui/statusbar/tablet/NotificationArea.java [deleted file]
packages/SystemUI/src/com/android/systemui/statusbar/tablet/NotificationIconArea.java [deleted file]
packages/SystemUI/src/com/android/systemui/statusbar/tablet/NotificationLinearLayout.java [deleted file]
packages/SystemUI/src/com/android/systemui/statusbar/tablet/NotificationPanel.java [deleted file]
packages/SystemUI/src/com/android/systemui/statusbar/tablet/NotificationPanelTitle.java [deleted file]
packages/SystemUI/src/com/android/systemui/statusbar/tablet/NotificationPeekPanel.java [deleted file]
packages/SystemUI/src/com/android/systemui/statusbar/tablet/PanelBackgroundView.java [deleted file]
packages/SystemUI/src/com/android/systemui/statusbar/tablet/SettingsView.java [deleted file]
packages/SystemUI/src/com/android/systemui/statusbar/tablet/ShirtPocket.java [deleted file]
packages/SystemUI/src/com/android/systemui/statusbar/tablet/TabletStatusBar.java [deleted file]
packages/SystemUI/src/com/android/systemui/statusbar/tablet/TabletStatusBarView.java [deleted file]
packages/SystemUI/src/com/android/systemui/statusbar/tablet/TabletTicker.java [deleted file]