HomeSort by relevance Sort by last modified time
    Searched full:scroll (Results 1 - 25 of 1318) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/libxkbcommon/xkbcommon/test/data/compat/
ledscroll 1 // Use the Scroll Lock LED to show either
2 // Scroll Lock, Group, or Shift Lock state.
5 indicator "Scroll Lock" {
13 indicator "Scroll Lock" {
20 indicator "Scroll Lock" {
  /external/autotest/client/site_tests/touch_MouseScroll/
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
6 up_slow - Scroll the mouse wheel up slowly to record multiple scrolls.
7 up_fast - Scroll the mouse wheel up fast to record multiple scrolls.
8 up_1 - Scroll the mouse wheel up (one gear up) to record single scroll.
9 down_slow - Scroll the mouse wheel down slowly to record scrolls.
10 down_fast - Scroll the mouse wheel down fast to record multiple scrolls.
11 down_1 - Scroll the mouse wheel down (one gear down) to record single scroll
    [all...]
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/autotest/client/site_tests/touch_TabSwitch/
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 switch to another tab in left direction.
7 <DEVICE NAME>_touchpad_Touch ID_three-finger-swipe-right - Three finger scroll on touchpad to switch to another tab in right direction.
  /external/toybox/kconfig/lxdialog/
menubox.c 53 * Reset 'scroll' to 0 if the value from lxdialog.scrltmp is bogus.
56 * fscanf would read in 'scroll', and eventually that value would get used.
109 * Print the scroll indicators.
111 static void print_arrows(WINDOW * win, int item_no, int scroll, int y, int x,
120 if (scroll > 0) {
136 if ((height < item_no) && (scroll + height < item_no)) {
168 /* scroll up n lines (n may be negative) */
169 static void do_scroll(WINDOW *win, int *scroll, int n)
171 /* Scroll menu up */
175 *scroll = *scroll + n
187 int key = 0, button = 0, scroll = 0, choice = 0; local
    [all...]
checklist.c 57 * Print the scroll indicators.
59 static void print_arrows(WINDOW * win, int choice, int item_no, int scroll,
64 if (scroll > 0) {
79 if ((height < item_no) && (scroll + choice < item_no - 1)) {
115 int key = 0, button = 0, choice = 0, scroll = 0, max_choice; local
182 scroll = choice - list_height + 1;
183 choice -= scroll;
188 item_set(scroll + i);
192 print_arrows(dialog, choice, item_count(), scroll,
205 item_set(i + scroll);
    [all...]
  /external/autotest/client/site_tests/touch_ScrollDirection/
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.
  /frameworks/support/compat/src/main/java/androidx/core/view/
NestedScrollingParent2.java 42 * React to a descendant view initiating a nestable scroll operation, claiming the
43 * nested scroll operation if appropriate.
53 * of the scroll operation in progress. When the nested scroll is finished this ViewParent
58 * @param target View that initiated the nested scroll
61 * @param type the type of input which cause this scroll event
62 * @return true if this ViewParent accepts the nested scroll operation
68 * React to the successful claiming of a nested scroll operation.
73 * for the nested scroll. Implementations of this method should always call their superclass's
77 * @param target View that initiated the nested scroll
    [all...]
NestedScrollingChild2.java 45 * Begin a nestable scroll operation along the given axes, for the given input type.
47 * <p>A view starting a nested scroll promises to abide by the following contract:</p>
49 * <p>The view will call startNestedScroll upon initiating a scroll operation. In the case
50 * of a touch scroll type this corresponds to the initial {@link MotionEvent#ACTION_DOWN}.
51 * In the case of touch scrolling the nested scroll will be terminated automatically in
54 * {@link #stopNestedScroll(int)} to indicate the end of the nested scroll.</p>
57 * If it returns false the caller may ignore the rest of this contract until the next scroll.
58 * Calling startNestedScroll while a nested scroll is already in progress will return true.</p>
60 * <p>At each incremental step of the scroll the caller should invoke
63 * parent at least partially consumed the scroll and the caller should adjust the amount i
    [all...]
NestedScrollingChild.java 50 * while a nested scroll is in progress has the effect of {@link #stopNestedScroll() stopping}
51 * the nested scroll.</p>
64 * about the scroll operation in progress to a compatible and cooperating nested scrolling
74 * Begin a nestable scroll operation along the given axes.
76 * <p>A view starting a nested scroll promises to abide by the following contract:</p>
78 * <p>The view will call startNestedScroll upon initiating a scroll operation. In the case
79 * of a touch scroll this corresponds to the initial {@link MotionEvent#ACTION_DOWN}.
80 * In the case of touch scrolling the nested scroll will be terminated automatically in
83 * {@link #stopNestedScroll()} to indicate the end of the nested scroll.</p>
86 * If it returns false the caller may ignore the rest of this contract until the next scroll
    [all...]
NestedScrollingParent.java 43 * React to a descendant view initiating a nestable scroll operation, claiming the
44 * nested scroll operation if appropriate.
54 * of the scroll operation in progress. When the nested scroll is finished this ViewParent
59 * @param target View that initiated the nested scroll
62 * @return true if this ViewParent accepts the nested scroll operation
67 * React to the successful claiming of a nested scroll operation.
72 * for the nested scroll. Implementations of this method should always call their superclass's
76 * @param target View that initiated the nested scroll
85 * React to a nested scroll operation ending
    [all...]
  /frameworks/support/wear/src/androidTest/java/androidx/wear/widget/
ScrollManagerTest.java 71 // Pretend to scroll in a straight line from center left to upper left
72 scroll(mScrollManagerUnderTest, 30, 30, 200, 150); method
73 // The scroll manager should require the recycler view to scroll up and only up
80 // Pretend to scroll in a straight line upper left to center left
81 scroll(mScrollManagerUnderTest, 30, 30, 150, 200); method
82 // The scroll manager should require the recycler view to scroll down and only down
89 // Pretend to scroll in a straight line from center right to upper right
90 scroll(mScrollManagerUnderTest, 370, 370, 200, 150) method
99 scroll(mScrollManagerUnderTest, 370, 370, 150, 200); method
123 private static void scroll(ScrollManager scrollManager, float fromX, float toX, float fromY, method in class:ScrollManagerTest
    [all...]
  /platform_testing/libraries/app-helpers/interfaces/clockwork/src/android/platform/helpers/
IAgendaHelper.java 25 * Scroll in direction
27 * @param d direction to scroll
28 * @return boolean scroll successful or not
30 public boolean scroll(Direction d); method in interface:IAgendaHelper
IWeatherHelper.java 25 * Scroll in direction
27 * @param d direction to scroll
28 * @return boolean scroll successful or not
30 public boolean scroll(Direction d); method in interface:IWeatherHelper
IYourFeedHelper.java 25 * Scroll in direction
27 * @param d direction to scroll
28 * @return boolean scroll successful or not
30 public boolean scroll(Direction d); method in interface:IYourFeedHelper
  /external/droiddriver/src/io/appium/droiddriver/scroll/
ScrollStepStrategy.java 16 package io.appium.droiddriver.scroll;
21 import io.appium.droiddriver.scroll.Direction.DirectionConverter;
22 import io.appium.droiddriver.scroll.Direction.PhysicalDirection;
29 * Tries to scroll {@code containerFinder} in {@code direction}. Returns whether scrolling is
33 * @param containerFinder Finder for the container that can scroll, for instance a ListView
37 boolean scroll(DroidDriver driver, Finder containerFinder, PhysicalDirection direction); method in interface:ScrollStepStrategy
45 * Called only if this step is at the beginning of a series of scroll steps with regard to the
49 * @param containerFinder Finder for the container that can scroll, for instance a ListView
57 * Called only if this step is at the end of a series of scroll steps with regard to the given
61 * @param containerFinder Finder for the container that can scroll, for instance a ListVie
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
AbsListView_ScrollTest.java 104 * Listener that allows waiting for the end of a scroll. When the tracked
182 // place, so our tracking based on scroll state change will time out. This
187 // Register a scroll listener on our ListView. The listener will notify our latch
188 // when the scroll state changes to IDLE. If that never happens, the latch will
195 assertTrue("Timed out while waiting for the scroll to complete",
198 // Verify that the position we've been asked to scroll to is visible
199 assertTrue("Asked to scroll to " + positionToScrollTo + ", first visible is "
208 // Scroll closer to the end of the list
210 // Scroll back towards the beginning of the list
223 // Scroll one row dow
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/
NestedScrollingChild.java 46 * while a nested scroll is in progress has the effect of {@link #stopNestedScroll() stopping}
47 * the nested scroll.</p>
60 * about the scroll operation in progress to a compatible and cooperating nested scrolling
70 * Begin a nestable scroll operation along the given axes.
72 * <p>A view starting a nested scroll promises to abide by the following contract:</p>
74 * <p>The view will call startNestedScroll upon initiating a scroll operation. In the case
75 * of a touch scroll this corresponds to the initial {@link MotionEvent#ACTION_DOWN}.
76 * In the case of touch scrolling the nested scroll will be terminated automatically in
79 * {@link #stopNestedScroll()} to indicate the end of the nested scroll.</p>
82 * If it returns false the caller may ignore the rest of this contract until the next scroll
    [all...]
  /frameworks/native/services/vr/virtual_touchpad/aidl/android/dvr/
VirtualTouchpadService.aidl 39 * Generate a simulated scroll event.
42 * @param x Horizontal scroll increment.
43 * @param y Vertical scroll increment.
45 * Scroll values are in the range [-1.0, 1.0].
47 void scroll(int touchpad, float x, float y) = 4;
  /packages/apps/Launcher2/src/com/android/launcher2/
DragScroller.java 28 * The touch point has entered the scroll area; a scroll is imminent.
31 * @param direction The scroll direction
36 * The touch point has left the scroll area.
37 * NOTE: This may not be called, if a drop occurs inside the scroll area.
  /external/autotest/client/site_tests/touch_TouchscreenScroll/
README 7 scroll during the movement. Scroll should be continuous.
  /frameworks/support/compat/src/main/java/androidx/core/widget/
ScrollerCompat.java 27 * current device's preferred scroll physics and fling behavior. It offers a subset of
74 * Returns the current X offset in the scroll.
86 * Returns the current Y offset in the scroll.
98 * @return The final X position for the scroll in progress, if known.
108 * @return The final Y position for the scroll in progress, if known.
147 * The scroll will use the default value of 250 milliseconds for the
150 * @param startX Starting horizontal scroll offset in pixels. Positive
151 * numbers will scroll the content to the left.
152 * @param startY Starting vertical scroll offset in pixels. Positive numbers
153 * will scroll the content up
    [all...]
  /frameworks/support/recyclerview-selection/src/androidTest/java/androidx/recyclerview/selection/
ViewAutoScrollerTest.java 55 mScroller.scroll(new Point(0, VIEW_HEIGHT / 2));
63 // mScroller.scroll(mEvent.location(0, TOP_Y_POINT).build());
69 mScroller.scroll(new Point(0, TOP_Y_POINT));
72 mScroller.scroll(new Point(0, TOP_Y_POINT - 1));
81 mScroller.scroll(new Point(0, TOP_Y_POINT));
84 mScroller.scroll(new Point(0, TOP_Y_POINT - 20));
92 mScroller.scroll(new Point(0, TOP_Y_POINT));
101 mScroller.scroll(new Point(0, TOP_Y_POINT));
104 mScroller.scroll(new Point(0, TOP_Y_POINT - 20));
113 mScroller.scroll(new Point(0, BOTTOM_Y_POINT))
    [all...]
  /frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/template/
RequireScrollMixin.java 40 * Listener for when the require-scroll state changes. Note that this only requires the user to
41 * scroll to the bottom once - if the user scrolled to the bottom and back-up, scrolling to
47 * Called when require-scroll state changed.
49 * @param scrollNeeded True if the user should be required to scroll to bottom.
55 * A delegate to detect scrollability changes and to scroll the page. This provides a layer
67 * Scroll the page content down by one page.
105 * Listen to require scroll state changes. When scroll is required,
115 * @return The scroll state listener previously set, or {@code null} if none is registered.
122 * Creates an {@link OnClickListener} which if scrolling is required, will scroll the page down
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/allapps/
AllAppsFastScrollHelper.java 33 // Keeps track of the current and targeted fast scroll section (the section to scroll to after
39 // The settled states affect the delay before the fast scroll animation is applied
43 // Set of all views animated during fast scroll. We keep track of these ourselves since there
47 // Smooth fast-scroll animation frames
52 * This runnable runs a single frame of the smooth scroll animation and posts the next frame
67 * This runnable updates the current fast scroll section to the target fastscroll section.
92 * @return whether the fastscroller can scroll to the new section.
106 * ourselves and animating the scroll on the recycler view.
115 // In this case, the user has already settled once (and the fast scroll state ha
    [all...]

Completed in 1914 milliseconds

1 2 3 4 5 6 7 8 91011>>