summaryrefslogtreecommitdiff
path: root/samples/ApiDemos/src/com/example/android/apis/accessibility
Commit message (Collapse)AuthorAgeFilesLines
* Remove AccessibilityNodeProvider sample code.Alan Viverette2013-05-292-490/+0
| | | | | | | This code has been superseded by the ExploreByTouchHelper class in the support-v4 library. Change-Id: I3ff499e3c5f404c9252d967d1a3cb4ff999dfdfb
* Fixing the buildSvetoslav Ganov2012-04-201-1/+1
| | | | Change-Id: Iece94781e42cf2e9e0b0d8e447c0754c8bb17003
* resolved conflicts for merge of cb0d49cd to masterSvetoslav Ganov2011-11-302-0/+292
|\ | | | | | | Change-Id: I0eabcb7b55a0b10f50e2e1f065213223b5600aab
| * Adding a code sample for implementing accessibility in a custom view.Svetoslav Ganov2011-11-292-1/+290
| | | | | | | | | | | | bug:5683532 Change-Id: I79471c431ba3aeb4abe57f850e84a4da0bc1feba
* | resolved conflicts for merge of c90e0d59 to masterSvetoslav Ganov2011-10-315-69/+758
|\| | | | | | | Change-Id: I51f83d9a0df0c9b154936a669e458becec8b38f7
| * Folding Accessibility Service sample into ApiDemos.Svetoslav Ganov2011-10-285-65/+757
| | | | | | | | | | | | | | | | | | | | | | | | | | 1. Moving Accerssibility Service sample into ApiDemos since we are putting all accessibility samples there. 2. Fixed regressions (mainly due to adding new event types) in the Accessibility Service sample. 3. Updated the Query Window Content sample to have some instructions and to work with touch exploration. Change-Id: I226ac4130f7f8cae47bb52cbdeab9f104cfaba40
* | resolved conflicts for merge of 1e94a78a (ApiDemos accessibility stuff) to ↵Alexander Lucas2011-10-284-1/+329
|\| | | | | | | | | | | master Change-Id: I0b9d24c7aa527bd74c99cb6270fba5e3b9eae421
| * Adding ICS Accessibility Features to ApiDemos app.Alexander Lucas2011-10-274-0/+330
| | | | Change-Id: I37485821a77fed483308434e7b1d407642379d8c
* Adding a code sample for using AccessibilityNodeProvider to report virtual ↵Svetoslav Ganov2011-10-242-0/+493
Views. Note: This is a sample and does *not* affect the system image, rather only the SDK. bug:5508317 Change-Id: I62bbef4b2a4c2789ddfa128e94ae37246d244ac0