HomeSort by relevance Sort by last modified time
    Searched refs:keyboard (Results 176 - 200 of 299) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/v8/src/
d8-debug.cc 193 // Start the keyboard thread.
194 KeyboardThread keyboard(this);
195 keyboard.Start();
198 // Process events received from debugged VM and from the keyboard.
354 // read keyboard input.
361 // Pass the keyboard command to the main thread.
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
ProximityInfo.java 17 package com.android.inputmethod.keyboard;
23 import com.android.inputmethod.keyboard.internal.TouchPositionCorrection;
75 // No proximity required. Keyboard might be more keys keyboard.
253 // enough space for as many keys as there are on the keyboard. Hence, every
KeyboardId.java 17 package com.android.inputmethod.keyboard;
34 * Unique identifier for each keyboard type.
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
LatinIME.java 71 import com.android.inputmethod.keyboard.KeyDetector;
72 import com.android.inputmethod.keyboard.Keyboard;
73 import com.android.inputmethod.keyboard.KeyboardActionListener;
74 import com.android.inputmethod.keyboard.KeyboardId;
75 import com.android.inputmethod.keyboard.KeyboardSwitcher;
76 import com.android.inputmethod.keyboard.MainKeyboardView;
115 * Input method implementation for Qwerty'ish keyboard.
585 // To load the keyboard we need to load all the settings once, but resetting the
1732 final Keyboard keyboard = mKeyboardSwitcher.getKeyboard(); local
2522 final Keyboard keyboard = mKeyboardSwitcher.getKeyboard(); local
3279 final Keyboard keyboard = mKeyboardSwitcher.getKeyboard(); local
    [all...]
SubtypeSwitcher.java 35 import com.android.inputmethod.keyboard.KeyboardSwitcher;
62 SubtypeLocaleUtils.NO_LANGUAGE, "keyboard", "KeyboardLayoutSet="
72 SubtypeLocaleUtils.NO_LANGUAGE, "keyboard", "KeyboardLayoutSet="
  /external/chromium_org/chrome/browser/resources/chromeos/login/
display_manager.js 127 * Whether keyboard navigation flow is enforced.
149 * Forces keyboard based OOBE navigation.
150 * @param {boolean} value True if keyboard navigation flow is forced.
155 keyboard.initializeKeyboardFlow();
220 // Handle special accelerators for keyboard enhanced navigation flow.
222 keyboard.raiseKeyFocusPrevious(document.activeElement);
224 keyboard.raiseKeyFocusNext(document.activeElement);
  /frameworks/base/tools/aapt/
AaptAssets.cpp 263 // keyboard hidden
270 // keyboard
273 *value = config.keyboard;
336 return config.keyboard;
601 // keyboard hidden
614 // keyboard
624 //printf("not keyboard: %s\n", part.string());
694 this->keyboard = key;
740 s += keyboard;
846 if (this->keyboard != "")
    [all...]
  /frameworks/base/core/java/android/inputmethodservice/
KeyboardView.java 30 import android.inputmethodservice.Keyboard.Key;
57 * A view that renders a virtual {@link Keyboard}. It handles rendering of keys and
72 * Listener for virtual keyboard events.
132 private static final int[] KEY_DELETE = { Keyboard.KEYCODE_DELETE };
135 private Keyboard mKeyboard;
238 /** Whether the keyboard bitmap needs to be redrawn before it's blitted. **/
240 /** The dirty region in the keyboard bitmap */
242 /** The keyboard bitmap for faster updates */
244 /** Notes if the keyboard just changed, so that we could possibly reallocate the mBuffer. */
246 /** The canvas for the above mutable keyboard bitmap *
1121 Keyboard keyboard; local
    [all...]
Keyboard.java 39 * Loads an XML description of a keyboard and stores the attributes of the keys. A keyboard
41 * <p>The layout file for a keyboard contains XML that looks like the following snippet:</p>
43 * &lt;Keyboard
53 * &lt;/Keyboard&gt;
60 public class Keyboard {
62 static final String TAG = "Keyboard";
64 // Keyboard XML Tags
65 private static final String TAG_KEYBOARD = "Keyboard";
81 /** Keyboard label **
275 private Keyboard keyboard; field in class:Keyboard.Key
    [all...]
  /external/chromium_org/ash/
root_window_controller.cc 59 #include "ui/keyboard/keyboard_controller.h"
60 #include "ui/keyboard/keyboard_util.h"
503 if (keyboard::IsKeyboardEnabled()) {
506 keyboard::KeyboardControllerProxy* proxy =
509 new keyboard::KeyboardController(proxy));
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
test.py 51 self.keyboard = False
130 tests.add('failures/expected/keyboard.html', keyboard=True)
294 Bug(test) failures/expected/keyboard.html [ WontFix ]
570 if test.keyboard:
  /external/chromium_org/ash/shelf/
shelf_layout_manager.h 27 #include "ui/keyboard/keyboard_controller.h"
28 #include "ui/keyboard/keyboard_controller_observer.h"
61 public keyboard::KeyboardControllerObserver {
304 // of the keyboard if necessary.
307 // Overridden from keyboard::KeyboardControllerObserver:
377 // The bounds of the keyboard.
  /external/chromium_org/chrome/browser/resources/options/
browser_options.css 397 #keyboard-overlay .option-value > select {
401 #keyboard-overlay table {
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/news_a11y/
feed.js 144 // Enable keyboard focus on the item title element
159 // Disable keyboard focus on elements in iFrames that have not been
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/htmlfiles/
coverage_html.js 23 // Show the help panel, and position it so the keyboard icon in the
24 // panel is in the same place as the keyboard icon in the header.
  /external/jmonkeyengine/engine/src/niftygui/com/jme3/niftygui/
InputSystemJme.java 47 import de.lessvoid.nifty.input.keyboard.KeyboardInputEvent;
  /frameworks/base/policy/src/com/android/internal/policy/impl/
PhoneFallbackEventHandler.java 160 if (config.keyboard == Configuration.KEYBOARD_NOKEYS
  /frameworks/native/include/android/
configuration.h 224 * Set the current keyboard in the configuration.
226 void AConfiguration_setKeyboard(AConfiguration* config, int32_t keyboard);
  /packages/apps/Settings/src/com/android/settings/
ConfirmLockPassword.java 63 // Disable IME on our window since we provide our own keyboard
99 // Disable IME on our window since we provide our own keyboard
110 mKeyboardView = (PasswordEntryKeyboardView) view.findViewById(R.id.keyboard);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
GestureStrokeWithPreviewPoints.java 17 package com.android.inputmethod.keyboard.internal;
KeyStylesSet.java 17 package com.android.inputmethod.keyboard.internal;
KeyboardBuilder.java 17 package com.android.inputmethod.keyboard.internal;
30 import com.android.inputmethod.keyboard.Key;
31 import com.android.inputmethod.keyboard.Keyboard;
32 import com.android.inputmethod.keyboard.KeyboardId;
49 * Keyboard Building helper.
51 * This class parses Keyboard XML file and eventually build a Keyboard.
52 * The Keyboard XML file looks like:
54 * &lt;!-- xml/keyboard.xml --&gt
    [all...]
PointerTrackerQueue.java 17 package com.android.inputmethod.keyboard.internal;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/personalization/
DynamicPersonalizationDictionaryWriter.java 23 import com.android.inputmethod.keyboard.ProximityInfo;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/
SettingsValues.java 26 import com.android.inputmethod.keyboard.internal.KeySpecParser;

Completed in 592 milliseconds

1 2 3 4 5 6 78 91011>>