summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/res/values/dimens.xml
diff options
context:
space:
mode:
authorJens Doll <jens.doll@gmail.com>2013-04-17 17:34:47 +0200
committerDanny Baumann <dannybaumann@web.de>2013-05-15 13:44:39 +0200
commitd4bb3bc99c6ba13f7fd7738926aba3e6524d1419 (patch)
tree65f375f794536798443bfc205ab8b43dcfb6544e /packages/SystemUI/res/values/dimens.xml
parent9f11bd11a1389bb98d54f6e6114028f4e39f90e1 (diff)
downloadframeworks_base-d4bb3bc99c6ba13f7fd7738926aba3e6524d1419.zip
frameworks_base-d4bb3bc99c6ba13f7fd7738926aba3e6524d1419.tar.gz
frameworks_base-d4bb3bc99c6ba13f7fd7738926aba3e6524d1419.tar.bz2
Pie controls: A new way of activation
Based on "Pie controls: Introducing a pie delivery service" this commit binds the pie controls to the newly created pie service. Patch Set #2: * Fixed glitch when displaying the search panel at the lock screen. Patch Set #5: * Switch Position to com.android.internal.util.pie.Position * Removed legacy and unused code Patch Set #6: * Fixed lock screen glitch, finally! Patch Set #7: * Rebase Patch Set #9: * Moved almost all of the pie logic to PieController Patch Set #10: * Remove window completely from WindowManager when not shown Patch Set #13: * Fixed Taichi's bug * Removed observers in PieView Patch Set #14 & #15: * Rebase Change-Id: I352f198068807694d95699618597d0927da3f324
Diffstat (limited to 'packages/SystemUI/res/values/dimens.xml')
-rw-r--r--packages/SystemUI/res/values/dimens.xml4
1 files changed, 0 insertions, 4 deletions
diff --git a/packages/SystemUI/res/values/dimens.xml b/packages/SystemUI/res/values/dimens.xml
index 6881073..158c355 100644
--- a/packages/SystemUI/res/values/dimens.xml
+++ b/packages/SystemUI/res/values/dimens.xml
@@ -218,10 +218,6 @@
<dimen name="status_bar_battery_cluster_text_margin">-1dip</dimen>
<!-- ==================== pie controls ==================== -->
- <!-- Actual width/height of the trigger views placed on the UI -->
- <dimen name="pie_trigger_height">3dp</dimen>
- <!-- The distance a touch event must travel on the surface to trigger the pie control -->
- <dimen name="pie_trigger_distance">8dp</dimen>
<!-- Padding between the pie controls and the screen border -->
<dimen name="pie_padding">16dp</dimen>