summaryrefslogtreecommitdiffstats
path: root/res/values/dimens.xml
diff options
context:
space:
mode:
authorSunny Goyal <sunnygoyal@google.com>2016-12-14 15:13:00 -0800
committerSunny Goyal <sunnygoyal@google.com>2016-12-15 08:05:09 -0800
commitf5440cbd6c0525769d24b890e16313a728831e04 (patch)
tree5af627139853df45b24c890fb91bef558ebe2aa1 /res/values/dimens.xml
parente96798e885e3ac97b6de0a1c598eb09cf62349af (diff)
downloadandroid_packages_apps_Trebuchet-f5440cbd6c0525769d24b890e16313a728831e04.tar.gz
android_packages_apps_Trebuchet-f5440cbd6c0525769d24b890e16313a728831e04.tar.bz2
android_packages_apps_Trebuchet-f5440cbd6c0525769d24b890e16313a728831e04.zip
Removing FeatureFlag.LAUNCHER3_LEGACY_WORKSPACE_DND and corresponding logic
Change-Id: Ie10c087b4f72ee27be5bf12e2c81be5b7a3a6176
Diffstat (limited to 'res/values/dimens.xml')
-rw-r--r--res/values/dimens.xml8
1 files changed, 0 insertions, 8 deletions
diff --git a/res/values/dimens.xml b/res/values/dimens.xml
index 188f98fa6..a8a25af3e 100644
--- a/res/values/dimens.xml
+++ b/res/values/dimens.xml
@@ -109,14 +109,6 @@
<!-- the distance an icon must be dragged before button drop targets accept it -->
<dimen name="drag_distanceThreshold">30dp</dimen>
- <!-- the area at the edge of the screen that makes the workspace go left
- or right while you're dragging. -->
- <dimen name="scroll_zone">20dp</dimen>
-
- <!-- When dragging an item, how much bigger (fixed dps) the dragged view
- should be. If 0, it will not be scaled at all. -->
- <dimen name="dragViewScale">12dp</dimen>
-
<!-- Elevation for the drag view. It should be larger than elevation of all other drag sources
and drop targets like all-apps and folders -->
<dimen name="drag_elevation">30dp</dimen>