/external/qemu/android/ |
keycode.h | 123 * it doesn't correspond to a D-Pad arrow. 'rotation' is the number of
|
/external/qemu/ |
curses_keys.h | 121 [0x103] = 72 | GREY, /* Up Arrow */ 123 [0x104] = 75 | GREY, /* Left Arrow */ 124 [0x105] = 77 | GREY, /* Right Arrow */ 126 [0x102] = 80 | GREY, /* Down Arrow */
|
/external/webkit/Source/WebCore/platform/chromium/ |
KeyboardCodes.h | 126 // VKEY_LEFT (25) LEFT ARROW key 129 // VKEY_UP (26) UP ARROW key 132 // VKEY_RIGHT (27) RIGHT ARROW key 135 // VKEY_DOWN (28) DOWN ARROW key
|
/external/webkit/Source/WebCore/platform/cocoa/ |
KeyEventCocoa.mm | 458 /* 0x7B */ VK_LEFT, // Left Arrow 459 /* 0x7C */ VK_RIGHT, // Right Arrow 460 /* 0x7D */ VK_DOWN, // Down Arrow 461 /* 0x7E */ VK_UP, // Up Arrow
|
/external/webkit/Source/WebCore/platform/haiku/ |
RenderThemeHaiku.cpp | 166 // Leave some space for the arrow.
|
/external/webkit/Source/WebCore/platform/wx/ |
KeyboardEventWx.cpp | 225 return VK_LEFT; // (25) LEFT ARROW key 228 return VK_UP; // (26) UP ARROW key 231 return VK_RIGHT; // (27) RIGHT ARROW key 234 return VK_DOWN; // (28) DOWN ARROW key
|
/external/webkit/Source/WebKit/win/ |
WebDropSource.cpp | 127 // If we are going to show something other than the not allowed arrow, then let Windows
|
/packages/apps/MusicFX/src/com/android/musicfx/seekbar/ |
AbsSeekBar.java | 150 * Sets the amount of progress changed via the arrow keys. 153 * presses the arrow keys. 160 * Returns the amount of progress changed via the arrow keys. 165 * arrow keys. This will be positive.
|
/build/tools/droiddoc/templates-pdk/assets/ |
search_autocomplete.js | 119 // 38 -- arrow up 127 // 40 -- arrow down
|
/build/tools/droiddoc/templates-sdk/assets/ |
search_autocomplete.js | 119 // 38 -- arrow up 127 // 40 -- arrow down
|
/development/scripts/app_engine_server/gae_shell/static/ |
shell.js | 97 if (event.ctrlKey && event.keyCode == 38 /* up arrow */) { 102 } else if (event.ctrlKey && event.keyCode == 40 /* down arrow */) {
|
/external/chromium/chrome/browser/resources/bookmark_manager/css/ |
bmm.css | 73 background: #fff -webkit-canvas(drop-down-arrow) no-repeat center center; 294 background: -webkit-canvas(drop-down-arrow) 100% 50% no-repeat;
|
/external/chromium/chrome/browser/ui/views/bubble/ |
bubble.h | 22 // in the tooltip. Additionally the Bubble renders an arrow pointing at 162 // The window used to render the padding, border and arrow.
|
/external/doclava/res/assets/templates/assets/ |
search_autocomplete.js | 119 // 38 -- arrow up 127 // 40 -- arrow down
|
/external/webkit/Source/WebCore/inspector/front-end/ |
Toolbar.js | 37 this._dropdownButton = document.getElementById("toolbar-dropdown-arrow"); 165 this._arrow = document.getElementById("toolbar-dropdown-arrow");
|
/external/icu4c/data/unidata/ |
DerivedAge.txt | 278 20D0..20E1 ; 1.1 # [18] COMBINING LEFT HARPOON ABOVE..COMBINING LEFT RIGHT ARROW ABOVE 281 2190..21EA ; 1.1 # [91] LEFTWARDS ARROW..UPWARDS WHITE ARROW FROM BAR 301 2776..2794 ; 1.1 # [31] DINGBAT NEGATIVE CIRCLED DIGIT ONE..HEAVY WIDE-HEADED RIGHTWARDS ARROW 302 2798..27AF ; 1.1 # [24] HEAVY SOUTH EAST ARROW..NOTCHED LOWER RIGHT-SHADOWED WHITE RIGHTWARDS ARROW 303 27B1..27BE ; 1.1 # [14] NOTCHED UPPER RIGHT-SHADOWED WHITE RIGHTWARDS ARROW..OPEN-OUTLINED RIGHTWARDS ARROW 417 0346..034E ; 3.0 # [9] COMBINING BRIDGE ABOVE..COMBINING UPWARDS ARROW BELOW 418 0362 ; 3.0 # COMBINING DOUBLE RIGHTWARDS ARROW BELO [all...] |
/external/harfbuzz/contrib/tables/ |
DerivedGeneralCategory.txt | [all...] |
/external/skia/emoji/ |
gmojiraw.txt | 25 FE018 \uDBB8\uDC18 \xF3\xBE\x80\x98 SOON WITH RIGHT ARROW ABOVE [SOON] 173 F95B E6B7 7E2D [SOON] 26 FE019 \uDBB8\uDC19 \xF3\xBE\x80\x99 ON WITH DOUBLE POINTING ARROW ABOVE [ON] 174 F95C E6B8 7E2E [ON] 27 FE01A \uDBB8\uDC1A \xF3\xBE\x80\x9A END WITH LEFT ARROW ABOVE [end] 175 F95D E6B9 7E2F [end] [all...] |
/development/pdk/docs/porting/ |
display_drivers.jd | 342 <li><strong>Arrow keys</strong>: When an arrow key is pressed, the desired icon doesn't get highlighted. For example, if you browse through icons in the Applications menu, you might notice that icons aren't highlighted as expected when you use the arrow key to navigate between options.</li>
|
/external/chromium/chrome/browser/ui/cocoa/location_bar/ |
location_bar_view_mac.mm | 61 // bubble arrow point. 130 // set by their top arrow. Because the BaseBubbleController adjusts the 131 // window origin left to account for the arrow spacing, the first run bubble
|
/external/chromium/chrome/browser/ui/views/infobars/ |
infobar_view.cc | 163 // Skia pixel centers are at the half-values, so the arrow is horizontally 167 // the arrow where it joins the bar. 179 // edge of the arrow than on the left.
|
/external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/ |
json_results.html | 381 TableSorter._sortedContents = function(header, arrow) 383 return arrow + ' ' + trim(header.textContent) + ' ' + arrow;
|
/system/core/liblinenoise/ |
linenoise.c | 281 /* left arrow */ 288 /* right arrow */ 295 /* up and down arrow: history */
|
/frameworks/base/core/java/com/android/internal/widget/ |
LockPatternView.java | [all...] |
/external/chromium/chrome/browser/ui/cocoa/bookmarks/ |
bookmark_bar_folder_controller.h | 88 // The up and down scroll arrow views. These arrows are hidden and shown 157 // Text typed by user, for type-select and arrow key support.
|