HomeSort by relevance Sort by last modified time
    Searched full:pressed (Results 401 - 425 of 1117) sorted by null

<<11121314151617181920>>

  /external/chromium_org/remoting/host/
remote_input_filter.cc 61 // Release all pressed buttons or keys, disable inputs, and note the time.
  /external/chromium_org/remoting/protocol/
message_decoder_unittest.cc 103 EXPECT_EQ((index % 2) != 0, message->key_event().pressed());
  /external/chromium_org/third_party/WebKit/Source/platform/
PlatformKeyboardEvent.h 74 // Text that would have been generated by the keyboard if no modifiers were pressed
  /external/chromium_org/third_party/libjingle/source/talk/examples/ios/AppRTCDemo/
APPRTCViewController.m 83 // when return (Join) is pressed to trigger |textFieldDidEndEditing|.
  /external/chromium_org/tools/perf/page_sets/data/
key_mobile_sites.json 30 "http://en.blog.wordpress.com/2012/09/04/freshly-pressed-editors-picks-for-august-2012/",
  /external/chromium_org/ui/app_list/views/
app_list_item_view.h 134 // A timer to defer showing drag UI when mouse is pressed.
  /external/chromium_org/ui/aura/test/
event_generator.cc 348 bool pressed[kMaxTouchPoints]; local
350 pressed[i] = false;
361 !pressed[last_id] &&
368 pressed[last_id] = true;
  /external/chromium_org/ui/views/controls/
native_control.h 83 // Invoked when a key is pressed on the control.
slider.h 36 // button is pressed or released).
  /external/chromium_org/ui/views/controls/scrollbar/
overlay_scroll_bar.cc 69 // If we are in pressed state, no need to worry about animation,
  /external/jmonkeyengine/engine/src/core/com/jme3/system/
SystemListener.java 66 * @param esc If true, the user pressed ESC to close the application.
  /external/jmonkeyengine/engine/src/test/jme3test/input/combomoves/
ComboMoveExecution.java 92 * @param pressedMappings Which mappings are currently pressed
  /external/jmonkeyengine/engine/src/test/jme3test/terrain/
TerrainTestModifyHeight.java 196 public void onAction(String name, boolean pressed, float tpf) {
197 if (name.equals("wireframe") && !pressed) {
205 raiseTerrain = pressed;
207 lowerTerrain = pressed;
  /external/llvm/include/llvm/Support/
Signals.h 58 /// @brief Register a function to be called when ctrl-c is pressed.
  /external/qemu/android/skin/
keyboard.c 30 /** LAST PRESSED KEYS
31 ** a small buffer of last pressed keys, this is used to properly
36 int unicode; /* Unicode of last pressed key */
468 * on the corresponding keyup ones, so remember the set of last pressed key
  /external/qemu/distrib/sdl-1.2.15/docs/html/
sdlenablekeyrepeat.html 128 > specifies how long the key must be pressed before it begins repeating, it then repeats at the speed specified by <TT
sdlgetmousestate.html 164 printf("Mouse Button 1(left) is pressed.\n");</PRE
sdljoystickgetbutton.html 146 > if the button is pressed. Otherwise, <SPAN
  /external/qemu/distrib/sdl-1.2.15/src/video/vgl/
SDL_vglevents_c.h 31 extern void VGL_keyboardcallback(int scancode, int pressed);
  /frameworks/base/docs/html/training/keyboard-input/
commands.jd 80 the exact modifier key you care about is being pressed with methods such as
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardUpdateMonitorCallback.java 152 * Called when the emergency call button is pressed.
  /frameworks/base/policy/src/com/android/internal/policy/impl/
ShortcutManager.java 104 * @param kcm The key character map of the device on which the key was pressed.
  /packages/apps/Contacts/res/layout/
group_browse_list_item.xml 19 thing when pressed or set the activated background to it. So we disable the default hilighting
  /packages/apps/InCallUI/src/com/android/incallui/
AnswerPresenter.java 56 // This happens when back button is pressed while incoming call is still being shown.
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
LastComposedWord.java 30 // COMMIT_TYPE_MANUAL_PICK is used when the user pressed a field in the suggestion strip.

Completed in 1555 milliseconds

<<11121314151617181920>>