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

1 2 3 4 56 7 8 91011>>

  /platform_testing/tests/jank/uibench/src/com/android/uibench/janktests/
UiBenchLeanbackJankTests.java 111 * Vertically scroll BrowseFragment in the fast lane
122 * Vertically scroll BrowseFragment in the content (fast lane closed)
133 * Vertically scroll BrowseFragment in the fast lane
145 * Vertically scroll BrowseFragment in the content (fast lane closed)
  /system/extras/tests/workloads/
feedly-chrome.sh 4 # - Scroll to bottome
6 # - Scroll the article
80 # scroll through article
86 # scroll back to top
  /development/samples/browseable/WearNotifications/Wearable/src/com.example.android.wearable.wear.wearnotifications/
ScalingOffsettingHelper.java 24 * surface/watch and shrinks each item (child) as you scroll away from it.
35 // Shrinks icons/text and you scroll away
  /external/jline/src/src/main/resources/jline/
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
keybindings.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
windowsbindings.properties 43 # CTRL-N: scroll to the next element in the history buffer
46 # CTRL-P: scroll to the previous element in the history buffer
  /external/python/cpython2/Lib/lib-tk/
Tkconstants.py 108 SCROLL='scroll'
  /external/python/cpython3/Lib/tkinter/
constants.py 108 SCROLL='scroll'
  /external/syslinux/com32/cmenu/
CHANGES 16 allowing user to scroll through the text.
31 * Now the menu system support long menu's using scroll bars.
  /frameworks/base/core/tests/coretests/src/android/widget/scroll/
RequestRectangleVisibleWithInternalScroll.java 17 package android.widget.scroll;
66 // the internal scroll
  /frameworks/base/core/tests/coretests/src/android/widget/scroll/arrowscroll/
MultiPageTextWithPaddingTest.java 17 package android.widget.scroll.arrowscroll;
20 import android.widget.scroll.arrowscroll.MultiPageTextWithPadding;
  /frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/template/
ListViewScrollHandlingDelegate.java 29 * {@link ScrollHandlingDelegate} which analyzes scroll events from {@link ListView} and
62 Log.w(TAG, "Cannot require scroll. List view is null");
  /frameworks/opt/setupwizard/library/recyclerview/src/com/android/setupwizardlib/template/
RecyclerViewScrollHandlingDelegate.java 27 * {@link ScrollHandlingDelegate} which analyzes scroll events from {@link RecyclerView} and
72 Log.w(TAG, "Cannot require scroll. Recycler view is null.");
  /frameworks/support/compat/src/main/java/androidx/core/widget/
ListViewAutoScrollHelper.java 25 * An implementation of {@link AutoScrollHelper} that knows how to scroll
45 // List do not scroll horizontally.
  /frameworks/support/samples/SupportDesignDemos/src/main/res/layout/
design_appbar_toolbar_scroll_tabs_scroll.xml 35 app:layout_scrollFlags="scroll|enterAlways"/>
41 app:layout_scrollFlags="scroll|enterAlways"
design_appbar_toolbar_scroll_tabs_scroll_snap.xml 35 app:layout_scrollFlags="scroll|enterAlways|snap"/>
41 app:layout_scrollFlags="scroll|enterAlways|snap"
  /packages/apps/Settings/tests/uitests/src/com/android/settings/ui/testutils/
SettingsTestUtils.java 39 view.scroll(Direction.UP, 1.0f);
54 view.scroll(Direction.DOWN, 1.0f);
  /packages/apps/TV/src/com/android/tv/guide/
TimelineGridView.java 42 // This disables the default scroll behavior for focus movement.
52 // off screen views in order to reduce jank, however the program guide is capable to scroll
TimelineRow.java 43 /** Returns the current scroll position */
63 // Reset scroll
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
Tkconstants.py 108 SCROLL='scroll'
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/
Tkconstants.py 108 SCROLL='scroll'
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Tkconstants.py 108 SCROLL='scroll'
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Tkconstants.py 108 SCROLL='scroll'
  /external/tensorflow/tensorflow/python/debug/cli/
curses_widgets.py 35 scroll_position: (`int`) scroll position in the screen output.
43 """Navigation history containing commands, outputs and scroll info."""
53 of a command stirng, an output RichTextLines object and a scroll
72 scroll_position: (`int`) scroll position in the screen output.
83 """Update the scroll position of the currently-pointed-to history item.
86 new_scroll_position: (`int`) new scroll-position value.
  /frameworks/base/core/java/android/view/accessibility/
AccessibilityRecord.java 437 * Gets the scroll offset of the source left edge in pixels.
439 * @return The scroll.
446 * Sets the scroll offset of the source left edge in pixels.
448 * @param scrollX The scroll.
456 * Gets the scroll offset of the source top edge in pixels.
458 * @return The scroll.
465 * Sets the scroll offset of the source top edge in pixels.
467 * @param scrollY The scroll.
475 * Gets the difference in pixels between the horizontal position before the scroll and the
478 * @return the scroll delta
    [all...]

Completed in 1344 milliseconds

1 2 3 4 56 7 8 91011>>