HomeSort by relevance Sort by last modified time
    Searched full:keyboard (Results 1 - 25 of 2616) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/ui/keyboard/
keyboard_constants.cc 5 #include "ui/keyboard/keyboard_constants.h"
7 namespace keyboard { namespace
9 const char kKeyboardURL[] = "chrome://keyboard";
10 const char kKeyboardHost[] = "keyboard";
12 } // namespace keyboard
keyboard_constants.h 8 #include "ui/keyboard/keyboard_export.h"
10 namespace keyboard { namespace
12 // The URL of the keyboard extension.
15 // The host of the keyboard extension URL.
18 } // namespace keyboard
keyboard_controller_observer.h 8 #include "ui/keyboard/keyboard_export.h"
14 namespace keyboard { namespace
17 // occur with the keyboard, such as the bounds or visiility changing.
20 // Called when the keyboard bounds or visibility are about to change.
24 } // namespace keyboard
keyboard.h 8 #include "ui/keyboard/keyboard_export.h"
10 namespace keyboard { namespace
12 // Initializes the keyboard module. This includes adding the necessary pak files
13 // for loading resources used in for the virtual keyboard. This becomes a no-op
18 // Resets the keyboard to an uninitialized state. Required for
23 } // namespace keyboard
keyboard_switches.cc 5 #include "ui/keyboard/keyboard_switches.h"
7 namespace keyboard { namespace
17 const char kEnableVirtualKeyboard[] = "enable-virtual-keyboard";
20 "disable-virtual-keyboard-overscroll";
22 "enable-virtual-keyboard-overscroll";
25 } // namespace keyboard
keyboard_switches.h 8 #include "ui/keyboard/keyboard_export.h"
10 namespace keyboard { namespace
13 // Enables the swipe selection feature on the virtual keyboard.
17 // contents of the virtual keyboard container.
21 // of the virtual keyboard container.
27 // Enables the virtual keyboard.
30 // Disabled overscrolling of web content when the virtual keyboard is displayed.
35 // Enable overscrolling of web content when the virtual keyboard is displayed
40 } // namespace keyboard
keyboard_util.cc 5 #include "ui/keyboard/keyboard_util.h"
21 #include "ui/keyboard/keyboard_switches.h"
47 keyboard::KeyboardOverscrolOverride g_keyboard_overscroll_override =
48 keyboard::KEYBOARD_OVERSCROLL_OVERRIDE_NONE;
50 keyboard::KeyboardShowOverride g_keyboard_show_override =
51 keyboard::KEYBOARD_SHOW_OVERRIDE_NONE;
55 namespace keyboard { namespace
59 // Initialize default keyboard height to 0. The keyboard window height should
60 // only be set by window.resizeTo in virtual keyboard web contents. Otherwise
    [all...]
  /external/chromium_org/athena/virtual_keyboard/
DEPS 5 "+ui/keyboard",
virtual_keyboard_manager_impl.cc 17 #include "ui/keyboard/keyboard.h"
18 #include "ui/keyboard/keyboard_constants.h"
19 #include "ui/keyboard/keyboard_controller.h"
20 #include "ui/keyboard/keyboard_controller_proxy.h"
21 #include "ui/keyboard/keyboard_util.h"
30 class BasicKeyboardControllerProxy : public keyboard::KeyboardControllerProxy {
37 // keyboard::KeyboardControllerProxy:
76 keyboard::KeyboardController::ResetInstance(NULL);
86 keyboard::KeyboardController* controller = new keyboard::KeyboardController
    [all...]
  /packages/inputmethods/LatinIME/tools/make-keyboard-text/etc/
manifest.txt 1 Main-Class: com.android.inputmethod.keyboard.tools.MakeKeyboardText
  /external/chromium_org/chrome/browser/resources/chromeos/keyboard/
keyboard_utils.js 6 * Namespace for keyboard utility functions.
8 var keyboard = {};
15 keyboard.onKeyIgnore_ = function(event) {
35 keyboard.onKeyDown_ = function(event) {
45 keyboard.raiseKeyFocusPrevious(document.activeElement);
50 keyboard.raiseKeyFocusNext(document.activeElement);
57 * Raises tab/shift-tab keyboard events.
59 * @param {string} eventType Keyboard event type.
63 keyboard.raiseTabKeyEvent_ = function(element, eventType, shift) {
80 * Raises shift+tab keyboard events to focus previous element
    [all...]
  /external/chromium_org/ui/keyboard/resources/
manifest.json 3 "name": "Virtual Keyboard",
6 "description": "Virtual Keyboard",
9 "keyboard": "index.html"
  /frameworks/base/packages/InputDevices/res/values/
strings.xml 6 <!-- Keyboard layouts label, used to describe the set of all built-in layouts in the UI. [CHAR LIMIT=35] -->
7 <string name="keyboard_layouts_label">Android keyboard</string>
9 <!-- UK English keyboard layout label. [CHAR LIMIT=35] -->
12 <!-- US English keyboard layout label. [CHAR LIMIT=35] -->
15 <!-- US English (International style) keyboard layout label. [CHAR LIMIT=35] -->
18 <!-- US English (Colemak style) keyboard layout label. [CHAR LIMIT=35] -->
21 <!-- US English (Dvorak style) keyboard layout label. [CHAR LIMIT=35] -->
24 <!-- German keyboard layout label. [CHAR LIMIT=35] -->
27 <!-- French keyboard layout label. [CHAR LIMIT=35] -->
30 <!-- Canadian French keyboard layout label. [CHAR LIMIT=35] --
    [all...]
  /frameworks/base/packages/InputDevices/res/xml/
keyboard_layouts.xml 2 <keyboard-layouts xmlns:android="http://schemas.android.com/apk/res/android">
3 <keyboard-layout android:name="keyboard_layout_english_uk"
7 <keyboard-layout android:name="keyboard_layout_english_us"
11 <keyboard-layout android:name="keyboard_layout_english_us_intl"
15 <keyboard-layout android:name="keyboard_layout_english_us_colemak"
19 <keyboard-layout android:name="keyboard_layout_english_us_dvorak"
23 <keyboard-layout android:name="keyboard_layout_german"
27 <keyboard-layout android:name="keyboard_layout_french"
31 <keyboard-layout android:name="keyboard_layout_french_ca"
35 <keyboard-layout android:name="keyboard_layout_russian
    [all...]
  /device/htc/flounder/VolantisKeyboard/res/values/
strings.xml 4 <string name="app_label">Volantis Keyboard</string>
5 <!-- Keyboard layouts label, used to describe the set of all built-in layouts in the UI. [CHAR LIMIT=35] -->
6 <string name="keyboard_layouts_label">Nexus Compact Keyboard</string>
7 <!-- UK English keyboard layout label. [CHAR LIMIT=35] -->
9 <!-- US English keyboard layout label. [CHAR LIMIT=35] -->
11 <!-- US Intl keyboard layout label. [CHAR LIMIT=35] -->
13 <!-- German keyboard layout label. [CHAR LIMIT=35] -->
15 <!-- French keyboard layout label. [CHAR LIMIT=35] -->
17 <!-- French Canadian keyboard layout label. [CHAR LIMIT=35] -->
19 <!-- Italian keyboard layout label. [CHAR LIMIT=35] --
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/login/
oobe_screen_hid_detection.css 25 #hid-keyboard-block,
30 #hid-keyboard-block {
34 #hid-keyboard-icon,
43 #hid-keyboard-icon-block {
48 #hid-keyboard-label {
54 #hid-keyboard-pincode {
58 #hid-keyboard-tick,
70 #hid-detection #hid-keyboard-pincode {
76 .searching #hid-keyboard-label-searching,
78 .connected #hid-keyboard-label-connected
    [all...]
oobe_screen_hid_detection.html 26 <div id="hid-keyboard-block">
27 <div id="hid-keyboard-icon-block">
28 <img id="hid-keyboard-icon" src="chrome://theme/IDR_BLUETOOTH_KEYBOARD"
30 <img id="hid-keyboard-tick"
33 <div id="hid-keyboard-label">
34 <span id="hid-keyboard-label-searching" aria-live="polite"
37 <span id="hid-keyboard-label-connected" aria-live="polite"
40 <span id="hid-keyboard-label-paired" class="label" aria-live="polite">
42 <span id="hid-keyboard-label-pairing" class="label"></span>
44 <div id="hid-keyboard-pincode"
    [all...]
  /device/htc/flounder/VolantisKeyboard/res/xml/
keyboard_layouts.xml 2 <keyboard-layouts xmlns:android="http://schemas.android.com/apk/res/android">
3 <keyboard-layout android:name="keyboard_layout_volantis_english_uk"
6 <keyboard-layout android:name="keyboard_layout_volantis_english_us"
9 <keyboard-layout android:name="keyboard_layout_volantis_english_us_intl"
12 <keyboard-layout android:name="keyboard_layout_volantis_german"
15 <keyboard-layout android:name="keyboard_layout_volantis_french"
18 <keyboard-layout android:name="keyboard_layout_volantis_french_ca"
21 <keyboard-layout android:name="keyboard_layout_volantis_italian"
24 <keyboard-layout android:name="keyboard_layout_volantis_japanese"
27 <keyboard-layout android:name="keyboard_layout_volantis_spanish
    [all...]
  /external/chromium_org/ash/
virtual_keyboard_controller.cc 8 #include "ui/keyboard/keyboard_util.h"
21 keyboard::SetTouchKeyboardEnabled(true);
26 keyboard::SetTouchKeyboardEnabled(false);
27 if (!keyboard::IsKeyboardEnabled())
virtual_keyboard_controller_unittest.cc 10 #include "ui/keyboard/keyboard_util.h"
17 // Tests that the onscreen keyboard becomes enabled when maximize mode is
20 ASSERT_FALSE(keyboard::IsKeyboardEnabled());
23 EXPECT_TRUE(keyboard::IsKeyboardEnabled());
26 EXPECT_FALSE(keyboard::IsKeyboardEnabled());
  /external/chromium_org/chrome/browser/ui/ash/
keyboard_controller_browsertest.cc 11 #include "ui/keyboard/keyboard_constants.h"
12 #include "ui/keyboard/keyboard_controller.h"
13 #include "ui/keyboard/keyboard_controller_proxy.h"
14 #include "ui/keyboard/keyboard_switches.h"
15 #include "ui/keyboard/keyboard_util.h"
31 // Ensure that the virtual keyboard is enabled.
34 keyboard::switches::kEnableVirtualKeyboard);
37 keyboard::KeyboardControllerProxy* proxy() {
38 return keyboard::KeyboardController::GetInstance()->proxy();
57 keyboard::SetOverrideContentUrl(GURL(url))
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
Keyboard.java 17 package com.android.inputmethod.keyboard;
21 import com.android.inputmethod.keyboard.internal.KeyVisualAttributes;
22 import com.android.inputmethod.keyboard.internal.KeyboardIconsSet;
23 import com.android.inputmethod.keyboard.internal.KeyboardParams;
32 * Loads an XML description of a keyboard and stores the attributes of the keys. A keyboard
34 * <p>The layout file for a keyboard contains XML that looks like the following snippet:</p>
36 * &lt;Keyboard
46 * &lt;/Keyboard&gt;
49 public class Keyboard {
    [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
DefaultSoftKeyboard.java 34 import jp.co.omronsoft.openwnn.Keyboard;
39 * The default software keyboard class.
46 * key codes for a software keyboard
49 /** Change the keyboard language */
52 /* for Japanese 12-key keyboard */
53 /** Japanese 12-key keyboard [1] */
55 /** Japanese 12-key keyboard [2] */
57 /** Japanese 12-key keyboard [3] */
59 /** Japanese 12-key keyboard [4] */
61 /** Japanese 12-key keyboard [5] *
888 Keyboard keyboard = mCurrentKeyboard; local
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/api/tabs/pin/
manifest.json 2 "name": "Keyboard Pin",
4 "description": "Creates a keyboard shortcut (Alt + Shift + P) to toggle the pinned state of the currently selected tab",
  /frameworks/base/data/keyboards/
qwerty.idc 16 # Emulator keyboard configuration file #1.
22 keyboard.layout = qwerty
23 keyboard.characterMap = qwerty
24 keyboard.orientationAware = 1
25 keyboard.builtIn = 1

Completed in 1932 milliseconds

1 2 3 4 5 6 7 8 91011>>