Home
last modified time | relevance | path

Searched refs:scroll (Results 1 – 25 of 96) sorted by relevance

1234

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
DTaskStackViewScroller.java101 float getBoundedStackScroll(float scroll) { in getBoundedStackScroll() argument
102 … return Math.max(mLayoutAlgorithm.mMinScrollP, Math.min(mLayoutAlgorithm.mMaxScrollP, scroll)); in getBoundedStackScroll()
106 float getScrollAmountOutOfBounds(float scroll) { in getScrollAmountOutOfBounds() argument
107 if (scroll < mLayoutAlgorithm.mMinScrollP) { in getScrollAmountOutOfBounds()
108 return Math.abs(scroll - mLayoutAlgorithm.mMinScrollP); in getScrollAmountOutOfBounds()
109 } else if (scroll > mLayoutAlgorithm.mMaxScrollP) { in getScrollAmountOutOfBounds()
110 return Math.abs(scroll - mLayoutAlgorithm.mMaxScrollP); in getScrollAmountOutOfBounds()
181 float scroll = scrollRangeToProgress(mScroller.getCurrY()); in computeScroll() local
182 setStackScrollRaw(scroll); in computeScroll()
184 mCb.onScrollChanged(scroll); in computeScroll()
/frameworks/base/core/tests/coretests/src/android/widget/scroll/
DButtonAboveTallInternalSelectionViewTest.java17 package android.widget.scroll;
19 import android.widget.scroll.ButtonAboveTallInternalSelectionView;
DTallTextAboveButton.java17 package android.widget.scroll;
DButtonAboveTallInternalSelectionView.java17 package android.widget.scroll;
DScrollViewButtonsAndLabelsTest.java17 package android.widget.scroll;
19 import android.widget.scroll.ScrollViewButtonsAndLabels;
DButtonsWithTallTextViewInBetween.java17 package android.widget.scroll;
DShortButtons.java17 package android.widget.scroll;
DRequestRectangleVisibleTest.java17 package android.widget.scroll;
19 import android.widget.scroll.RequestRectangleVisible;
DRequestRectangleVisibleWithInternalScroll.java17 package android.widget.scroll;
DRequestRectangleVisibleWithInternalScrollTest.java17 package android.widget.scroll;
DScrollViewButtonsAndLabels.java17 package android.widget.scroll;
/frameworks/base/core/tests/coretests/src/android/widget/scroll/arrowscroll/
DMultiPageTextWithPaddingTest.java17 package android.widget.scroll.arrowscroll;
19 import android.widget.scroll.arrowscroll.MultiPageTextWithPadding;
DTallTextAboveButtonTest.java17 package android.widget.scroll.arrowscroll;
19 import android.widget.scroll.TallTextAboveButton;
DShortButtonsTest.java17 package android.widget.scroll.arrowscroll;
19 import android.widget.scroll.ShortButtons;
DButtonsWithTallTextViewInBetweenTest.java17 package android.widget.scroll.arrowscroll;
19 import android.widget.scroll.ButtonsWithTallTextViewInBetween;
DMultiPageTextWithPadding.java17 package android.widget.scroll.arrowscroll;
/frameworks/base/docs/html/training/gestures/
Dscroll.jd18 <li><a href="#scroll">Implement Touch-Based Scrolling</a></li>
78 actually draw anything. Scrollers track scroll offsets for you over time, but
119 <h2 id="#scroll">Implement Touch-Based Scrolling</h2>
134 chart that you can zoom, pan, scroll, and so on. In the following snippet,
167 // Aborts any active scroll animations and invalidates.
197 // Current scroll position
203 * Minimum and maximum scroll positions. The minimum scroll
204 * position is generally zero and the maximum scroll position
207 * pixels, the maximum scroll offset should be 800 pixels.
223 This is typically be done when a view child is animating a scroll using a scroller object, as in th…
/frameworks/base/docs/html/ndk/
Dindex.jd39 <a class="dac-fab dac-scroll-button" data-scroll-button href="#latest">
/frameworks/base/docs/html/tools/help/uiautomator/
DUiScrollable.jd334 scroll action in search of a child element.</div>
371 <div class="jd-descrdiv">Performs a backward scroll.</div>
389 …<div class="jd-descrdiv">Performs a backward scroll with the default number of scroll steps (55).<…
407 … <div class="jd-descrdiv">Performs a forward scroll action on the scrollable layout element until
426 …<div class="jd-descrdiv">Performs a forward scroll with the default number of scroll steps (55).</…
444 <div class="jd-descrdiv">Performs a forward scroll.</div>
462 … <div class="jd-descrdiv">Perform a scroll forward action to move through the scrollable layout
481 …<div class="jd-descrdiv">Perform a forward scroll action to move through the scrollable layout ele…
500 … <div class="jd-descrdiv">Performs a forward scroll action on the scrollable layout element until
591 …ss="jd-descrdiv">Set the direction of swipes to be horizontal when performing scroll actions.</div>
[all …]
/frameworks/support/v17/tests/src/android/support/v17/leanback/widget/
DGridTest.java74 void scroll(int distance) { in scroll() method in GridTest.Provider
/frameworks/base/docs/html/design/
Dindex.jd45 <a class="dac-fab dac-scroll-button" data-scroll-button href="#latest">
/frameworks/base/docs/html-intl/intl/ru/
Dindex.jd45 <a class="dac-fab dac-scroll-button" data-scroll-button href="#build-apps">
/frameworks/base/docs/html-intl/intl/zh-tw/
Dindex.jd44 <a class="dac-fab dac-scroll-button" data-scroll-button href="#build-apps">
/frameworks/base/docs/html-intl/intl/zh-cn/
Dindex.jd44 <a class="dac-fab dac-scroll-button" data-scroll-button href="#build-apps">
/frameworks/base/docs/html-intl/intl/ja/
Dindex.jd45 <a class="dac-fab dac-scroll-button" data-scroll-button href="#build-apps">

1234