/external/chromium_org/ui/keyboard/ |
keyboard_ui_handler.cc | 5 #include "ui/keyboard/keyboard_ui_handler.h" 20 #include "ui/keyboard/keyboard_controller.h" 21 #include "ui/keyboard/keyboard_util.h" 23 namespace keyboard { namespace 64 if (!keyboard::InsertText(text, root_window)) 125 if (!keyboard::SendKeyEvent(type, 136 // TODO(stevet): Call into the keyboard controller to hide the keyboard 142 } // namespace keyboard
|
keyboard_controller_proxy.h | 11 #include "ui/keyboard/keyboard_export.h" 28 namespace keyboard { namespace 31 // keyboard window. 37 // Gets the virtual keyboard window. Ownership of the returned Window remains 44 // Whether the keyboard window is resizing from its web contents. 47 // Sets the flag of whether the keyboard window is resizing from 62 // Shows the container window of the keyboard. The default implementation 67 // Hides the container window of the keyboard. The default implementation 79 // keyboard. 83 // keyboard page is loaded (e.g. install a WebContentsObserver) [all...] |
keyboard_util.h | 13 #include "ui/keyboard/keyboard_export.h" 17 namespace keyboard { namespace 27 // An enumeration of different keyboard control events that should be logged. 35 // Returns true if the virtual keyboard is enabled. 38 // Returns true if the keyboard usability test is enabled. 67 // Marks that the keyboard load has started. This is used to measure the time it 68 // takes to fully load the keyboard. This should be called before 72 // Marks that the keyboard load has ended. This finishes measuring that the 73 // keyboard is loaded. 76 // Get the list of keyboard resources. |size| is populated with the number o [all...] |
keyboard_ui_controller.cc | 5 #include "ui/keyboard/keyboard_ui_controller.h" 12 #include "ui/keyboard/keyboard_constants.h" 13 #include "ui/keyboard/keyboard_ui_handler.h" 19 content::WebUIDataSource::Create(keyboard::kKeyboardWebUIHost); 35 source->AddResourcePath("elements/kb-keyboard.html", 102 namespace keyboard { namespace 116 } // namespace keyboard
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/ |
KeyboardParams.java | 17 package com.android.inputmethod.keyboard.internal; 21 import com.android.inputmethod.keyboard.Key; 22 import com.android.inputmethod.keyboard.KeyboardId; 33 /** Total height and width of the keyboard, including the paddings and keys */ 37 /** Base height and width of the keyboard used to calculate rows' or keys' heights and
|
KeyStyle.java | 17 package com.android.inputmethod.keyboard.internal;
|
ShiftKeyState.java | 17 package com.android.inputmethod.keyboard.internal;
|
SlidingKeyInputPreview.java | 17 package com.android.inputmethod.keyboard.internal; 25 import com.android.inputmethod.keyboard.PointerTracker;
|
SmoothingUtils.java | 17 package com.android.inputmethod.keyboard.internal; 20 import com.android.inputmethod.keyboard.internal.MatrixUtils.MatrixOperationFailedException;
|
/cts/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/ |
DeviceInfoActivity.java | 159 if (con.keyboard == Configuration.KEYBOARD_UNDEFINED) { 161 } else if (con.keyboard == Configuration.KEYBOARD_NOKEYS) { 163 } else if (con.keyboard == Configuration.KEYBOARD_QWERTY) { 165 } else if (con.keyboard == Configuration.KEYBOARD_12KEY) {
|
/external/chromium_org/ash/display/ |
virtual_keyboard_window_controller_unittest.cc | 14 #include "ui/keyboard/keyboard_switches.h" 30 keyboard::switches::kKeyboardUsabilityExperiment); 60 // Keyboard container is added to virtual keyboard window.
|
/external/chromium_org/chrome/browser/ui/ash/ |
ash_keyboard_controller_proxy.h | 12 #include "ui/keyboard/keyboard_controller_proxy.h" 30 // access to the virtual keyboard window and setup Chrome extension functions. 32 : public keyboard::KeyboardControllerProxy, 42 // keyboard::KeyboardControllerProxy overrides 54 // provide the input type information. Naturally, when the virtual keyboard 56 // information, but not when the virtual keyboard is used in conjunction with
|
/frameworks/base/core/jni/ |
android_content_res_Configuration.cpp | 34 jfieldID keyboard; member in struct:android::__anon32747 52 out->keyboard = env->GetIntField(clazz, gConfigurationClassInfo.keyboard); 105 GET_FIELD_ID(gConfigurationClassInfo.keyboard, clazz, 106 "keyboard", "I");
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/ |
MoreKeysPanel.java | 17 package com.android.inputmethod.keyboard; 59 * @param listener the listener that will receive keyboard action from this
|
KeyboardSwitcher.java | 17 package com.android.inputmethod.keyboard; 31 import com.android.inputmethod.keyboard.KeyboardLayoutSet.KeyboardLayoutSetException; 32 import com.android.inputmethod.keyboard.internal.KeyboardState; 51 // Note: The themeId should be aligned with "themeId" attribute of Keyboard style 132 Log.w(TAG, "Illegal keyboard theme in preference: " + index + ", default to " 158 true /* always show a voice key on the main keyboard */, 164 Log.w(TAG, "loading keyboard failed: " + e.mKeyboardId, e.getCause()); 184 private void setKeyboard(final Keyboard keyboard) { 188 final Keyboard oldKeyboard = keyboardView.getKeyboard() 414 final Keyboard keyboard = getKeyboard(); local [all...] |
MainKeyboardView.java | 17 package com.android.inputmethod.keyboard; 50 import com.android.inputmethod.keyboard.PointerTracker.DrawingProxy; 51 import com.android.inputmethod.keyboard.PointerTracker.TimerProxy; 52 import com.android.inputmethod.keyboard.internal.GestureFloatingPreviewText; 53 import com.android.inputmethod.keyboard.internal.GestureTrailsPreview; 54 import com.android.inputmethod.keyboard.internal.KeyDrawParams; 55 import com.android.inputmethod.keyboard.internal.KeyPreviewDrawParams; 56 import com.android.inputmethod.keyboard.internal.NonDistinctMultitouchHelper; 57 import com.android.inputmethod.keyboard.internal.PreviewPlacerView; 58 import com.android.inputmethod.keyboard.internal.SlidingKeyInputPreview 562 final Keyboard keyboard = getKeyboard(); local 740 final Keyboard keyboard = getKeyboard(); local 1111 final Keyboard keyboard = getKeyboard(); local [all...] |
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
SynchronouslyLoadedContactsBinaryDictionary.java | 21 import com.android.inputmethod.keyboard.ProximityInfo;
|
SynchronouslyLoadedUserBinaryDictionary.java | 21 import com.android.inputmethod.keyboard.ProximityInfo;
|
WordComposer.java | 19 import com.android.inputmethod.keyboard.Key; 20 import com.android.inputmethod.keyboard.Keyboard; 271 public void addKeyInfo(final int codePoint, final Keyboard keyboard) { 274 if (keyboard != null && (key = keyboard.getKey(codePoint)) != null) { 286 * This will register NOT_A_COORDINATE for X and Ys, and use the passed keyboard for proximity. 288 public void setComposingWord(final CharSequence word, final Keyboard keyboard) { [all...] |
/external/chromium/chrome/browser/resources/ |
keyboard_overlay.js | 82 * Returns the keyboard overlay ID. 89 * Returns keyboard glyph data. 179 var classes = ['keyboard-overlay-key']; 276 * Updates the whole keyboard. 349 var keyboard = document.body; 368 key.className = 'keyboard-overlay-key'; 376 keyText.className = 'keyboard-overlay-key-text'; 382 shortcutText.className = 'keyboard-overlay-shortcut-text'; 385 keyboard.appendChild(key); 395 keyboard.style.width = (width + 2 * (minX + 1)) + 'px' [all...] |
/external/chromium_org/chrome/browser/resources/options/chromeos/ |
bluetooth.css | 106 .bluetooth-keyboard-button { 132 .bluetooth-keyboard-button:last-child { 152 .bluetooth-keyboard-button.key-typed { 160 .bluetooth-keyboard-button.key-pin {
|
/external/chromium_org/third_party/WebKit/Source/web/ |
WebPluginScrollbarImpl.cpp | 339 WebKeyboardEvent keyboard = *static_cast<const WebKeyboardEvent*>(&event); local 343 if (keyboard.windowsKeyCode == VKEY_SPACE) 344 keyCode = ((keyboard.modifiers & WebInputEvent::ShiftKey) ? VKEY_PRIOR : VKEY_NEXT); 346 if (keyboard.modifiers == WebInputEvent::ControlKey) { 351 switch (keyboard.windowsKeyCode) { 360 if (keyboard.isSystemKey || (keyboard.modifiers & WebInputEvent::ShiftKey)) 363 keyCode = keyboard.windowsKeyCode;
|
/external/chromium_org/chrome/browser/resources/chromeos/ |
keyboard_overlay.js | 113 * @return {Array} Keyboard layout data. 124 * @return {Object} Keyboard shortcut data. 145 * Returns the keyboard overlay ID. 146 * @return {string} Keyboard overlay ID. 153 * Returns keyboard glyph data. 154 * @return {Object} Keyboard glyph data. 268 var classes = ['keyboard-overlay-key']; 384 * Updates the whole keyboard. 408 // key is pressed here and do not show keyboard shortcut description for 479 var keyboard = document.body [all...] |
/frameworks/base/core/java/android/content/res/ |
Configuration.java | 288 /** Constant for {@link #keyboard}: a value indicating that no value has been set. */ 290 /** Constant for {@link #keyboard}, value corresponding to the 294 /** Constant for {@link #keyboard}, value corresponding to the 298 /** Constant for {@link #keyboard}, value corresponding to the 304 * The kind of keyboard attached to the device. 308 public int keyboard; field in class:Configuration 324 * A flag indicating whether any keyboard is available. Unlike 326 * keyboard, so if the hard keyboard is hidden but there is soft 327 * keyboard available, it will be set to NO. Value is one of [all...] |
/external/chromium_org/ash/ |
root_window_controller.h | 41 namespace keyboard { namespace 90 // keyboard displays. 231 // Activate virtual keyboard on current root window controller. 232 void ActivateKeyboard(keyboard::KeyboardController* keyboard_controller); 234 // Deactivate virtual keyboard on current root window controller. 235 void DeactivateKeyboard(keyboard::KeyboardController* keyboard_controller);
|