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

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/arm/armv6/
intra4x4_predict_v6.asm 256 ; scale down
319 ; scale down
388 ; scale down
454 ; scale down
521 ; scale down
  /external/libvpx/libvpx/vp8/common/arm/armv6/
intra4x4_predict_v6.asm 256 ; scale down
319 ; scale down
388 ; scale down
454 ; scale down
521 ; scale down
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/armv6/
intra4x4_predict_v6.asm 256 ; scale down
319 ; scale down
388 ; scale down
454 ; scale down
521 ; scale down
  /frameworks/native/services/inputflinger/
InputReader.h 173 // to noise from a finger resting on the touch pad (perhaps just pressing it down).
177 // The time between down and up must be less than this to be considered a tap.
181 // The time between the previous tap's up and the next down must be less than
185 // Note that the previous tap will be held down for this entire duration so this
189 // The distance in pixels that the pointer is allowed to move from initial down
193 // Time after the first touch points go down to settle on an initial centroid.
194 // This is intended to be enough time to handle cases where the user puts down two
1478 bool down; member in struct:android::TouchInputMapper::CurrentVirtualKeyState
1651 bool down; member in struct:android::TouchInputMapper::PointerSimple
    [all...]
InputDispatcher.cpp 245 // Wait for callback or timeout or wake. (make sure we round up, not down)
725 // Not a repeat. Save key down state in case we do see a repeat later.
1160 bool down = maskedAction == AMOTION_EVENT_ACTION_DOWN; local
    [all...]
  /external/chromium_org/chrome/browser/resources/
sync_setup_overlay.js 49 * The user's selection in the synced data type drop-down menu, as an index.
71 // options in the main drop-down menu. Reset when the dialog is closed.
78 // in the main drop-down menu. All checkboxes are checked and disabled when
228 * drop-down menu of the advanced settings dialog.
487 // between the drop-down menu items in the advanced settings dialog.
497 // between its drop-down menu items as follows:
655 * "Sync everything" or the "Choose what to sync" drop-down menu item.
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
key_util.js 52 * pressed one after the other while modifier keys (Cros+Shift) are held down.
118 // we never get a key up for the key down (keyCode 91).
271 return 'Down arrow';
362 * A KeySequence with a keyCode of 76 ('L') and the control and alt keys down
key_sequence.js 22 * - Two discrete keys (at most): [Down arrow], [A, A] or [O, W] etc. Can
28 * - Two discrete keys (at most): [Down arrow], [A, A] or [O, W] etc.
115 * this cache because repeated key down computations causes ChromeVox to become
222 * KeySequence involves the ChromeVox modifier and the ctrl key being held down
339 // For each modifier that is held down, remove it from the combo.
576 case 34: // Page down.
577 evt['keyCode'] = 40; // Down arrow.
  /external/chromium_org/native_client_sdk/src/doc/
faq.rst 533 down to "Native Client", click the "Enable" link, scroll down to the
537 ``about:plugins`` in the Chrome address bar, scroll down to "Native
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
NFAFactory.java 275 * It slows things down a bit, but I must ignore predicates after
689 StateCluster down = build_Atom(Label.DOWN, associatedAST); local
690 wildRoot = build_AB(wildRoot,down); // hook in; . DOWN
695 wildRoot = build_AB(wildRoot,wildChildren); // hook in; . DOWN .+
698 wildRoot = build_AB(wildRoot,up); // hook in; . DOWN .+ UP
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/ui/
widget.js 155 * The default widget key down handler.
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/extensions/searchvox/
util.js 118 * @param {boolean=} shiftKey Specifies if shift is held down.
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/app_launcher/
popup.js 147 DOWN : 40
150 // Set up a key event handler that handles moving the selected app up/down,
155 case keys.DOWN:
  /external/chromium_org/chrome/renderer/resources/extensions/
automation_custom_bindings.js 114 // TODO(dmazzoni): Don't send down placeholder (crbug.com/397553)
  /external/chromium_org/third_party/angle/util/win32/
Win32Window.cpp 218 bool down = (message == WM_KEYDOWN || message == WM_SYSKEYDOWN); local
221 event.Type = down ? Event::EVENT_KEY_PRESSED : Event::EVENT_KEY_RELEASED;
288 // Mouse wheel button down event
313 // Mouse X button down event
  /external/chromium_org/third_party/bintrees/bintrees/
treemixin.py 237 node.down(direction)
241 node.down(other)
  /external/chromium_org/third_party/jinja2/
filters.py 633 - ``'common'`` rounds either up or down
635 - ``'floor'`` always rounds down
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/ui/
search_box.js 83 * 1) The user selects an item A with up/down keys (item A is highlighted)
  /external/chromium_org/ui/webui/resources/js/
webui_resource_test.js 135 * Armed during setup of a test to call the matching tear down code.
  /external/icu/icu4c/source/common/
Android.mk 186 # Using -Os over -O3 actually cuts down the final executable size by a few dozen kilobytes
  /external/icu/icu4c/source/i18n/
Android.mk 165 # Using -Os over -O3 actually cuts down the final executable size by a few dozen kilobytes
  /external/libunwind/doc/
libunwind.tex 84 ``down'' direction (towards newer stack frames), this effect can be
86 that sometimes has to move ``down'' by one stack frame could maintain
91 approach, the program could move one step ``down'' simply by copying
94 frame and that way it could move up and down the callframe-chain at
  /frameworks/base/core/java/android/widget/
ListView.java 228 // we are too high, slide all views down to align with bottom
605 // need to MOVE DOWN to get it in view: move down just enough so
653 void fillGap(boolean down) {
655 if (down) {
677 * Fills the list from pos down to the end of the list view.
765 * down from there. This method forces mSelectedPosition to the center.
    [all...]
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
AddAccessoryActivity.java 314 // Start timer count down for exiting activity.
399 // Back key pressed down
405 // HW key was in DOWN state before
424 private void sendKeyEvent(int keyCode, boolean down) {
429 down ? KeyEvent.ACTION_DOWN : KeyEvent.ACTION_UP,
500 // Start timer count down for exiting activity.
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
SuggestionStripView.java 385 public boolean onScroll(MotionEvent down, MotionEvent me, float deltaX, float deltaY) {
386 final float dy = me.getY() - down.getY();

Completed in 2202 milliseconds

1 2 3 4 5 6 78 91011>>