Home
last modified time | relevance | path

Searched refs:scrolling (Results 1 – 25 of 51) sorted by relevance

123

/frameworks/base/docs/html/training/gestures/
Dscroll.jd44 <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 …]
Dviewgroup.jd81 {@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
Dindex.jd63 … 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
Dscale.jd185 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/
Dindex.jd41 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>
Dsmooth-scrolling.jd32 <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
Dloading-ondemand.jd9 next.link=smooth-scrolling.html
/frameworks/base/docs/html/about/versions/
Dandroid-1.5-highlights.jd49 <li>Smoother page scrolling in Browser</li>
50 <li>Speedier GMail conversation list scrolling</li>
Dandroid-2.0-highlights.jd170 <li>Agenda view provides infinite scrolling.</li>
/frameworks/base/docs/html/training/design-navigation/
Ddescendant-lateral.jd89scrolling 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/
D2d-picker.jd117 // 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/
Dindex.jd32 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/
DViewPager.java114 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/
DViewPager.java136 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/
Dconfirming-acknowledging.jd51 …he acknowledgment remains until the user takes an unrelated action, such as scrolling the list.</p>
Dapp-structure.jd202 <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
Dhelp.jd110 …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/
Dvisibility.jd104 scrolling)&mdash;use {@code "adjustResize"}:</p>
/frameworks/base/docs/html/training/wearables/notifications/
Dcreating.jd271 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/
Drevisions.jd510 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/
Dnavigation.jd53 <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/
Dlayouts.jd192 stops scrolling.
/frameworks/base/docs/html/training/material/
Dlists-cards.jd75 scrolling list.</li>
/frameworks/base/docs/html/training/testing/ui-testing/
Despresso-testing.jd429 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/
Dmenu_design.jd353 scrolling. In the case of the Options menu, place the most frequently used
536 user sees only available choices (which also reduces any scrolling).

123