HomeSort by relevance Sort by last modified time
    Searched refs:braille (Results 1 - 25 of 59) sorted by null

1 2 3

  /external/chromium_org/third_party/eyesfree/src/android/java/src/com/googlecode/eyesfree/braille/display/
BrailleDisplayProperties.aidl 17 package com.googlecode.eyesfree.braille.display;
BrailleInputEvent.aidl 17 package com.googlecode.eyesfree.braille.display;
IBrailleServiceCallback.aidl 17 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.
IBrailleService.aidl 17 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
  /external/chromium_org/third_party/eyesfree/src/android/java/src/com/googlecode/eyesfree/braille/selfbraille/
WriteData.aidl 17 package com.googlecode.eyesfree.braille.selfbraille;
ISelfBrailleService.aidl 17 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/
ITranslatorServiceCallback.aidl 17 package 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
ITranslatorService.aidl 17 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/
structural_line_walker.js 49 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;
layout_line_walker.js 104 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 Braille on which to append
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/background/
accessibility_api_handler.js 41 * @param {cvox.BrailleInterface} braille The braille interface to use for
46 cvox.AccessibilityApiHandler = function(tts, braille, earcons) {
48 this.braille = braille;
83 * The interface used to manage braille.
86 cvox.AccessibilityApiHandler.prototype.braille = null;
185 this.braille.write(cvox.NavBraille.fromText(msg('chrome_tab_created')));
209 this.braille.write(
247 this.braille.write(cvox.NavBraille.fromText(msg(msgId, [title])))
    [all...]
braille_captions_background.js 5 /** @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.
57 * @param {ArrayBuffer} cells Braille cells shown on the display.
61 // Convert the cells to Unicode braille pattern characters.
92 cvox.ChromeVox.braille.write(cvox.NavBraille.fromText(msg));
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/interface/
braille_interface.js 6 * @fileoverview Defines a Braille interface.
8 * All Braille engines in ChromeVox conform to this interface.
24 * Sends the given params to the Braille display for output.
26 * platform braille service.
32 * Sets a callback for handling braille keyboard commands.
35 * to be called when the user invokes a keyboard command on the braille
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
braille_text_handler.js 13 * @fileoverview Updates braille display contents following text changes.
21 * @param {!cvox.BrailleInterface} braille Braille interface.
23 cvox.BrailleTextHandler = function(braille) {
25 * Braille interface used to produce output.
29 this.braille_ = braille;
nav_braille.js 19 * 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.
55 * @return {!cvox.NavBraille} Braille output without a cursor.
82 * @return {boolean} true if this braille description is empty.
117 * Sends braille to the background page.
120 cvox.ChromeVox.braille.write(this);
braille_util.js 6 * @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 spannable
    [all...]
braille_util_test.js 42 * Helper to retrieve braille for testing.
45 * @return {!cvox.NavBraille} Resulting braille.
75 var braille = this.getBraille_(navbar, navbar);
80 }, braille);
84 braille = this.getBraille_(one, one);
89 }, braille);
93 braille = this.getBraille_(one, two);
98 }, braille);
102 braille = this.getBraille_(two, three);
107 }, braille);
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/chrome/
braille_key_types.js 6 * @fileoverview Braille command definitions.
7 * These types are adapted from Chrome's private braille API.
22 * The set of commands sent from a braille display.
40 * Represents a key event from a braille display.
55 * not braille cells.
56 * brailleDots Dots that were pressed for braille input commands. Bit mask
129 * The state of a braille display as represented in the
braille_table.js 6 * @fileoverview Holds information about a braille table.
27 cvox.BrailleTable.TABLE_PATH = 'chromevox/background/braille/tables.json';
31 * Retrieves a list of all available braille tables.
66 * Returns an uncontracted braille table corresponding to another, possibly
braille.js 6 * @fileoverview Bridge that sends Braille messages from content scripts or
55 if (msg['message'] == 'BRAILLE' && msg['args']) {
73 var message = {'target': 'BRAILLE',
96 * Dispatches braille input commands.
97 * @param {!cvox.BrailleKeyEvent} brailleEvt The braille key event.
108 console.error('Unknown braille command: ' + JSON.stringify(brailleEvt));
expanding_braille_translator.js 6 * @fileoverview Translates text to braille, optionally with some parts
18 * A wrapper around one or two braille translators that uses contracted
19 * braille or not based on the selection start- and end-points (if any) in the
31 * Translator to use for uncontracted braille translation.
65 * typing contracted braille or when editing inside a word.
71 * contracted braille (such as a url or email address).
78 * Translates text to braille using the translator(s) provided to the
85 * braille cells and positional mappings as parameters.
172 'End-points out of range looking for braille expansion range');
176 'Position out of range looking for braille expansion range')
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/ui/
braille_overlay_widget.js 6 * @fileoverview Overlay that shows the current braille display contents,
7 * both as text and braille, on screen in a document.
45 * listener for braille content messages from the background page.
118 * braille patterns currently on the display.
131 * Create the container node for the braille overlay.
138 containerNode.id = 'cvox-braille-overlay';
151 * Create the braille overlay. This should be a child of the node
175 * Listens for background page messages and show braille content when it
  /external/chromium_org/chrome/browser/resources/chromeos/braille_ime/
braille_ime.js 8 * @fileoverview Braille hardware keyboard input method.
10 * This method is automatically enabled when a braille display is connected
11 * and ChromeVox is turned on. Most of the braille input and editing logic
12 * is located in ChromeVox where the braille translation library is available.
23 * Sent when the user typed a braille cell using the standard keyboard.
24 * ChromeVox treats this similarly to entering braille input using the
25 * braille display.
73 * {@code localStorage}. This can be switched on to type braille using the
79 // State related to the support for typing braille using a standrad
86 * Braille dots for keys that are currently pressed
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
init_globals.js 43 if (!cvox.ChromeVox.braille) {
44 cvox.ChromeVox.braille = cvox.HostFactory.getBraille();

Completed in 345 milliseconds

1 2 3