HomeSort by relevance Sort by last modified time
    Searched full:down (Results 126 - 150 of 2503) sorted by null

1 2 3 4 56 7 8 91011>>

  /cts/tests/tests/text/src/android/text/method/cts/
LinkMovementMethodTest.java 396 notes = "Test {@link LinkMovementMethod#down(TextView, Spannable)}. It is protected. "
398 method = "down",
403 + "should be added into javadoc of LinkMovementMethod#down(TextView, Spannable) "
409 assertTrue(method.down(mView, mSpannable));
412 assertTrue(method.down(mView, mSpannable));
415 assertFalse(method.down(mView, mSpannable));
420 method.down(null, mSpannable);
427 method.down(mView, null);
523 notes = "Test {@link LinkMovementMethod#down(TextView, Spannable)}.",
524 method = "down",
643 protected boolean down(TextView widget, Spannable buffer) { method in class:LinkMovementMethodTest.MyLinkMovementMethod
    [all...]
  /external/quake/quake/src/QW/client/
keys.c 47 int keyshift[256]; // key to map to if shift held down in console
674 Called by the system between frames for both key up and key down events
678 void Key_Event (int key, qboolean down)
683 // Con_Printf ("%i : %i\n", key, down); //@@@
685 keydown[key] = down;
687 if (!down)
698 if (down)
713 shift_down = down;
720 if (!down)
747 if (!down)
    [all...]
  /development/simulator/app/
PhoneButton.cpp 161 { "dpad-down", KEY_DOWN },
166 { "volume-down", KEY_VOLUMEDOWN },
ExternalRuntime.cpp 59 * There is currently no "polite" way to shut this down.
  /external/dropbear/libtomcrypt/notes/
tech0006.txt 66 -- and rounded down, e.g. 521 => 65
74 -- and rounded down, e.g. 521 => 65
  /external/qemu/android/skin/
keyset.h 34 _SKIN_KEY_COMMAND(BUTTON_VOLUME_DOWN,"Volume down button") \
47 _SKIN_KEY_COMMAND(BUTTON_DPAD_DOWN,"DPad down") \
  /external/qemu/
offset_layout.py 55 PHONE = [ "soft-left", "home", "back", "dpad-up", "dpad-down", "dpad-left", "dpad-right", "dpad-center", "phone-dial", "phone-hangup", "power", "volume-up", "volume-down" ]
  /external/webkit/WebCore/platform/
PlatformWheelEvent.h 66 // up and down (you get the same behavior as if the user was clicking in a scrollbar track to page up or page down). Page scrolling only works in the vertical direction.
  /external/webkit/WebCore/platform/qt/
ScrollbarQt.cpp 66 QAction* actPageDown = menu.addAction(horizontal ? QCoreApplication::translate("QWebPage", "Page right") : QCoreApplication::translate("QWebPage", "Page down"));
70 QAction* actScrollDown = menu.addAction(horizontal ? QCoreApplication::translate("QWebPage", "Scroll right") : QCoreApplication::translate("QWebPage", "Scroll down"));
  /external/webkit/WebCore/rendering/
RenderThemeChromiumWin.h 80 // In short, we either go down the MenuList code path or the MenuListButton
81 // codepath. We never go down both. And in both cases, they render the
  /frameworks/base/cmds/input/src/com/android/commands/input/
Input.java 122 KeyEvent down = new KeyEvent(now, now, KeyEvent.ACTION_DOWN, eventCode, 0); local
126 .injectKeyEvent(down, true);
  /frameworks/base/core/res/res/anim/
wallpaper_close_enter.xml 34 <!-- This version zooms the new non-wallpaper down on top of the
49 <!-- This version zooms the new non-wallpaper down on top of the
wallpaper_close_exit.xml 31 <!-- This version zooms the new non-wallpaper down on top of the
44 <!-- This version zooms the new non-wallpaper down on top of the
wallpaper_open_enter.xml 20 <!-- This version zooms the exiting non-wallpaper down in to the
31 <!-- This version zooms the new non-wallpaper down on top of the
  /frameworks/base/core/tests/coretests/src/android/widget/listview/arrowscroll/
ListInterleaveFocusablesTest.java 61 // go down from an item that isn't focusable, make sure it finds the focusable
82 * Go down from a focusable when there is a focusable below, but it is more than
ListWithScreenOfNoSelectablesTest.java 59 // go down untile first (and only selectable) item is off screen
83 // go down untile first (and only selectable) item is off screen
  /frameworks/base/tests/BrowserPowerTest/src/com/android/browserpowertest/
PowerMeasurement.java 62 assertFalse(TESTING_URL + " is not available, either network is down or the server is down",
  /packages/apps/Phone/res/layout-finger/
voicemail_dial_delete.xml 18 for the emergency dialer: The voicemail icon is dimmed down to 33%.
39 to disable and the foreground has been dimmed down to 30%.
  /packages/apps/Phone/res/layout-long-finger/
voicemail_dial_delete.xml 18 for the emergency dialer: The voicemail icon is dimmed down to 33%.
41 disable and the foreground has been dimmed down to 30%. The
  /system/wlan/ti/sta_dk_4_0_4_32/pform/linux/src/
stack_profile.c 56 /* run from the stack pointer down to the base */
74 /* run from the stack pointer down to the base */
  /frameworks/base/core/java/android/view/
MotionEvent.java 46 * points since the last down or move event.
54 * points since the last down or move event.
73 * A non-primary pointer has gone down. The bits in
87 * down by {@link #ACTION_POINTER_INDEX_SHIFT} provides the actual pointer
88 * index where the data for the pointer going up or down can be found; you can
275 * @param downTime The time (in ms) when the user originally pressed down to start
355 * @param downTime The time (in ms) when the user originally pressed down to start
413 * @param downTime The time (in ms) when the user originally pressed down to start
474 * @param downTime The time (in ms) when the user originally pressed down to start
514 * Scales down the coordination of this event by the given scale
    [all...]
  /cts/tests/res/anim/
lineartest.xml 37 <event kind="keyPress" code="down">
  /dalvik/vm/alloc/
Heap.h 37 * Tear down the GC heap.
  /development/simulator/wrapsim/
DevAudio.c 85 * Free up our state before closing down the fake descriptor.
  /external/bluetooth/bluez/compat/
pand.1 70 Script to run when interface comes down

Completed in 489 milliseconds

1 2 3 4 56 7 8 91011>>