Searched refs:scroll (Results 1 – 25 of 70) sorted by relevance
123
/frameworks/base/core/tests/coretests/src/android/widget/scroll/ |
D | ButtonAboveTallInternalSelectionViewTest.java | 17 package android.widget.scroll; 19 import android.widget.scroll.ButtonAboveTallInternalSelectionView;
|
D | TallTextAboveButton.java | 17 package android.widget.scroll;
|
D | ButtonAboveTallInternalSelectionView.java | 17 package android.widget.scroll;
|
D | ButtonsWithTallTextViewInBetween.java | 17 package android.widget.scroll;
|
D | ShortButtons.java | 17 package android.widget.scroll;
|
D | ScrollViewButtonsAndLabelsTest.java | 17 package android.widget.scroll; 19 import android.widget.scroll.ScrollViewButtonsAndLabels;
|
D | RequestRectangleVisibleTest.java | 17 package android.widget.scroll; 19 import android.widget.scroll.RequestRectangleVisible;
|
D | RequestRectangleVisibleWithInternalScroll.java | 17 package android.widget.scroll;
|
D | RequestRectangleVisibleWithInternalScrollTest.java | 17 package android.widget.scroll;
|
D | ScrollViewButtonsAndLabels.java | 17 package android.widget.scroll;
|
D | RequestRectangleVisible.java | 17 package android.widget.scroll;
|
/frameworks/base/core/tests/coretests/src/android/widget/scroll/arrowscroll/ |
D | MultiPageTextWithPaddingTest.java | 17 package android.widget.scroll.arrowscroll; 19 import android.widget.scroll.arrowscroll.MultiPageTextWithPadding;
|
D | TallTextAboveButtonTest.java | 17 package android.widget.scroll.arrowscroll; 19 import android.widget.scroll.TallTextAboveButton;
|
D | ShortButtonsTest.java | 17 package android.widget.scroll.arrowscroll; 19 import android.widget.scroll.ShortButtons;
|
D | ButtonsWithTallTextViewInBetweenTest.java | 17 package android.widget.scroll.arrowscroll; 19 import android.widget.scroll.ButtonsWithTallTextViewInBetween;
|
D | MultiPageTextWithPadding.java | 17 package android.widget.scroll.arrowscroll;
|
/frameworks/base/docs/html/training/gestures/ |
D | scroll.jd | 18 <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…
|
D | scale.jd | 62 <li>In a drag (or scroll) operation, the app has to keep track of the original pointer 197 For more discussion of scrolling vs. flinging, see <a href="scroll.html">Animating a Scroll Gesture… 246 * Constrains within the scroll range. The scroll range is simply the viewport 248 * extremes were 0 and 10, and the viewport size was 2, the scroll range would
|
/frameworks/base/docs/html/design/building-blocks/ |
D | grid-lists.jd | 15 that represent themselves through images. In contrast to simple lists, grid lists may scroll either 27 <p>Avoid creating grid lists that scroll in two dimensions.</p> 41 communicate that the user can scroll the list down to show additional items. Be sure to retain this
|
D | text-fields.jd | 27 <p>Single-line fields automatically scroll their content to the left as the text input cursor reach… 29 overflow text and scroll vertically when the cursor reaches the lower edge.</p>
|
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/ |
D | TestActivity.java | 199 final ScrollView scroll = new ScrollView(context); in onCreate() local 200 scroll.addView(view); in onCreate() 202 setContentView(scroll); in onCreate()
|
/frameworks/base/docs/html/tools/help/uiautomator/ |
D | UiScrollable.jd | 334 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 …]
|
D | Configurator.jd | 128 uiautomtor scroll swipe action.</div> 222 uiautomtor scroll swipe action.</div> 640 uiautomtor scroll swipe action. 643 corresponding to the scroll action, that lets the framework determine if 644 the scroll action was successful. Generally, this timeout should not be modified. 835 uiautomtor scroll swipe action. 838 corresponding to the scroll action, that lets the framework determine if 839 the scroll action was successful. Generally, this timeout should not be modified.
|
/frameworks/base/docs/html/design/style/ |
D | touch-feedback.jd | 85 <p><em>If a user attempts to scroll past the last home screen panel, the screen 94 When users try to scroll past the beginning or end of a scrollable area,
|
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/date/ |
D | DayPickerView.java | 324 boolean scroll = firstPosition != 0 && lastPosition != getCount() - 1; in run() 328 if (scroll && top < LIST_TOP_OFFSET) { in run()
|
123