Searched defs:scroll (Results 1 - 21 of 21) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/widget/scroll/
H A DButtonAboveTallInternalSelectionViewTest.java17 package android.widget.scroll;
19 import android.widget.scroll.ButtonAboveTallInternalSelectionView;
37 assertEquals("scrollview scroll y",
H A DRequestRectangleVisible.java17 package android.widget.scroll;
H A DTallTextAboveButton.java17 package android.widget.scroll;
H A DButtonAboveTallInternalSelectionView.java17 package android.widget.scroll;
25 * A button above a tall internal selection view, wrapped in a scroll view.
H A DButtonsWithTallTextViewInBetween.java17 package android.widget.scroll;
H A DRequestRectangleVisibleWithInternalScrollTest.java17 package android.widget.scroll;
H A DRequestRectangleVisibleWithInternalScroll.java17 package android.widget.scroll;
66 // the internal scroll
H A DScrollViewButtonsAndLabels.java17 package android.widget.scroll;
30 * Basic scroll view example
H A DShortButtons.java17 package android.widget.scroll;
H A DScrollViewButtonsAndLabelsTest.java17 package android.widget.scroll;
19 import android.widget.scroll.ScrollViewButtonsAndLabels;
77 + "button in the scroll view for this test to work (since we "
H A DRequestRectangleVisibleTest.java17 package android.widget.scroll;
19 import android.widget.scroll.RequestRectangleVisible;
/frameworks/base/core/tests/coretests/src/android/widget/scroll/arrowscroll/
H A DMultiPageTextWithPadding.java17 package android.widget.scroll.arrowscroll;
H A DMultiPageTextWithPaddingTest.java17 package android.widget.scroll.arrowscroll;
19 import android.widget.scroll.arrowscroll.MultiPageTextWithPadding;
H A DShortButtonsTest.java17 package android.widget.scroll.arrowscroll;
19 import android.widget.scroll.ShortButtons;
H A DTallTextAboveButtonTest.java17 package android.widget.scroll.arrowscroll;
19 import android.widget.scroll.TallTextAboveButton;
49 assertTrue("scroll view should have focus (because nothing else focusable "
64 assertTrue("scroll view should have focus, but " + getActivity().getScrollView().findFocus() + " does instead",
73 assertTrue("scroll view should have focus, but " + getActivity().getScrollView().findFocus() + " does instead",
H A DButtonsWithTallTextViewInBetweenTest.java17 package android.widget.scroll.arrowscroll;
19 import android.widget.scroll.ButtonsWithTallTextViewInBetween;
68 assertTrue("top button should be shorter than max scroll amount",
71 assertTrue("bottom button should be further than max scroll amount off screen",
79 assertEquals("scroll view should be scrolled by the max amount for one "
90 assertTrue("scroll view should be focused", mScrollView.isFocused());
129 assertEquals("scroll view should have scrolled by the max amount for one "
140 assertTrue("scroll view should be focused", mScrollView.isFocused());
/frameworks/support/v17/tests/src/android/support/v17/leanback/widget/
H A DGridTest.java74 void scroll(int distance) { method in class:GridTest.Provider
H A DGridWidgetTest.java109 * Wait for grid view stop scroll and optionally verify state of grid view.
147 * Wait for grid view stop scroll.
156 protected void scroll(int key, Runnable verify) throws Throwable { method in class:GridWidgetTest
182 scroll(key, verify);
196 scroll(key, verify);
565 // let the scroll running for a while and requestLayout during scroll
1196 // scroll to position with delta
1201 // scroll to same position without delta, it will be reset
1206 // scroll invisibl
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DTaskStackViewScroller.java61 /** Gets the current stack scroll */
66 /** Sets the current stack scroll */
74 /** Sets the current stack scroll without calling the callback. */
80 * Sets the current stack scroll to the initial state when you first enter recents.
89 /** Bounds the current scroll if necessary */
100 /** Returns the bounded stack scroll */
101 float getBoundedStackScroll(float scroll) { argument
102 return Math.max(mLayoutAlgorithm.mMinScrollP, Math.min(mLayoutAlgorithm.mMaxScrollP, scroll));
105 /** Returns the amount that the absolute value of how much the scroll is out of bounds. */
106 float getScrollAmountOutOfBounds(float scroll) { argument
[all...]
/frameworks/support/design/src/android/support/design/widget/
H A DAppBarLayout.java56 * AppBarLayout also requires a separate scrolling sibling in order to know when to scroll.
83 * app:layout_scrollFlags="scroll|enterAlways"/>
87 * app:layout_scrollFlags="scroll|enterAlways"/>
200 // Invalidate the scroll ranges
291 * Returns the scroll range of all children.
293 * @return the scroll range in px
310 // We're set to scroll so add the child's height
314 // For a collapsing scroll, we to take the collapsed height into account.
315 // We also break straight away since later views can't scroll beneath
321 // As soon as a view doesn't have the scroll fla
980 private int scroll(CoordinatorLayout coordinatorLayout, AppBarLayout appBarLayout, method in class:AppBarLayout.Behavior
[all...]
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 214 milliseconds