summaryrefslogtreecommitdiff
path: root/docs/html/sdk/api_diff/15/changes
diff options
context:
space:
mode:
authorDaniel Sandler <dsandler@android.com>2012-07-23 15:45:12 -0400
committerDaniel Sandler <dsandler@android.com>2012-07-24 12:43:02 -0400
commit3380534a62abf20b4509db6068ac02b1b880712f (patch)
treeb3b513e3c8800cc3da5fb21ededeb270f790af59 /docs/html/sdk/api_diff/15/changes
parent0e848d4e8a151911b2b4e1edf1f9b77895649a34 (diff)
Collecting some data on notification panel gestures.
Look for it in /sdcard/statusbar_gestures.dat, in "JSON lines" format: one list of gestures per line; each gesture is itself a list of objects representing motion events and tags (annotations). Exploded example: [ // list of gestures [ // this starts a gesture {"type":"motion", "time":1347697, // in SystemClock.uptimeMillis() base, // like MotionEvents "action":"down", // down, up, move, cancel, else numeric "x":277.61, "y":1.00 }, {"type":"tag", "time":1347701, "tag":"tracking", // "tracking" or "fling" "info":"collapsed" // extra stuff }, ... // more events ], ... // more gestures ] // newline [ // another list of gestures ... ] ... Change-Id: Ifacbf03749c879cd82fb899289fb79a4bdd4fc3b
Diffstat (limited to 'docs/html/sdk/api_diff/15/changes')
0 files changed, 0 insertions, 0 deletions