HomeSort by relevance Sort by last modified time
    Searched refs:keyboard (Results 126 - 150 of 316) sorted by null

1 2 3 4 56 7 8 91011>>

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
EmojiLayoutParams.java 17 package com.android.inputmethod.keyboard;
KeyboardView.java 17 package com.android.inputmethod.keyboard;
34 import com.android.inputmethod.keyboard.internal.KeyDrawParams;
35 import com.android.inputmethod.keyboard.internal.KeyVisualAttributes;
47 * A view that renders a virtual {@link Keyboard}.
97 // Main keyboard
98 private Keyboard mKeyboard;
108 /** The keyboard bitmap buffer for faster updates */
112 /** The canvas for the above mutable keyboard bitmap */
165 * Attaches a keyboard to this view. The keyboard can be switched at any time and th
    [all...]
PointerTracker.java 17 package com.android.inputmethod.keyboard;
27 import com.android.inputmethod.keyboard.internal.GestureStroke;
28 import com.android.inputmethod.keyboard.internal.GestureStroke.GestureStrokeParams;
29 import com.android.inputmethod.keyboard.internal.GestureStrokeWithPreviewPoints;
30 import com.android.inputmethod.keyboard.internal.GestureStrokeWithPreviewPoints.GestureStrokePreviewParams;
31 import com.android.inputmethod.keyboard.internal.PointerTrackerQueue;
197 private Keyboard mKeyboard;
334 // true if keyboard layout has been changed.
449 // Mark that keyboard layout has been changed.
452 final Keyboard keyboard = keyDetector.getKeyboard() local
601 final Keyboard keyboard = keyDetector.getKeyboard(); local
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
HermiteInterpolator.java 17 package com.android.inputmethod.keyboard.internal;
KeyboardCodesSet.java 17 package com.android.inputmethod.keyboard.internal;
RoundedLine.java 17 package com.android.inputmethod.keyboard.internal;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DictionaryCollection.java 21 import com.android.inputmethod.keyboard.ProximityInfo;
DictionaryWriter.java 21 import com.android.inputmethod.keyboard.ProximityInfo;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/spellcheck/
DictionaryPool.java 21 import com.android.inputmethod.keyboard.ProximityInfo;
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/
MockKeyboardSwitcher.java 17 package com.android.inputmethod.keyboard.internal;
  /packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
Environment.java 25 * Global environment configurations for showing soft keyboard and candidate
211 if (mConfig.keyboard == Configuration.KEYBOARD_NOKEYS
  /external/chromium_org/media/base/
user_input_monitor_win.cc 138 // Register to receive raw mouse and/or keyboard input.
215 ui::EventType event = (input->data.keyboard.Flags & RI_KEY_BREAK)
219 ui::KeyboardCodeForWindowsKeyCode(input->data.keyboard.VKey);
  /external/chromium_org/remoting/webapp/
connection_stats.js 79 * @param {Event} event The keyboard event.
  /external/chromium_org/ui/keyboard/
keyboard_util.cc 5 #include "ui/keyboard/keyboard_util.h"
20 #include "ui/keyboard/keyboard_switches.h"
40 namespace keyboard { namespace
147 // metric will be used to determine the error rate for the keyboard.
169 // It should not be possible to finish loading the keyboard without starting
188 {"keyboard/api_adapter.js", IDR_KEYBOARD_API_ADAPTER_JS},
189 {"keyboard/constants.js", IDR_KEYBOARD_CONSTANTS_JS},
190 {"keyboard/elements/kb-altkey.html", IDR_KEYBOARD_ELEMENTS_ALTKEY},
191 {"keyboard/elements/kb-altkey-container.html",
193 {"keyboard/elements/kb-altkey-data.html"
    [all...]
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
InputTestsBase.java 36 import com.android.inputmethod.keyboard.Key;
37 import com.android.inputmethod.keyboard.Keyboard;
53 protected Keyboard mKeyboard;
110 // whatever language the keyboard is currently set on the test device, ignoring any
119 // whatever language the keyboard is currently set on the test device, ignoring any
178 // thread of the keyboard by design of the handler, so we want to call it synchronously
  /packages/inputmethods/LatinIME/tools/make-keyboard-text/res/com/android/inputmethod/keyboard/internal/
KeyboardTextsSet.tmpl 17 package com.android.inputmethod.keyboard.internal;
30 * This file is generated by tools/make-keyboard-text. The base template file is
31 * tools/make-keyboard-text/res/com/android/inputmethod/keyboard/internal/KeyboardTextsSet.tmpl
33 * This file must be updated when any text resources in keyboard layout files have been changed.
34 * These text resources are referred as "!text/<resource_name>" in keyboard XML definitions,
36 * tools/make-keyboard-text/res/values-<locale>/donottranslate-more-keys.xml
40 * $ mmm packages/inputmethods/LatinIME/tools/make-keyboard-text
41 * $ make-keyboard-text -java packages/inputmethods/LatinIME/java/src
44 * packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal
    [all...]
  /cts/tests/tests/content/src/android/content/res/cts/
ResourcesTest.java 67 cfg.keyboard = Configuration.KEYBOARDHIDDEN_YES;
73 assertEquals(Configuration.KEYBOARDHIDDEN_YES, c.keyboard);
118 final int touchscreen, final int keyboard, final int keysHidden, final int navigation,
129 config.keyboard = keyboard;
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
Keyboard.java 18 * frameworks/base/core/java/android/inputmethodservice/Keyboard.java
43 * Loads an XML description of a keyboard and stores the attributes of the keys. A keyboard
45 * <p>The layout file for a keyboard contains XML that looks like the following snippet:</p>
47 * &lt;Keyboard
57 * &lt;/Keyboard&gt;
60 public class Keyboard {
62 static final String TAG = "Keyboard";
64 private static final String TAG_KEYBOARD = "Keyboard";
98 /** Keyboard label **
267 private Keyboard keyboard; field in class:Keyboard.Key
    [all...]
KeyboardView.java 49 import jp.co.omronsoft.openwnn.Keyboard;
50 import jp.co.omronsoft.openwnn.Keyboard.Key;
58 * A view that renders a virtual {@link Keyboard}. It handles rendering of keys and
64 * Listener for virtual keyboard events.
126 boolean onLongPress(Keyboard.Key key);
130 private static final int[] KEY_DELETE = { Keyboard.KEYCODE_DELETE };
135 private Keyboard mKeyboard;
239 /** Whether the keyboard bitmap needs to be redrawn before it's blitted. **/
241 /** The dirty region in the keyboard bitmap */
243 /** The keyboard bitmap for faster updates *
1100 Keyboard keyboard; local
    [all...]
OpenWnnJAJP.java 84 * Mode of the convert engine (Keyboard type is QWERTY).
90 * Mode of the convert engine (Keyboard type is 12-keys).
154 /** H/W 12Keyboard keycode replace table */
214 /** Definition for {@code EngineState.keyboard} (undefined) */
217 /** Definition for {@code EngineState.keyboard} (QWERTY) */
220 /** Definition for {@code EngineState.keyboard} (12-keys) */
235 /** keyboard */
236 public int keyboard = INVALID; field in class:OpenWnnJAJP.EngineState
358 /** Whether dismissing the keyboard when the enter key is pressed */
388 /** Shift lock status of the Hardware keyboard */
    [all...]
  /external/chromium_org/ash/
root_window_controller.cc 63 #include "ui/keyboard/keyboard_controller.h"
64 #include "ui/keyboard/keyboard_util.h"
417 // Deactivate keyboard container before closing child windows and shutting
553 keyboard::KeyboardController* keyboard_controller) {
554 if (!keyboard::IsKeyboardEnabled() ||
559 if (!keyboard::IsKeyboardUsabilityExperimentEnabled()) {
569 // TODO(oshima): Bounds of keyboard container should be handled by
575 keyboard::KeyboardController* keyboard_controller) {
576 if (!keyboard::IsKeyboardEnabled())
584 if (!keyboard::IsKeyboardUsabilityExperimentEnabled())
    [all...]
shell.cc 101 #include "ui/keyboard/keyboard.h"
102 #include "ui/keyboard/keyboard_controller.h"
103 #include "ui/keyboard/keyboard_switches.h"
104 #include "ui/keyboard/keyboard_util.h"
387 // attach virtual keyboard. See http://crbug.com/303429
389 if (keyboard::IsKeyboardUsabilityExperimentEnabled()) {
729 if (keyboard::IsKeyboardUsabilityExperimentEnabled()) {
835 // The keyboard system must be initialized before the RootWindowController is
837 if (keyboard::IsKeyboardEnabled()
    [all...]
shell.h 56 namespace keyboard { namespace
290 // Creates virtual keyboard. Deletes the old virtual keyboard if it's already
301 keyboard::KeyboardController* keyboard_controller() {
554 // Initializes virtual keyboard controller.
595 scoped_ptr<keyboard::KeyboardController> keyboard_controller_;
652 // screenshot UI or the keyboard overlay is active.
655 // An event filter for logging keyboard-related metrics.
  /development/ndk/platforms/android-9/include/android/
configuration.h 204 * Set the current keyboard in the configuration.
206 void AConfiguration_setKeyboard(AConfiguration* config, int32_t keyboard);
  /external/chromium_org/ash/wm/dock/
docked_window_layout_manager.h 26 #include "ui/keyboard/keyboard_controller_observer.h"
77 public keyboard::KeyboardControllerObserver,
244 // keyboard::KeyboardControllerObserver:

Completed in 8483 milliseconds

1 2 3 4 56 7 8 91011>>