summaryrefslogtreecommitdiff
path: root/core/java/android/accessibilityservice/FingerprintGestureController.java
Commit message (Collapse)AuthorAgeFilesLines
* Fix broken javadocs.Jeff Sharkey2017-08-061-2/+2
| | | | | | Bug: 64337634 Test: make -j32 doc-comment-check-docs Change-Id: I20fdd3dcddef09111d35946c41c596c7689effa6
* A11y changes for API councilPhil Weaver2017-04-281-6/+0
| | | | | | | | | | | | | Bug: 37749679 Bug: 37747749 Bug: 37737948 Bug: 37718183 Bug: 37720667 Bug: 37724600 Bug: 37708057 Test: Updating unit and cts tests, which still pass. Change-Id: If28bdf985c4314e8e84dcd6510f406dd4e80dd38
* Rename FingerprintGestureCallback.onGesturePhil Weaver2017-04-261-2/+8
| | | | | | | | | | | Renaming to onGestureDetected. Deprecating onGesture. It needs to be removed for release. Leaving it in to avoid breaking TalkBack, which is using it. Bug: 37708057 Test: Accessibility unit and CTS tests still pass. Change-Id: Icd66889216fc978ad6d27aa83a8c8d13869daad3
* Accessibility can capture fingerprint gesturesPhil Weaver2017-01-311-0/+185
Bug: 27148522 Test: Unit tests for two new classes in this CL, CTS in linked CL. Change-Id: Icb5113e00b1f8724814263b3cc7f72fe4a6f0b41