Searched refs:braille (Results 1 - 25 of 39) sorted by relevance

12

/external/chromium_org/third_party/eyesfree/src/android/java/src/com/googlecode/eyesfree/braille/display/
H A DBrailleDisplayProperties.aidl17 package com.googlecode.eyesfree.braille.display;
H A DBrailleInputEvent.aidl17 package com.googlecode.eyesfree.braille.display;
H A DIBrailleServiceCallback.aidl17 package com.googlecode.eyesfree.braille.display;
19 import com.googlecode.eyesfree.braille.display.BrailleDisplayProperties;
20 import com.googlecode.eyesfree.braille.display.BrailleInputEvent;
23 * Callback interface that a braille display client can expose to
24 * get information about various braille display events.
H A DIBrailleService.aidl17 package com.googlecode.eyesfree.braille.display;
19 import com.googlecode.eyesfree.braille.display.IBrailleServiceCallback;
22 * Interface for clients to talk to the braille display service.
27 * certain braille display related events.
37 * Updates the main cells of the connected braille display
H A DBrailleKeyBinding.java17 package com.googlecode.eyesfree.braille.display;
23 * Represents a binding between a combination of braille device keys and a
H A DBrailleDisplayProperties.java17 package com.googlecode.eyesfree.braille.display;
27 * Properties of a braille display such as dimensions and keyboard
/external/chromium_org/third_party/eyesfree/src/android/java/src/com/googlecode/eyesfree/braille/selfbraille/
H A DWriteData.aidl17 package com.googlecode.eyesfree.braille.selfbraille;
H A DISelfBrailleService.aidl17 package com.googlecode.eyesfree.braille.selfbraille;
19 import com.googlecode.eyesfree.braille.selfbraille.WriteData;
22 * Interface for a client to control braille output for a part of the
/external/chromium_org/third_party/eyesfree/src/android/java/src/com/googlecode/eyesfree/braille/translate/
H A DITranslatorServiceCallback.aidl17 package com.googlecode.eyesfree.braille.translate;
H A DBrailleTranslator.java17 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
H A DITranslatorService.aidl17 package com.googlecode.eyesfree.braille.translate;
19 import com.googlecode.eyesfree.braille.translate.ITranslatorServiceCallback;
37 * Translates text into braille according to the give tableName.
43 * Translates braille cells into text according to the given table
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/walkers/
H A Dstructural_line_walker.js49 var braille = goog.base(this, 'getBraille', prevSel, sel);
55 // Show only the visible line in braille for DOM ranges. This overrides any
71 braille.text = spannable;
74 braille.startIndex = 0;
75 braille.endIndex = 0;
76 return braille;
H A Dlayout_line_walker.js104 var braille = new cvox.NavBraille({});
108 return braille;
113 return braille;
116 // Walk through and collect braille for each line.
118 this.appendBraille_(prevSel, absSel, cur, braille);
123 this.appendBraille_(prevSel, absSel, cur, braille);
125 return braille;
205 * Private routine to append braille given three selections.
209 * of the braille cursor.
211 * @param {!cvox.NavBraille} braille Braill
[all...]
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/background/
H A Daccessibility_api_handler.js40 * @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
[all...]
H A Dtabs_api_handler.js23 * @param {cvox.BrailleInterface} braille The braille interface to use for
28 cvox.TabsApiHandler = function(tts, braille, earcons) {
32 this.braille_ = braille;
H A Dbraille_captions_background.js5 /** @fileoverview Sends braille content to a content script if the braille
22 * Unicode block of braille pattern characters. A braille pattern is formed
46 * Returns whether the braille captions feature is enabled.
56 * @param {string} text Text of the shown braille.
61 // Convert the cells to Unicode braille pattern characters.
92 cvox.ChromeVox.braille.write(cvox.NavBraille.fromText(msg));
H A Doptions.js31 window.braille;
199 if (categories[i] == 'braille') {
360 * Populates the braille select control.
402 var braille = chrome.extension.getBackgroundPage().braille;
403 braille.refreshTranslator();
442 var braille = chrome.extension.getBackgroundPage().braille;
443 braille.refreshTranslator();
H A Dbackground.js97 cvox.ChromeVox.braille = this.backgroundBraille_;
147 cvox.ChromeVox.braille.write(cvox.NavBraille.fromText(
533 cvox.ChromeVox.braille.write(cvox.NavBraille.fromText(
551 // Export the braille object for access by the options page.
552 window['braille'] = cvox.ChromeVox.braille;
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
H A Dbraille_text_handler.js13 * @fileoverview Updates braille display contents following text changes.
21 * @param {!cvox.BrailleInterface} braille Braille interface.
23 cvox.BrailleTextHandler = function(braille) {
29 this.braille_ = braille;
H A Dnav_braille.js19 * A class capturing the braille for navigation from one object to
23 * endIndex: (undefined|number)}} kwargs The arguments for braille.
53 * Convenience for creating simple braille output.
54 * @param {string|!cvox.Spannable} text Text to represent in braille.
82 * @return {boolean} true if this braille description is empty.
117 * Sends braille to the background page.
120 cvox.ChromeVox.braille.write(this);
H A Dbraille_util.js6 * @fileoverview A utility class for general braille functionality.
22 * braille.
29 * Messages considered as containers in braille.
46 * Maps a ChromeVox message id to a braille template.
48 * n: replaced with braille name.
49 * r: replaced with braille role.
50 * s: replaced with braille state.
51 * c: replaced with braille container role; this potentially returns whitespace,
53 * v: replaced with braille value.
77 * Attached to the value region of a braille spannabl
[all...]
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
H A Dinit_globals.js43 if (!cvox.ChromeVox.braille) {
44 cvox.ChromeVox.braille = cvox.HostFactory.getBraille();
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/cvox2/background/
H A Dbackground.js32 cvox.ChromeVox.braille,
97 cvox.ChromeVox.braille.write(cvox.NavBraille.fromText(output));
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/testing/
H A Dtester.js42 cvox.ChromeVox.braille = new cvox.AbstractBraille();
43 cvox.ChromeVox.braille.write = function(params) {};
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/accessibility/
H A DAccessibilityInjector.java19 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

Completed in 3764 milliseconds

12