/external/toybox/kconfig/lxdialog/ |
D | menubox.c | 111 static void print_arrows(WINDOW * win, int item_no, int scroll, int y, int x, in print_arrows() argument 120 if (scroll > 0) { in print_arrows() 136 if ((height < item_no) && (scroll + height < item_no)) { in print_arrows() 169 static void do_scroll(WINDOW *win, int *scroll, int n) in do_scroll() argument 175 *scroll = *scroll + n; in do_scroll() 187 int key = 0, button = 0, scroll = 0, choice = 0; in dialog_menu() local 250 scroll = *s_scroll; in dialog_menu() 251 if ((scroll <= choice) && (scroll + max_choice > choice) && in dialog_menu() 252 (scroll >= 0) && (scroll + max_choice <= item_count())) { in dialog_menu() 253 first_item = scroll; in dialog_menu() [all …]
|
D | checklist.c | 59 static void print_arrows(WINDOW * win, int choice, int item_no, int scroll, in print_arrows() argument 64 if (scroll > 0) { in print_arrows() 79 if ((height < item_no) && (scroll + choice < item_no - 1)) { in print_arrows() 115 int key = 0, button = 0, choice = 0, scroll = 0, max_choice; in dialog_checklist() local 182 scroll = choice - list_height + 1; in dialog_checklist() 183 choice -= scroll; in dialog_checklist() 188 item_set(scroll + i); in dialog_checklist() 192 print_arrows(dialog, choice, item_count(), scroll, in dialog_checklist() 205 item_set(i + scroll); in dialog_checklist() 214 if (!scroll) in dialog_checklist() [all …]
|
D | inputbox.c | 48 int input_x = 0, scroll = 0, key = 0, button = -1; in dialog_inputbox() local 103 scroll = input_x - box_width + 1; in dialog_inputbox() 106 waddch(dialog, instr[scroll + i]); in dialog_inputbox() 130 if (input_x || scroll) { in dialog_inputbox() 133 scroll = scroll < box_width - 1 ? 0 : scroll - (box_width - 1); in dialog_inputbox() 137 instr[scroll + input_x + i] ? in dialog_inputbox() 138 instr[scroll + input_x + i] : ' '); in dialog_inputbox() 139 input_x = strlen(instr) - scroll; in dialog_inputbox() 142 instr[scroll + input_x] = '\0'; in dialog_inputbox() 150 if (scroll + input_x < MAX_LEN) { in dialog_inputbox() [all …]
|
/external/autotest/client/site_tests/touch_ScrollDirection/ |
D | README | 1 touch_ScrollDirection test uses four gesture files that scroll. All scrolls 3 lift fingers and continue to scroll). Having the scroll stop in the middle of 6 <DEVICE NAME>_touchpad_Touch ID_scroll-down - Two finger scroll on touchpad in downward direction. 7 <DEVICE NAME>_touchpad_Touch ID_scroll-right - Two finger scroll on touchpad in right direction. 8 <DEVICE NAME>_touchpad_Touch ID_scroll-left - Two finger scroll on touchpad in left direction. 9 <DEVICE NAME>_touchpad_Touch ID_scroll-up - Two finger scroll on touchpad in upward direction.
|
/external/autotest/client/site_tests/touch_GestureNav/ |
D | README | 1 touch_BackFwdTest test uses two gesture files that long-scroll horizontally. 3 (i.e. do not lift fingers and continue to scroll). Having the scroll stop 8 scroll on touchpad to navigate back. 10 scroll on touchpad to navigate forward.
|
/external/autotest/client/site_tests/touch_TabSwitch/ |
D | README | 1 touch_TabSwitch test uses two gesture files that scroll. All scrolls 3 lift fingers and continue to scroll). Having the scroll stop in the middle of 6 <DEVICE NAME>_touchpad_Touch ID_three-finger-swipe-left - Three finger scroll on touchpad to switc… 7 <DEVICE NAME>_touchpad_Touch ID_three-finger-swipe-right - Three finger scroll on touchpad to swit…
|
/external/autotest/client/site_tests/touch_MouseScroll/ |
D | README | 1 touch_MouseScroll test uses thirteen gesture files that scroll. All scrolls 3 scroll movement). Having the scroll stop in the middle of the test would break 8 up_1 - Scroll the mouse wheel up (one gear up) to record single scroll. 11 down_1 - Scroll the mouse wheel down (one gear down) to record single scroll. 18 right_1 - Scroll the mouse ball right (one gear right) to record single scroll. 21 left_1 - Scroll the mouse ball left (one gear left) to record single scroll.
|
D | control | 20 scroll wheel tick (both up and down) and measures the page scroll delta. 21 Plays back a fast scroll and a slow scroll and compares them.
|
/external/python/cpython3/Doc/library/ |
D | tkinter.scrolledtext.rst | 6 :synopsis: Text widget with a vertical scroll bar. 15 implements a basic text widget which has a vertical scroll bar configured to do 17 setting up a text widget and scroll bar directly. 32 The frame which surrounds the text and scroll bar widgets. 37 The scroll bar widget.
|
/external/python/cpython2/Doc/library/ |
D | scrolledtext.rst | 6 :synopsis: Text widget with a vertical scroll bar. 11 implements a basic text widget which has a vertical scroll bar configured to do 13 setting up a text widget and scroll bar directly. The constructor is the same 33 The frame which surrounds the text and scroll bar widgets. 38 The scroll bar widget.
|
/external/antlr/gunit/src/main/java/org/antlr/gunit/swingui/ |
D | RuleListController.java | 55 private final JScrollPane scroll = new JScrollPane( list, field in RuleListController 68 return scroll; in getView() 89 scroll.setViewportBorder(BorderFactory.createEtchedBorder()); in initComponents() 90 scroll.setBorder(BorderFactory.createTitledBorder( in initComponents() 92 scroll.setOpaque(false); in initComponents()
|
D | TestCaseEditController.java | 47 private JScrollPane scroll; field in TestCaseEditController 149 scroll = new JScrollPane(listCases); in initComponents() 150 scroll.setBorder(BorderFactory.createTitledBorder( in initComponents() 152 scroll.setOpaque(false); in initComponents() 153 scroll.setViewportBorder(BorderFactory.createEtchedBorder()); in initComponents() 202 view.add(scroll, BorderLayout.CENTER); in initComponents() 427 private JScrollPane scroll = new JScrollPane(textArea, field in TestCaseEditController.InputMultiEditor 433 scroll.setBorder(BorderFactory.createLineBorder(Color.LIGHT_GRAY)); in InputMultiEditor() 451 return scroll; in getView() 505 private JScrollPane scroll = new JScrollPane(textArea, field in TestCaseEditController.OutputAstEditor [all …]
|
D | RunnerController.java | 69 private JScrollPane scroll = new JScrollPane(tree, field in RunnerController.RunnerView 76 scroll.setBorder(BorderFactory.createLineBorder(Color.LIGHT_GRAY)); in initComponents() 77 scroll.setOpaque(false); in initComponents() 79 this.add(scroll); in initComponents()
|
/external/mesa3d/src/freedreno/perfcntrs/ |
D | fdperf.c | 646 static int scroll = 0; in redraw() local 654 if ((current_cntr - scroll) > (max - 1)) { in redraw() 655 scroll = current_cntr - (max - 1); in redraw() 656 } else if ((current_cntr - 1) < scroll) { in redraw() 657 scroll = current_cntr - 1; in redraw() 669 if ((scroll <= row) && ((row - scroll) < max)) in redraw() 670 redraw_group_header(win, row - scroll, group->group->name); in redraw() 675 if ((scroll <= row) && ((row - scroll) < max)) in redraw() 676 redraw_counter(win, row - scroll, group, j, row == current_cntr); in redraw() 740 int cnt = 0, current = 0, scroll; in counter_dialog() local [all …]
|
/external/llvm-project/lldb/utils/lui/ |
D | commandwin.py | 82 self.win.scroll(1) 84 self.win.scroll(1) 87 self.win.scroll(1) 102 self.win.scroll(1) # TODO: scroll more for longer commands 118 self.win.scroll(1)
|
/external/autotest/client/site_tests/platform_ScrollTest/ |
D | platform_ScrollTest.py | 13 from telemetry.internal.actions import scroll 58 page_scroll = scroll.ScrollAction( 66 page_scroll = scroll.ScrollAction(
|
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/ |
D | eventhistory.cpp | 113 bool scroll = true; in addEvent() local 117 scroll = false; in addEvent() 122 if (scroll) in addEvent()
|
/external/oboe/docs/reference/ |
D | tabs.css | 1 …scroll-up,.sm-dox span.scroll-down{position:absolute;display:none;visibility:hidden;overflow:hidde…
|
/external/tinyxml2/docs/ |
D | tabs.css | 1 …scroll-up,.sm-dox span.scroll-down{position:absolute;display:none;visibility:hidden;overflow:hidde…
|
/external/angle/third_party/vulkan_memory_allocator/docs/html/ |
D | tabs.css | 1 …scroll-up,.sm-dox span.scroll-down{position:absolute;display:none;visibility:hidden;overflow:hidde…
|
/external/wpa_supplicant_8/src/utils/ |
D | browser.c | 294 GtkWidget *scroll; in hs20_web_browser() local 320 scroll = gtk_scrolled_window_new(NULL, NULL); in hs20_web_browser() 321 gtk_scrolled_window_set_policy(GTK_SCROLLED_WINDOW(scroll), in hs20_web_browser() 358 gtk_container_add(GTK_CONTAINER(scroll), GTK_WIDGET(view)); in hs20_web_browser() 359 gtk_container_add(GTK_CONTAINER(ctx.win), GTK_WIDGET(scroll)); in hs20_web_browser()
|
/external/walt/docs/ |
D | DragLatency.md | 1 ## Drag / scroll latency 10 For drag (or scroll) latency WALT uses a laser that shines across the touch device and hits a detec… 16  42 
|
/external/fmtlib/doc/bootstrap/ |
D | modals.less | 5 // .modal-open - body class for killing the scroll 6 // .modal - container to scroll within 10 // Kill the scroll on the body 130 overflow: scroll;
|
/external/llvm-project/clang-tools-extra/clang-doc/assets/ |
D | clang-doc-default-stylesheet.css | 77 overflow-y: scroll; 80 visibility: visible; /* shown by Javascript after scroll position restore */ 94 overflow-y: scroll; 96 visibility: visible; /* shown by Javascript after scroll position restore */ 101 overflow-y: scroll; 105 visibility: visible; /* shown by Javascript after scroll position restore */ 795 overflow-y: scroll; /* TODO: how to hide scroll bars? */ 799 visibility: hidden; /* shown by Javascript after scroll position restore */ 880 overflow-y: scroll;
|
/external/jline/src/src/main/resources/jline/ |
D | keybindings-mac.properties | 42 # CTRL-N: scroll to the next element in the history buffer 45 # CTRL-P: scroll to the previous element in the history buffer
|