/frameworks/base/core/tests/coretests/src/android/widget/listview/ |
ListManagedCursorTest.java | 140 assertTrue("Arrow scroll did not happen", firstVisiblePosition > 0);
|
/packages/apps/Calculator/res/values/ |
strings.xml | 58 <!-- Do not translate. Down arrow; don't translate. Displayed as button on screen. -->
|
/packages/apps/Email/tests/src/com/android/emailcommon/internet/ |
MimeMessageTest.java | 44 /** up arrow, down arrow, left arrow, right arrow */
|
MimeUtilityTest.java | 44 /** up arrow, down arrow, left arrow, right arrow */
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
GCWrapper.java | 519 // Make size adjustments to ensure that the arrow has enough width to be visible 570 // Imagine a line of the same length as the arrow, but with angle 0. 571 // Its two arrow lines are at (-arrowWidth, -arrowHeight) relative 587 /* TODO: Experiment with filled arrow heads?
|
/external/webkit/Source/WebCore/rendering/ |
RenderThemeSafari.cpp | 816 // Since we actually know the size of the control here, we restrict the font scale to make sure the arrow will fit vertically in the bounds 831 FloatPoint arrow[3]; local 832 arrow[0] = FloatPoint(leftEdge, centerY - arrowHeight / 2.0f); 833 arrow[1] = FloatPoint(leftEdge + arrowWidth, centerY - arrowHeight / 2.0f); 834 arrow[2] = FloatPoint(leftEdge + arrowWidth / 2.0f, centerY + arrowHeight / 2.0f); 836 // Draw the arrow 837 paintInfo.context->drawConvexPolygon(3, arrow, true); [all...] |
/frameworks/base/core/java/android/widget/ |
HorizontalScrollView.java | 115 * Whether arrow scrolling is animated. 190 * an arrow event. 287 * @return Whether arrow scrolling will animate its transition. 294 * Set whether arrow scrolling will animate its transition. 295 * @param smoothScrollingEnabled whether arrow scrolling will animate its transition [all...] |
ScrollView.java | 111 * Whether arrow scrolling is animated. 200 * an arrow event. 296 * @return Whether arrow scrolling will animate its transition. 303 * Set whether arrow scrolling will animate its transition. 304 * @param smoothScrollingEnabled whether arrow scrolling will animate its transition [all...] |
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
curses.h | 256 #define ACS_LARROW NCURSES_ACS(',') /* arrow pointing left */ 257 #define ACS_RARROW NCURSES_ACS('+') /* arrow pointing right */ 258 #define ACS_DARROW NCURSES_ACS('.') /* arrow pointing down */ 259 #define ACS_UARROW NCURSES_ACS('-') /* arrow pointing up */ [all...] |
ncurses.h | 256 #define ACS_LARROW NCURSES_ACS(',') /* arrow pointing left */ 257 #define ACS_RARROW NCURSES_ACS('+') /* arrow pointing right */ 258 #define ACS_DARROW NCURSES_ACS('.') /* arrow pointing down */ 259 #define ACS_UARROW NCURSES_ACS('-') /* arrow pointing up */ [all...] |
/external/valgrind/main/massif/ |
ms_print.in | 193 my ($is_top_node, $this_prefix, $child_midfix, $arrow, $mem_total_B) = @_; 204 # We precede this node's line with "$this_prefix.$arrow". We precede 205 # any children of this node with "$this_prefix$child_midfix$arrow". 210 "$this_prefix$arrow%05.2f%% (%sB)%s\n", $perc, commify($bytes), 496 $graph[$graph_x][0] = '>'; # X-axis arrow 497 $graph[0][$graph_y] = '^'; # Y-axis arrow
|
/external/qemu/android/skin/ |
keyboard.c | 226 /* first, handle the arrow keys directly */ 240 D("handling arrow (sym=%d mod=%d)", sym, mod);
|
/external/webkit/Source/WebKit/mac/Plugins/Hosted/ |
WebHostedNetscapePluginView.mm | 331 // Set cursor to arrow. Plugins often handle cursor internally, but those that don't will just get this default one. 343 // Set cursor back to arrow cursor. Because NSCursor doesn't know about changes that the plugin made, we could get confused about what we think the
|
/external/chromium/chrome/browser/autocomplete/ |
autocomplete_match.h | 146 // by pressing the arrow keys. This may be different than a URL, for example,
|
/external/chromium/chrome/browser/resources/shared/js/cr/ui/ |
list_selection_model.js | 204 * the user is moving using the arrow keys.
|
/external/chromium/chrome/common/extensions/docs/css/ |
ApiRefStyles.css | 924 #gc-collapsible-arrow { 927 background:url(/images/hide-arrow.gif) top left no-repeat; 934 #gc-collapsible-arrow.collapsed { 935 background:url(/images/show-arrow.gif) top left no-repeat;
|
/external/harfbuzz/src/ |
harfbuzz-shaper.h | 144 /*HB_Bool*/ hb_bitfield charStop :1; /* Valid cursor position (for left/right arrow) */
|
/external/libvpx/examples/includes/geshi/geshi/ |
gnuplot.php | 66 'angles', 'arrow', 'autoscale', 'bars',
|
/external/stlport/stlport/stl/ |
_iterator.h | 58 // pointer type required for arrow operator hidden behind _STLP_DEFINE_ARROW_OPERATOR:
|
/external/webkit/Source/WebCore/platform/chromium/ |
PlatformThemeChromiumGtk.cpp | 183 // If the button is disabled or read-only, the arrow is drawn with the outline color.
|
/external/webkit/Source/WebKit/chromium/src/ |
EditorClientImpl.h | 122 // it is empty. This is called when you press the up or down arrow in a
|
/external/webkit/Source/WebKit2/Shared/mac/ |
WebEventFactory.mm | 756 // VK_LEFT (25) LEFT ARROW key 758 // VK_UP (26) UP ARROW key 760 // VK_RIGHT (27) RIGHT ARROW key 762 // VK_DOWN (28) DOWN ARROW key [all...] |
/frameworks/base/core/java/android/webkit/ |
WebTextView.java | 290 // Ensure there is a layout so arrow keys are handled properly. 315 // return true. If it is an arrow key or a delete key, we can go 344 * In theory, we would like to send the events for the arrow keys. 350 // Arrow key does not change the text, but we still want to send [all...] |
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_iterator.h | 58 // pointer type required for arrow operator hidden behind _STLP_DEFINE_ARROW_OPERATOR:
|
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/ |
_iterator.h | 58 // pointer type required for arrow operator hidden behind _STLP_DEFINE_ARROW_OPERATOR:
|