HomeSort by relevance Sort by last modified time
    Searched defs:braille (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/third_party/eyesfree/src/android/java/src/com/googlecode/eyesfree/braille/translate/
BrailleTranslator.java 17 package com.googlecode.eyesfree.braille.translate;
20 * Translates from text to braille and the other way according to a
31 * Translates the braille {@code cells} into the corresponding text, which
TranslatorManager.java 17 package com.googlecode.eyesfree.braille.translate;
30 * Client-side interface to the central braille translator service.
33 * performing translation between text and braille cells.
38 * instance is destroyed and recreated if braille translation is not going to
49 "com.googlecode.eyesfree.braille.service.ACTION_TRANSLATOR_SERVICE";
  /external/chromium_org/third_party/eyesfree/src/android/java/src/com/googlecode/eyesfree/braille/display/
BrailleKeyBinding.java 17 package com.googlecode.eyesfree.braille.display;
23 * Represents a binding between a combination of braille device keys and a
BrailleDisplayProperties.java 17 package com.googlecode.eyesfree.braille.display;
27 * Properties of a braille display such as dimensions and keyboard
BrailleInputEvent.java 17 package com.googlecode.eyesfree.braille.display;
26 * An input event, originating from a braille display.
30 * navigation key or braille keyboard combination. For some commands, there is
97 // Braille keyboard input.
100 * Keyboard command: A key combination was pressed on the braille
136 * The lower order bits of the arguemnt to this command represent braille
Display.java 17 package com.googlecode.eyesfree.braille.display;
30 * A client for the braille display service.
36 "com.googlecode.eyesfree.braille.service.ACTION_DISPLAY_SERVICE";
71 * A callback interface for input from the braille display.
78 * Constructs an instance and connects to the braille display service.
88 * Constructs an instance and connects to the braille display service.
125 * Displays a given dots configuration on the braille display.
142 * Unbinds from the braille display service and deallocates any
143 * resources. This method should be called when the braille display
158 Log.i(LOG_TAG, "Connected to braille service")
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/testing/
tester.js 42 cvox.ChromeVox.braille = new cvox.AbstractBraille();
43 cvox.ChromeVox.braille.write = function(params) {};
  /external/chromium_org/third_party/eyesfree/src/android/java/src/com/googlecode/eyesfree/braille/selfbraille/
WriteData.java 17 package com.googlecode.eyesfree.braille.selfbraille;
26 * Represents what should be shown on the braille display for a
114 * this instance to the self braille service.
SelfBrailleClient.java 17 package com.googlecode.eyesfree.braille.selfbraille;
47 "com.googlecode.eyesfree.braille.service.ACTION_SELF_BRAILLE_SERVICE";
91 * to the self braille service. The current thread must have a Looper
118 Log.e(LOG_TAG, "Self braille write failed", ex);
132 Log.i(LOG_TAG, "Bound to self braille service");
207 Log.i(LOG_TAG, "Connected to self braille service");
216 Log.e(LOG_TAG, "Disconnected from self braille service");
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/background/
accessibility_api_handler.js 40 * @param {cvox.BrailleInterface} braille The braille interface to use for
45 cvox.AccessibilityApiHandler = function(tts, braille, earcons) {
47 this.braille = braille;
82 * The interface used to manage braille.
85 cvox.AccessibilityApiHandler.prototype.braille = null;
203 this.braille.write(cvox.NavBraille.fromText(win.name));
228 this.braille.write(
286 this.braille.write(cvox.NavBraille.fromText
    [all...]
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/accessibility/
AccessibilityInjector.java 19 import com.googlecode.eyesfree.braille.selfbraille.SelfBrailleClient;
20 import com.googlecode.eyesfree.braille.selfbraille.WriteData;
451 public void braille(String jsonString) { method in class:AccessibilityInjector.TextToSpeechWrapper
  /external/qemu/qapi-auto-generated/
qapi-types.h 3022 ChardevDummy * braille; member in union:ChardevBackend::__anon13763
    [all...]

Completed in 167 milliseconds