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

1 2 3 4 56 7 8 91011

  /external/webkit/WebCore/platform/
ScrollView.cpp 282 if (view->prohibitsScrolling()) // Allow the views to scroll into view recursively until we hit one that prohibits scrolling.
481 // This can happen when editing a body with overflow:hidden and scrolling to reveal selection.
500 // Since scrolling is double buffered, we will be blitting the scroll view's intersection
    [all...]
  /frameworks/base/core/java/android/widget/
ListView.java 58 * A view that shows items in a vertically scrolling list. The items
90 * When arrow scrolling, ListView will never scroll more than this factor
96 * When arrow scrolling, need a certain amount of pixels to preview next
582 // make sure we aren't scrolling beyond the end of our children
598 // make sure we aren't scrolling any further than the top our children
898 * Case 1: Scrolling down.
    [all...]
Gallery.java 40 * A view that shows items in a center-locked, horizontally scrolling list.
63 * unsure whether the user is scrolling or flinging.
577 * moving to the right, so views are scrolling to the left. -1
    [all...]
Spinner.java 120 * so views are scrolling to the left. -1 means selection is moving to the left.
SlidingDrawer.java 866 * @param onDrawerScrollListener The listener to be notified when scrolling
921 * Indicates whether the drawer is scrolling or flinging.
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/
CalendarView.java 86 * on starting calendar or by scrolling to an event. It becomes invalid when the user
    [all...]
AgendaWindowAdapter.java 55 Make scrolling smoother.
683 if (data.goToTime == null) { // Typical Scrolling type query
  /development/samples/ApiDemos/src/com/example/android/apis/app/
ServiceStartArguments.java 177 // Set the icon, scrolling text and timestamp
  /external/webkit/WebCore/plugins/
PluginPackage.cpp 179 // Setting the window region to an empty region causes bad scrolling repaint problems
  /external/webkit/WebCore/plugins/symbian/
PluginViewSymbian.cpp 94 // during e.g. scrolling, we set the mask and geometry in the paint() function, but
  /external/webkit/WebCore/plugins/win/
PluginPackageWin.cpp 146 // Setting the window region to an empty region causes bad scrolling repaint problems
  /external/webkit/WebKit/chromium/src/
WebPopupMenuImpl.cpp 291 // that implements its own scrolling.
  /external/webkit/WebKit/mac/
ChangeLog 176 REGRESSION (r53718): When scrolling a tall window by page, the overlap between pages is too big
  /external/webkit/WebKit/mac/Plugins/
WebNetscapePluginEventHandlerCarbon.mm 340 // we should pass it along so that keyboard scrolling, for example, will work.
  /external/webkit/WebKit/win/Interfaces/
IWebFrame.idl 224 @param flag YES to allow the document to be scrolled, NO to disallow scrolling
  /packages/apps/Launcher2/res/raw/
allapps.rs 102 g_MoveToTotalTime = 0.2f; // Duration of scrolling 1 line
  /packages/apps/Music/src/com/android/music/
VerticalTextSpinner.java 379 /* No longer scrolling, we wait till the current animation
  /build/tools/droiddoc/templates/assets/
android-developer-docs.js 427 var scrolling = document.getElementById(nav);
432 scrolling.scrollTop = offsetTop - navHeight + 92;
  /cts/tests/tests/widget/src/android/widget/cts/
HorizontalScrollViewTest.java 616 // check scrolling to the child which wants focus
621 // check scrolling to the child which wants focus
ScrollViewTest.java 644 // check scrolling to the child which wants focus
649 // check scrolling to the child which wants focus
  /external/webkit/WebCore/plugins/qt/
PluginViewQt.cpp 125 // rest of frame during e.g. scrolling, we set the window geometry
133 // scrolling to move the plugin widget properly.
  /frameworks/base/core/java/android/view/
GestureDetector.java 80 * @param e1 The first down motion event that started the scrolling.
244 * Determines speed during touch scrolling
View.java 514 * <a name="Scrolling"></a>
515 * <h3>Scrolling</h3>
    [all...]
  /frameworks/base/docs/html/guide/practices/ui_guidelines/
menu_design.jd 319 scrolling. In the case of the Options menu, place the most frequently used
501 user sees only available choices (which also reduces any scrolling).
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/testdata/
mock_attrs.xml 171 <!-- Defines which scrollbars should be displayed on scrolling or not. -->
212 <flag name="scrolling" value="0x2" />

Completed in 211 milliseconds

1 2 3 4 56 7 8 91011