summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorTony <twickham@google.com>2018-09-19 23:09:14 -0400
committerTony <twickham@google.com>2018-11-01 17:26:31 -0400
commit50876bfac7eba0c78d5bcc1d279755a314967fff (patch)
tree8e2c7a0e81aa507d5faa5f06519c0ead8c7fa697 /.gitignore
parentf107c9ef6ddc59763c1b60507c6ea7b09ecee8f9 (diff)
downloadandroid_packages_apps_Trebuchet-50876bfac7eba0c78d5bcc1d279755a314967fff.tar.gz
android_packages_apps_Trebuchet-50876bfac7eba0c78d5bcc1d279755a314967fff.tar.bz2
android_packages_apps_Trebuchet-50876bfac7eba0c78d5bcc1d279755a314967fff.zip
FeatureFlag: quick scrub is now quick switch
- Scale down current task and translate it to the left - Translate previous task in from the left - This is a toggle; quick switch again returns to the first task Currently this is implemented by repurposing onQuickScrub(progress) to update the positions of the first two pages. This makes tracking velocity a bit difficult; if we want to go down this path in the long run we should probably track velocity properly on MotionEvents. Change-Id: I4445b5f08b6e88e71cbb5e30b1f1d45c5f1edc68
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 7240e4877..694b40c7e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,4 +13,5 @@ bin/
local.properties
gradle/
build/
-gradlew* \ No newline at end of file
+gradlew*
+.DS_Store