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

1 2 3 4

  /frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
AutoScrollView.java 38 scrollBy(0, y - scrollPadding);
40 scrollBy(0, y - height + scrollPadding);
  /external/autotest/client/site_tests/power_LoadTest/extension/
ct.js 20 window.scrollBy(0, response.scroll_by);
29 window.scrollBy(0, -1 * response.scroll_by);
  /frameworks/support/wear/src/androidTest/java/androidx/wear/widget/
ScrollManagerTest.java 75 .scrollBy(0, 1);
84 .scrollBy(0, -1);
93 .scrollBy(0, -1);
102 .scrollBy(0, 1);
111 .scrollBy(0, 1);
120 .scrollBy(0, -1);
  /frameworks/support/samples/Support7Demos/src/main/java/com/example/android/supportv7/widget/
RecyclerViewActivity.java 158 final int scrollBy = Math.min(scrolled - dy, hangingTop);
159 scrolled -= scrollBy;
160 offsetChildrenVertical(scrollBy);
179 final int scrollBy = -Math.min(dy - scrolled, hangingBottom);
180 scrolled -= scrollBy;
181 offsetChildrenVertical(scrollBy);
AnimatedRecyclerView.java 533 final int scrollBy = Math.min(scrolled - dy, hangingTop);
534 scrolled -= scrollBy;
535 offsetChildrenVertical(scrollBy);
553 final int scrollBy = -Math.min(dy - scrolled, hangingBottom);
554 scrolled -= scrollBy;
555 offsetChildrenVertical(scrollBy);
  /frameworks/support/v7/recyclerview/src/androidTest/java/androidx/recyclerview/widget/
StaggeredGridLayoutManagerBaseConfigSetTest.java 194 globalScrollPosition += mLayoutManager.scrollBy(scrollStep,
239 scrollAmount = mLayoutManager.scrollBy(-scrollStep,
391 mRecyclerView.scrollBy(distance, 0);
393 mRecyclerView.scrollBy(0, distance);
479 scrollBy(scroll);
679 scrollBy(scrollDist);
689 scrollBy(scrollDist);
    [all...]
LinearLayoutManagerBaseConfigSetTest.java 240 scrollBy(gap);
256 scrollBy(size * 2);
260 scrollBy(size * 2);
274 scrollBy(-gap);
290 scrollBy(-size * 2);
294 scrollBy(-size * 2);
RecyclerViewFastScrollerTest.java 84 mRecyclerView.scrollBy(0, 400);
97 // RecyclerView#scrollBy(int, int) used to cause the scroller thumb to show up.
101 mRecyclerView.scrollBy(0, 1);
102 mRecyclerView.scrollBy(0, -1);
165 mRecyclerView.scrollBy(0, 400);
362 public void scrollBy(int x, int y) {
GridLayoutManagerBaseConfigSetTest.java 95 int scrolled = mGlm.scrollBy(scrollStep,
162 scrollAmount = mGlm.scrollBy(-scrollStep,
RecyclerViewCacheTest.java 254 mRecyclerView.scrollBy(0, 75);
266 mRecyclerView.scrollBy(0, 50);
440 mRecyclerView.scrollBy(0, 50);
505 mRecyclerView.scrollBy(0, 50);
575 mRecyclerView.scrollBy(0, 100);
629 mRecyclerView.scrollBy(0, 50);
    [all...]
PagerSnapHelperTest.java 141 mRecyclerView.scrollBy(mReverseScroll ? -1 : 1, mReverseScroll ? -1 : 1);
192 mRecyclerView.scrollBy(mReverseScroll ? -1 : 1, mReverseScroll ? -1 : 1);
  /frameworks/support/leanback/src/androidTest/java/androidx/leanback/widget/
ItemBridgeAdapterTest.java 126 mRecyclerView.scrollBy(0, mRecyclerView.getChildAt(0).getHeight());
138 mRecyclerView.scrollBy(0, mRecyclerView.getChildAt(0).getHeight());
GridWidgetPrefetchTest.java 125 gridView.scrollBy(5, 0);
177 gridView.scrollBy(-5, 0);
  /packages/apps/DocumentsUI/src/com/android/documentsui/selection/
DefaultBandHost.java 125 public void scrollBy(int dy) {
126 mRecView.scrollBy(0, dy);
ViewAutoScroller.java 82 mCallbacks.scrollBy(numPixels);
145 public void scrollBy(int dy) {}
GestureSelectionHelper.java 322 public void scrollBy(int dy) {
323 mView.scrollBy(0, dy);
  /frameworks/base/core/tests/coretests/src/android/widget/scroll/
RequestRectangleVisibleWithInternalScroll.java 57 mTextBlob.scrollBy(0, scrollYofBlob);
RequestRectangleVisibleWithInternalScrollTest.java 30 * This is suppressed because {@link TextView#scrollBy} isn't working.
  /frameworks/support/recyclerview-selection/src/main/java/androidx/recyclerview/selection/
ViewAutoScroller.java 149 mHost.scrollBy(numPixels);
223 abstract void scrollBy(int dy);
262 void scrollBy(int dy) {
264 mRecyclerView.scrollBy(0, dy);
  /packages/apps/TV/src/com/android/tv/guide/
TimelineRow.java 56 scrollBy(dx, 0);
ProgramGrid.java 192 if (y < minY) scrollBy(0, y - minY);
194 if (y > maxY) scrollBy(0, y - maxY);
  /packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/
DragHoverListener.java 103 public void scrollBy(int dy) {
104 scrollView.scrollBy(0, dy);
  /packages/apps/PackageInstaller/src/android/support/wearable/view/
WearableListView.java 757 scrollBy(0, scroll - mLastScrollChange);
    [all...]
  /frameworks/support/recyclerview-selection/src/androidTest/java/androidx/recyclerview/selection/
ViewAutoScrollerTest.java 133 void scrollBy(int distance) {
  /packages/apps/DocumentsUI/tests/unit/com/android/documentsui/selection/
ViewAutoScrollerTest.java 78 public void scrollBy(int dy) {

Completed in 1045 milliseconds

1 2 3 4