index
:
Project-1CE/frameworks_base
lineage-18.1
sugisawa
sugisawa-mr1
tachibana
tachibana-mr1
umineko
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
java
/
android
/
gesture
/
GestureOverlayView.java
Age
Commit message (
Expand
)
Author
2015-03-05
Annotate ARGB integer parameters with @ColorInt
Tor Norbye
2014-10-02
resolved conflicts for merge of ee665151 to lmp-mr1-dev-plus-aosp
Neil Fuller
2014-10-01
Switch from FloatMath -> Math and Math.hypot where possible
Neil Fuller
2013-09-09
Add View constructor that supplies a default style resource
Alan Viverette
2013-08-16
Fix hardware layers lifecycle
Romain Guy
2012-11-07
Correct executable bit for source files
Kenny Root
2010-02-04
Rename GestureUtilities to GestureUtils.
Romain Guy
2009-09-11
Add @Widget annotation to GestureOverlayView to make it usable in ADT.
Romain Guy
2009-06-16
Make gestures visible again.
Romain Guy
2009-06-16
Fixes #1899284 and #1899287. Give applications more control over the gesture'...
Romain Guy
2009-06-10
Fix the way gestures are rasterized to bitmaps.
Romain Guy
2009-06-09
Add support for gestures in Home.
Romain Guy
2009-06-09
Add a hidden API to modify the paint used to draw gestures.
Romain Guy
2009-06-09
Fix several issues in the gestures libraries.
Romain Guy
2009-06-09
Fix multiple strokes support when fade is disabled.
Romain Guy
2009-06-05
Fixes #1899273.
Romain Guy
2009-06-02
Add new listener to GestureOverlayView. This listener fires whenever the over...
Romain Guy
2009-05-29
Fix the build.
Romain Guy
2009-05-29
Fixes #1878499.
Romain Guy
2009-05-25
GestureOverlayView was not invalidating itself when calling clear(false). Cal...
Romain Guy
2009-05-25
Add new orientation attribute to GestureOverlayView. This can be used to prev...
Romain Guy
2009-05-25
Fix drawing bug: opaque invalidations should not be taken into account when t...
Romain Guy
2009-05-25
Change when gestures listeners are fired.
Romain Guy
2009-05-24
Cleanup Gestures API and make it easier to use in 3rd party apps. Also fix th...
Romain Guy
2009-05-22
Add a new API to ListView: setGestures(int). This allows developers to enable...
Romain Guy
2009-05-21
Move the Gestures API to the framework in android.gesture.
Romain Guy