/external/chromium/chrome/browser/ui/cocoa/bookmarks/ |
bookmark_button_cell.mm | 215 // Add extra size for the arrow so it doesn't overlap the text. 225 // Override cell drawing to add a submenu arrow like a real menu. 230 // If asked to do so, and if a folder, draw the arrow.
|
bookmark_bubble_controller.h | 44 IBOutlet InfoBubbleView* bubble_; // to set arrow position
|
bookmark_button_cell_unittest.mm | 157 // Subfolder arrow details. 176 // Once we turn on arrow drawing make sure there is now room for it.
|
/external/webkit/Source/WebCore/platform/gtk/ |
ScrollbarThemeGtk2.cpp | 187 gtk_widget_style_get(widget, "arrow-scaling", &arrowScaling, NULL); 196 "arrow-displacement-x", &arrowDisplacementX, 197 "arrow-displacement-y", &arrowDisplacementY,
|
/frameworks/base/core/java/android/widget/ |
RatingBar.java | 29 * stars. The user can touch/drag or use arrow keys to set the rating when using 58 * or arrow key/trackball as well as changes that were initiated 74 * touch gesture or arrow key/horizontal trackbell movement.
|
AbsSeekBar.java | 152 * Sets the amount of progress changed via the arrow keys. 155 * presses the arrow keys. 162 * Returns the amount of progress changed via the arrow keys. 167 * arrow keys. This will be positive.
|
/cts/tests/src/android/widget/cts/util/ |
ListUtil.java | 68 * Arrow (up or down as appropriate) to the desired position in the list.
|
/development/samples/GlobalTime/src/com/android/globaltime/ |
Clock.java | 95 * Adds a vertical arrow to the given Path. 108 * Adds a horizontal arrow to the given Path. 191 * @param showUpArrow if true, display an up arrow 192 * @param showDownArrow if true, display a down arrow
|
/external/chromium/chrome/browser/debugger/manual_tests/ |
element-styles.html | 31 <li>Expand the "padding" shorthand property using the arrow at the left. You should see the following
|
/external/chromium/chrome/browser/speech/ |
speech_input_bubble_mac.mm | 62 // arrow anchor point inside that to point at the bottom-left of the html
|
/external/chromium/chrome/browser/ui/cocoa/ |
base_bubble_controller.h | 31 IBOutlet InfoBubbleView* bubble_; // to set arrow position
|
url_drop_target.h | 66 // coordinates) and any indicator of location -- e.g., an arrow -- should be
|
/external/chromium/chrome/browser/ui/cocoa/location_bar/ |
location_bar_decoration.h | 50 // an arrow cursor when the mouse is over them.
|
/external/chromium/chrome/browser/ui/gtk/infobars/ |
translate_infobar_base_gtk.h | 63 // Builds a button with an arrow in it to emulate the menu-button style from
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/news_a11y/ |
feed.html | 297 // Display content under heading when spacebar or right-arrow pressed 298 // Hide content when spacebar pressed again or left-arrow pressed 299 // Move to next heading when down-arrow pressed 300 // Move to previous heading when up-arrow pressed
|
/external/qemu/pc-bios/keymaps/ |
common | 102 # Arrow keys
|
/external/webkit/Source/WebCore/manual-tests/ |
dictionary-scrolled-iframe.html | 10 1. Click the inner frame’s down scroll arrow once.<br>
|
/external/webkit/Source/WebCore/platform/ |
WindowsKeyboardCodes.h | 92 #define VK_LEFT 0x25 // LEFT ARROW key 93 #define VK_UP 0x26 // UP ARROW key 94 #define VK_RIGHT 0x27 // RIGHT ARROW key 95 #define VK_DOWN 0x28 // DOWN ARROW key
|
/frameworks/base/core/tests/coretests/src/android/util/ |
ListUtil.java | 70 * Arrow (up or down as appropriate) to the desired position in the list.
|
/frameworks/base/core/tests/coretests/src/android/widget/gridview/ |
GridScrollListenerTest.java | 69 assertTrue("Arrow scroll did not happen", mFirstVisibleItem > firstVisibleItem);
|
/frameworks/base/core/tests/coretests/src/android/widget/listview/ |
ListScrollListenerTest.java | 67 assertTrue("Arrow scroll did not happen", mFirstVisibleItem > firstVisibleItem);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/ |
ConstraintPainter.java | 56 /** The size of the arrow head */ 255 * Instead, we can simply draw a diagonal arrow here to represent BOTH constraints and 403 // arrow from the source up to (or down to) the target. 420 // Yes, the lines overlap -- just draw a straight arrow 451 // Draw reverse arrow to make it clear the node is as close 478 // need to make some adjustments to make sure the arrow points in the right 553 // Place the arrow 1/4 instead of 1/2 in the source to avoid overlapping with the 558 // Adjust position of source arrow such that it does not sit across edge; it 636 // arrow from the source over to the target. 650 // Draw reverse arrow to make it clear the node is as clos [all...] |
/external/harfbuzz/contrib/tables/ |
DerivedCombiningClass.txt | 96 02EF..02FF ; 0 # Sk [17] MODIFIER LETTER LOW DOWN ARROWHEAD..MODIFIER LETTER LOW LEFT ARROW [all...] |
/external/chromium/chrome/browser/ui/cocoa/download/ |
download_started_animation_mac.mm | 6 // at the start of a download. The animation produces an arrow pointing 87 // Load the image of the download arrow.
|
/external/chromium/chrome/browser/ui/gtk/download/ |
download_started_animation_gtk.cc | 41 // Move the arrow to wherever it should currently be. 113 // Set the shape of the window to that of the arrow. Areas with
|