HomeSort by relevance Sort by last modified time
    Searched refs:scrollAmount (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLMarqueeElement.idl 30 [ImplementedInPrivateScript] attribute long scrollAmount;
  /external/chromium_org/third_party/skia/tools/bug_chomper/res/third_party/
jquery.tablednd.js 34 * scrollAmount
49 * - Auto-scoll has some problems with IE7 (it scrolls even when it shouldn't), work-around: set scrollAmount to 0
84 scrollAmount: options.scrollAmount ? options.scrollAmount : 5
198 if (mousePos.y-yOffset < config.scrollAmount) {
199 window.scrollBy(0, -config.scrollAmount);
203 if (windowHeight-(mousePos.y-yOffset) < config.scrollAmount) {
204 window.scrollBy(0, config.scrollAmount);
  /external/skia/tools/bug_chomper/res/third_party/
jquery.tablednd.js 34 * scrollAmount
49 * - Auto-scoll has some problems with IE7 (it scrolls even when it shouldn't), work-around: set scrollAmount to 0
84 scrollAmount: options.scrollAmount ? options.scrollAmount : 5
198 if (mousePos.y-yOffset < config.scrollAmount) {
199 window.scrollBy(0, -config.scrollAmount);
203 if (windowHeight-(mousePos.y-yOffset) < config.scrollAmount) {
204 window.scrollBy(0, config.scrollAmount);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
NotificationStackScrollLayout.java 834 float scrollAmount;
836 scrollAmount = overScrollDown(deltaY);
838 scrollAmount = overScrollUp(deltaY, range);
843 if (scrollAmount != 0.0f) {
846 overScrollBy(0, (int) scrollAmount, 0, mOwnScrollY,
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
ListViewTest.java 122 int scrollAmount = mListView.getMaxScrollAmount();
123 assertEquals(0, scrollAmount);
126 scrollAmount = mListView.getMaxScrollAmount();
127 assertTrue(scrollAmount > 0);
  /frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
GridLayoutManagerTest.java 553 int scrollAmount = Integer.MAX_VALUE;
554 while (!shouldTest.isEmpty() && scrollAmount != 0) {
578 scrollAmount = mGlm.scrollBy(-scrollStep,
580 globalScrollPosition += scrollAmount;
StaggeredGridLayoutManagerTest.java 342 int scrollAmount = Integer.MAX_VALUE;
343 while (!shouldTest.isEmpty() && scrollAmount != 0) {
362 scrollAmount = mLayoutManager.scrollBy(-scrollStep,
364 globalScrollPosition += scrollAmount;
    [all...]
  /frameworks/base/core/java/android/widget/
Gallery.java 543 int scrollAmount = targetCenter - selectedCenter;
544 if (scrollAmount != 0) {
545 mFlingRunnable.startUsingDistance(scrollAmount);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/resources/
calendarPicker.js     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 581 milliseconds