This website requires JavaScript.
Explore
Help
Sign In
Android
/
frameworks_base
Watch
1
Star
0
Fork
0
You've already forked frameworks_base
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
1,251
Commits
3
Branches
0
Tags
944ea123683b14225297d451c86e97fc73be3a02
Commit Graph
3 Commits
Author
SHA1
Message
Date
Romain Guy
82f3495b14
Cleanup Gestures API and make it easier to use in 3rd party apps. Also fix the events processing in the gestures overlay mechanism. Give better control of the various properties of the overlay through XML attributes.
2009-05-24 23:45:03 -07:00
Romain Guy
d6a463a9f2
Add a new API to ListView: setGestures(int). This allows developers to enable gestures to jump inside the list or filter it. This change also introduces a new XML attribute to control this API. It also adds the ability to theme the GestureOverlayView from the gestures library. Finally, this adds a new VERSION header to the binary format used to store the letters for the recognizer.
2009-05-22 01:59:59 -07:00
Romain Guy
db567c390b
Move the Gestures API to the framework in android.gesture.
2009-05-21 18:12:56 -07:00