Upstream ChromeAnimation and eventfilters
commit542b3628b5338b01325b1271d7996c6e76d36726
authorjaekyun <jaekyun@chromium.org>
Tue, 18 Nov 2014 05:29:51 +0000 (17 21:29 -0800)
committerCommit bot <commit-bot@chromium.org>
Tue, 18 Nov 2014 05:30:18 +0000 (18 05:30 +0000)
tree094daa51778b9f30d4a00fbe7429b03f60b0d21a
parent63294bc251336f3e59240642676a5e758a8c2192
Upstream ChromeAnimation and eventfilters

https://chrome-internal-review.googlesource.com/184299/ is a counter part in downstream.

BUG=428834, 431854

Review URL: https://codereview.chromium.org/727273002

Cr-Commit-Position: refs/heads/master@{#304563}
chrome/android/java/src/org/chromium/chrome/browser/compositor/layouts/ChromeAnimation.java [new file with mode: 0644]
chrome/android/java/src/org/chromium/chrome/browser/compositor/layouts/eventfilter/AreaGestureEventFilter.java [new file with mode: 0644]
chrome/android/java/src/org/chromium/chrome/browser/compositor/layouts/eventfilter/BlackHoleEventFilter.java [new file with mode: 0644]
chrome/android/java/src/org/chromium/chrome/browser/compositor/layouts/eventfilter/CascadeEventFilter.java [new file with mode: 0644]
chrome/android/java/src/org/chromium/chrome/browser/compositor/layouts/eventfilter/EdgeSwipeEventFilter.java [new file with mode: 0644]
chrome/android/java/src/org/chromium/chrome/browser/compositor/layouts/eventfilter/EdgeSwipeHandler.java [new file with mode: 0644]
chrome/android/java/src/org/chromium/chrome/browser/compositor/layouts/eventfilter/EmptyEdgeSwipeHandler.java [new file with mode: 0644]
chrome/android/java/src/org/chromium/chrome/browser/compositor/layouts/eventfilter/EventFilter.java [new file with mode: 0644]
chrome/android/java/src/org/chromium/chrome/browser/compositor/layouts/eventfilter/EventFilterHost.java [new file with mode: 0644]
chrome/android/java/src/org/chromium/chrome/browser/compositor/layouts/eventfilter/GestureEventFilter.java [new file with mode: 0644]
chrome/android/java/src/org/chromium/chrome/browser/compositor/layouts/eventfilter/GestureHandler.java [new file with mode: 0644]