HomeSort by relevance Sort by last modified time
    Searched full:scrolling (Results 126 - 150 of 641) sorted by null

1 2 3 4 56 7 8 91011>>

  /frameworks/base/docs/html/training/improving-layouts/
loading-ondemand.jd 8 next.title=Making ListView Scrolling Smooth
9 next.link=smooth-scrolling.html
smooth-scrolling.jd 1 page.title=Making ListView Scrolling Smooth
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
  /cts/tests/tests/widget/src/android/widget/cts/
ExpandableListTester.java 70 // Scrolling on header elements should trigger an AdapterContextMenu
115 // Scrolling on footer elements should trigger an AdapterContextMenu
197 // Scrolling on header elements should not give a valid selected position.
216 // Scrolling on footer elements should not give a valid selected position.
ScrollerTest.java 101 // We can not get the precise currX and currY when scrolling
166 // We can not get the precise currX and currY when scrolling
201 // We can not get the precise currX and currY when scrolling
339 // the scrolling speeds are slowing down
  /development/samples/ApiDemos/res/layout/
buttons_1.xml 17 <!-- Lots of buttons = need scrolling -->
shape_drawable_1.xml 17 <!-- Demonstrates scrolling with a ScrollView. -->
scroll_view_1.xml 17 <!-- Demonstrates scrolling with a ScrollView. -->
textclock.xml 17 <!-- Lots of buttons = need scrolling -->
  /development/samples/Home/res/layout-land/
home.xml 26 android:persistentDrawingCache="animation|scrolling"
  /development/samples/Home/res/layout-port/
home.xml 26 android:persistentDrawingCache="animation|scrolling"
  /external/chromium/chrome/browser/ui/cocoa/
styled_text_field.mm 33 // clipview containing the editor (for purposes of scrolling).
  /external/webkit/Source/WebCore/platform/wx/
MouseWheelEventWx.cpp 43 , m_deltaX(0) // wx doesn't support horizontal mouse wheel scrolling
  /frameworks/base/core/tests/coretests/src/android/widget/scroll/
RequestRectangleVisibleWithInternalScrollTest.java 70 getInstrumentation().waitForIdleSync(); // wait for scrolling to finish
  /packages/experimental/BugReportSender/src/com/android/bugreportsender/
BugReportPreviewActivity.java 15 * Provides a scrolling text view previewing a named section of a
  /packages/apps/Settings/src/com/android/settings/widget/
ChartView.java 38 // TODO: extend something that supports two-dimensional scrolling
102 // no scrolling yet, so tell dimensions to fill exactly
117 // TODO: handle scrolling for series larger than content area
  /external/chromium/chrome/browser/ui/cocoa/bookmarks/
bookmark_bar_folder_controller.h 81 // during scrolling operations. In that case, though, the 'visible'
89 // as necessary (when scrolling is possible) and are contained in the nib
122 // Implement basic menu scrolling through this tracking area.
125 // Timer to continue scrolling as needed. We own the timer but
137 // We need to know the size of the vertical scrolling arrows so we
  /frameworks/base/core/java/android/widget/
ScrollView.java 54 * ListView takes care of its own vertical scrolling. Most importantly, doing this
59 * takes care of its own scrolling, so does not require a ScrollView, but
63 * <p>ScrollView only supports vertical scrolling. For horizontal scrolling,
108 * Determines speed during touch scrolling
120 * Whether arrow scrolling is animated.
305 * @return Whether arrow scrolling will animate its transition.
312 * Set whether arrow scrolling will animate its transition.
313 * @param smoothScrollingEnabled whether arrow scrolling will animate its transition
358 * scrolling from a key event, just as if the event had been dispatched t
    [all...]
HorizontalScrollView.java 52 * takes care of its own scrolling, so does not require a HorizontalScrollView, but
56 * <p>HorizontalScrollView only supports horizontal scrolling. For vertical scrolling,
101 * Determines speed during touch scrolling
113 * Whether arrow scrolling is animated.
285 * @return Whether arrow scrolling will animate its transition.
292 * Set whether arrow scrolling will animate its transition.
293 * @param smoothScrollingEnabled whether arrow scrolling will animate its transition
337 * scrolling from a key event, just as if the event had been dispatched to
430 * scrolling there
    [all...]
Scroller.java 29 * <p>This class encapsulates scrolling. You can use scrollers ({@link Scroller}
30 * or {@link OverScroller}) to collect the data you need to produce a scrolling
34 * coordinates at a rate that will make the scrolling animation look smooth.</p>
43 * // Start scrolling by providing a starting point and
210 * Returns whether the scroller has finished scrolling.
212 * @return True if the scroller has finished scrolling, false otherwise.
367 * Start scrolling by providing a starting point and the distance to travel.
385 * Start scrolling by providing a starting point, the distance to travel,
413 * Start scrolling based on a fling gesture. The distance travelled will
545 * Returns the time elapsed since the beginning of the scrolling
    [all...]
  /packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
HorizontalScrollView.java 54 * takes care of its own scrolling, so does not require a HorizontalScrollView, but
58 * <p>HorizontalScrollView only supports horizontal scrolling. For vertical scrolling,
107 * Determines speed during touch scrolling
119 * Whether arrow scrolling is animated.
279 * @return Whether arrow scrolling will animate its transition.
286 * Set whether arrow scrolling will animate its transition.
287 * @param smoothScrollingEnabled whether arrow scrolling will animate its transition
331 * scrolling from a key event, just as if the event had been dispatched to
442 * scrolling there
    [all...]
  /frameworks/base/docs/html/training/gestures/
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
  /frameworks/support/v4/java/android/support/v4/widget/
ScrollerCompat.java 263 * Returns whether the scroller has finished scrolling.
265 * @return True if the scroller has finished scrolling, false otherwise.
327 * Start scrolling by providing a starting point and the distance to travel.
345 * Start scrolling by providing a starting point and the distance to travel.
362 * Start scrolling based on a fling gesture. The distance travelled will
386 * Start scrolling based on a fling gesture. The distance travelled will
  /packages/apps/Contacts/src/com/android/contacts/detail/
ContactDetailTabCarousel.java 38 * This is a horizontally scrolling carousel with 2 tabs: one to see info about the contact and
159 // Find the allowed scrolling length by subtracting the current visible screen width
163 // Scrolling by mAllowedHorizontalScrollLength causes listeners to
169 // desired scrolling behavior. We rely on the framework calling onMeasure()
259 // animate in completely by scrolling. no need for zooming here
275 // scrolling. Instead, we use our only child. As we are transparent, that is just as
  /development/samples/ApiDemos/src/com/example/android/apis/view/
InternalSelectionScroll.java 58 2 * screenHeight); // 2x screen height to ensure scrolling
  /external/chromium/chrome/browser/policy/resources/
enrollment.html 39 <iframe id="gaialogin" scrolling="no"

Completed in 928 milliseconds

1 2 3 4 56 7 8 91011>>