/frameworks/base/docs/html/training/gestures/ |
D | scroll.jd | 44 <p>In Android, scrolling is typically achieved by using the 50 a scrolling effect in response to touch gestures using <em>scrollers</em>. 55 scrolling animation in response to a touch event. They are similar, but 65 android.widget.Scroller} for scrolling animations. 70 when implementing scrolling yourself. {@link android.widget.ScrollView} and 76 <p>A scroller is used to animate scrolling over time, using platform-standard 77 scrolling physics (friction, velocity, etc.). The scroller itself doesn't 81 scrolling animation look smooth.</p> 90 of content you're looking at). When scrolling is in both the x and y axes, it's called 92 two different types of scrolling, dragging and flinging:</p> [all …]
|
D | viewgroup.jd | 81 {@code MyViewGroup} should handle touch events by scrolling its contents. However, 105 * scrolling there. 121 // We're currently scrolling, so yes, intercept the 135 // Start scrolling! 175 before the gesture is interpreted as scrolling. Touch slop is typically used to 176 prevent accidental scrolling when the user is performing some other touch
|
D | index.jd | 63 … Learn how to detect basic touch gestures such as scrolling, flinging, and double-tapping, using 79 android.widget.OverScroller}) to produce a scrolling animation in response to a
|
D | scale.jd | 185 common scenario is <em>panning</em>, which is when a user's dragging motion causes scrolling 197 For more discussion of scrolling vs. flinging, see <a href="scroll.html">Animating a Scroll Gesture… 268 Android such as scrolling, flinging, and long press. For scaling, Android 333 The {@code InteractiveChart} sample supports both scrolling (panning) and scaling with multiple fin…
|
/frameworks/base/docs/html/training/improving-layouts/ |
D | index.jd | 41 lessons here, you will be able to implement smooth scrolling interfaces with a minimum memory 62 <dt><b><a href="smooth-scrolling.html">Making ListView Scrolling Smooth</a></b></dt> 65 lesson provides some tips about how you can make your scrolling performance more smooth.</dd>
|
D | smooth-scrolling.jd | 32 <p>The key to a smoothly scrolling {@link android.widget.ListView} is to keep the application’s main 86 during the scrolling of {@link android.widget.ListView}, which can slow down performance. Even when
|
D | loading-ondemand.jd | 9 next.link=smooth-scrolling.html
|
/frameworks/base/docs/html/about/versions/ |
D | android-1.5-highlights.jd | 49 <li>Smoother page scrolling in Browser</li> 50 <li>Speedier GMail conversation list scrolling</li>
|
D | android-2.0-highlights.jd | 170 <li>Agenda view provides infinite scrolling.</li>
|
/frameworks/base/docs/html/training/design-navigation/ |
D | descendant-lateral.jd | 89 …scrolling lists are often the most straightforward and familiar kind of interface. For more visual… 158 …-related sibling screens. Examples of such elements include tick marks, scrolling labels, and tabs…
|
/frameworks/base/docs/html/training/wearables/ui/ |
D | 2d-picker.jd | 117 // Advanced settings (card gravity, card expansion/scrolling) 195 class provides support for scrolling in cards whose content does not fit
|
/frameworks/base/docs/html/guide/topics/ui/ |
D | index.jd | 32 it probably won’t be too long before you’ll need to implement horizontally scrolling sets of views.
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | ViewPager.java | 114 boolean scrolling; field in ViewPager.ItemInfo 538 mItems.get(i).scrolling = true; in setCurrentItemInternal() 1003 if (pos == ii.position && !ii.scrolling) { 1037 if (pos == ii.position && !ii.scrolling) { 1798 if (ii.scrolling) { 1800 ii.scrolling = false;
|
/frameworks/support/v4/java/android/support/v4/view/ |
D | ViewPager.java | 136 boolean scrolling; field in ViewPager.ItemInfo 652 mItems.get(i).scrolling = true; in setCurrentItemInternal() 1167 if (pos == ii.position && !ii.scrolling) { 1201 if (pos == ii.position && !ii.scrolling) { 1980 if (ii.scrolling) { 1982 ii.scrolling = false;
|
/frameworks/base/docs/html/design/patterns/ |
D | confirming-acknowledging.jd | 51 …he acknowledgment remains until the user takes an unrelated action, such as scrolling the list.</p>
|
D | app-structure.jd | 202 <p>If the categories are familiar, predictable, or closely related, use scrolling tabs (where not a… 203 items are in view simultaneously). Keep the number of scrolling tabs at a manageable level to
|
D | help.jd | 110 …f you have a large amount of content, divide it into multiple screens to cut down on scrolling.</p>
|
/frameworks/base/docs/html/training/keyboard-input/ |
D | visibility.jd | 104 scrolling)—use {@code "adjustResize"}:</p>
|
/frameworks/base/docs/html/training/wearables/notifications/ |
D | creating.jd | 271 should have a resolution of 400x400 for non-scrolling backgrounds and 640x400 for backgrounds 272 that support parallax scrolling. Place these bitmap images in the <code>res/drawable-nodpi</code>
|
/frameworks/base/docs/html/topic/libraries/support-library/ |
D | revisions.jd | 510 when scrolling. 1304 <code>SCROLL_FLAG_SNAP</code> constant. When scrolling ends, if the view is only 1504 sibling views and allowing easy scrolling reactions between components via 1512 reacting to scrolling events by scrolling off the screen, becoming visible in reaction 1513 to a downward scroll, or collapsing/uncollapsing before scrolling off/onto the screen. 1518 parallax scrolling of components such as an {@link android.widget.ImageView}, 1690 <li>Added classes, methods, and interfaces to support nested scrolling. 1694 helper classes for implementing nested scrolling parent and child views.</li> 1699 scrolling operations and provide scroll related APIs.</li> 1705 support nested scrolling. [all …]
|
/frameworks/base/docs/html/training/tv/start/ |
D | navigation.jd | 53 <li>For scrolling lists with focus, make sure that the D-pad up and down keys scroll the list,
|
/frameworks/base/docs/html/training/wearables/apps/ |
D | layouts.jd | 192 stops scrolling.
|
/frameworks/base/docs/html/training/material/ |
D | lists-cards.jd | 75 scrolling list.</li>
|
/frameworks/base/docs/html/training/testing/ui-testing/ |
D | espresso-testing.jd | 429 into the current view hierarchy. Espresso also takes care of scrolling to the target element, 502 method takes care of scrolling for you.
|
/frameworks/base/docs/html/guide/practices/ui_guidelines/ |
D | menu_design.jd | 353 scrolling. In the case of the Options menu, place the most frequently used 536 user sees only available choices (which also reduces any scrolling).
|