Searched defs:scroll (Results 1 - 17 of 17) 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/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 */
99 /** Bounds the current scroll if necessary, but does not synchronize the stack view with the model. */
110 /** Returns the bounded stack scroll */
111 float getBoundedStackScroll(float scroll) { argument
112 return Math.max(mLayoutAlgorithm.mMinScrollP, Math.min(mLayoutAlgorithm.mMaxScrollP, scroll));
115 /** Returns the amount that the aboslute value of how much the scroll i
116 getScrollAmountOutOfBounds(float scroll) argument
[all...]

Completed in 124 milliseconds