summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/res
diff options
context:
space:
mode:
authorSelim Cinek <cinek@google.com>2014-09-19 19:53:21 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-09-19 19:53:21 +0000
commit0ed89d7103170e55cbe7043a94ce7be005ddb6e0 (patch)
tree79490f7a31747472b815e0627dc822c2b8c2075a /packages/SystemUI/res
parenta7d1a111c7176fdf853e53e74f6c7c7843c3c81c (diff)
parent326d63552a26b08bd635cfbcb91d5fbc7e3ea64c (diff)
downloadframeworks_base-0ed89d7103170e55cbe7043a94ce7be005ddb6e0.zip
frameworks_base-0ed89d7103170e55cbe7043a94ce7be005ddb6e0.tar.gz
frameworks_base-0ed89d7103170e55cbe7043a94ce7be005ddb6e0.tar.bz2
am 4868c3ab: am 4832e170: am 0ad0f097: Optimized and improved the status bar performance a lot
* commit '4868c3ab3564b194300a752195e6998ae221681d': 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" />