summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/res
diff options
context:
space:
mode:
authorSelim Cinek <cinek@google.com>2014-09-19 20:09:54 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-09-19 20:09:54 +0000
commitf5d8cf701b010c13bcb6a0b56075b7b13e10b1f8 (patch)
tree84b33826ac2ae2824d039411c26973916b2674f2 /packages/SystemUI/res
parent0fa7511db2ec1e2326938f92262d00f23876307e (diff)
parent0ed89d7103170e55cbe7043a94ce7be005ddb6e0 (diff)
downloadframeworks_base-f5d8cf701b010c13bcb6a0b56075b7b13e10b1f8.zip
frameworks_base-f5d8cf701b010c13bcb6a0b56075b7b13e10b1f8.tar.gz
frameworks_base-f5d8cf701b010c13bcb6a0b56075b7b13e10b1f8.tar.bz2
am 99283f22: am 4868c3ab: am 4832e170: am 0ad0f097: Optimized and improved the status bar performance a lot
* commit '99283f22567ff85a5a904c0eb231bd0f05f00f8b': Optimized and improved the status bar performance a lot
Diffstat (limited to 'packages/SystemUI/res')
-rw-r--r--packages/SystemUI/res/layout/super_status_bar.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/packages/SystemUI/res/layout/super_status_bar.xml b/packages/SystemUI/res/layout/super_status_bar.xml
index 29fec41..6d3f976 100644
--- a/packages/SystemUI/res/layout/super_status_bar.xml
+++ b/packages/SystemUI/res/layout/super_status_bar.xml
@@ -26,7 +26,7 @@
android:fitsSystemWindows="true"
android:descendantFocusability="afterDescendants">
- <com.android.systemui.statusbar.AlphaOptimizedFrameLayout
+ <com.android.systemui.statusbar.BackDropView
android:id="@+id/backdrop"
android:layout_width="match_parent"
android:layout_height="match_parent"
@@ -41,9 +41,9 @@
android:layout_height="match_parent"
android:scaleType="centerCrop"
android:visibility="invisible" />
- </com.android.systemui.statusbar.AlphaOptimizedFrameLayout>
+ </com.android.systemui.statusbar.BackDropView>
- <View android:id="@+id/scrim_behind"
+ <com.android.systemui.statusbar.ScrimView android:id="@+id/scrim_behind"
android:layout_width="match_parent"
android:layout_height="match_parent" />
@@ -80,7 +80,7 @@
android:visibility="gone" />
</com.android.systemui.statusbar.phone.PanelHolder>
- <View android:id="@+id/scrim_in_front"
+ <com.android.systemui.statusbar.ScrimView android:id="@+id/scrim_in_front"
android:layout_width="match_parent"
android:layout_height="match_parent" />