HomeSort by relevance Sort by last modified time
    Searched refs:scroll (Results 1 - 25 of 171) sorted by null

1 2 3 4 5 6 7

  /external/webkit/Source/WebKit2/WebProcess/WebPage/gtk/
WebPageGtk.cpp 55 static inline void scroll(Page* page, ScrollDirection direction, ScrollGranularity granularity) function in namespace:WebKit
73 scroll(m_page.get(), keyboardEvent.shiftKey() ? ScrollUp : ScrollDown, ScrollByPage);
76 scroll(m_page.get(), ScrollLeft, ScrollByLine);
79 scroll(m_page.get(), ScrollRight, ScrollByLine);
82 scroll(m_page.get(), ScrollUp, ScrollByLine);
85 scroll(m_page.get(), ScrollDown, ScrollByLine);
88 scroll(m_page.get(), ScrollUp, ScrollByDocument);
91 scroll(m_page.get(), ScrollDown, ScrollByDocument);
94 scroll(m_page.get(), ScrollUp, ScrollByPage);
97 scroll(m_page.get(), ScrollDown, ScrollByPage)
    [all...]
  /frameworks/base/core/tests/coretests/src/android/widget/scroll/
TallTextAboveButton.java 17 package android.widget.scroll;
ButtonAboveTallInternalSelectionView.java 17 package android.widget.scroll;
25 * A button above a tall internal selection view, wrapped in a scroll view.
ButtonAboveTallInternalSelectionViewTest.java 17 package android.widget.scroll;
19 import android.widget.scroll.ButtonAboveTallInternalSelectionView;
37 assertEquals("scrollview scroll y",
ButtonsWithTallTextViewInBetween.java 17 package android.widget.scroll;
ShortButtons.java 17 package android.widget.scroll;
  /frameworks/base/core/tests/coretests/src/android/widget/scroll/arrowscroll/
MultiPageTextWithPadding.java 17 package android.widget.scroll.arrowscroll;
MultiPageTextWithPaddingTest.java 17 package android.widget.scroll.arrowscroll;
19 import android.widget.scroll.arrowscroll.MultiPageTextWithPadding;
TallTextAboveButtonTest.java 17 package android.widget.scroll.arrowscroll;
19 import android.widget.scroll.TallTextAboveButton;
49 assertTrue("scroll view should have focus (because nothing else focusable "
64 assertTrue("scroll view should have focus, but " + getActivity().getScrollView().findFocus() + " does instead",
73 assertTrue("scroll view should have focus, but " + getActivity().getScrollView().findFocus() + " does instead",
  /external/webkit/Source/WebCore/platform/qt/
ScrollbarQt.cpp 59 QAction* actScrollHere = menu.addAction(QCoreApplication::translate("QWebPage", "Scroll here"));
70 QAction* actScrollUp = menu.addAction(horizontal ? QCoreApplication::translate("QWebPage", "Scroll left") : QCoreApplication::translate("QWebPage", "Scroll up"));
71 QAction* actScrollDown = menu.addAction(horizontal ? QCoreApplication::translate("QWebPage", "Scroll right") : QCoreApplication::translate("QWebPage", "Scroll down"));
85 scrollableArea()->scroll(horizontal ? ScrollLeft : ScrollUp, ScrollByDocument);
87 scrollableArea()->scroll(horizontal ? ScrollRight : ScrollDown, ScrollByDocument);
89 scrollableArea()->scroll(horizontal ? ScrollLeft : ScrollUp, ScrollByPage);
91 scrollableArea()->scroll(horizontal ? ScrollRight : ScrollDown, ScrollByPage);
93 scrollableArea()->scroll(horizontal ? ScrollLeft : ScrollUp, ScrollByLine)
    [all...]
  /external/webkit/Source/WebKit/chromium/src/
DragScrollTimer.h 44 // scroll-on-drag behaviour.
56 void scroll();
DragScrollTimer.cpp 75 void DragScrollTimer::scroll() function in class:WebKit::DragScrollTimer
84 scroll();
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
AdaptiveBackground.java 105 int scroll = mScrollX; local
106 int start = (scroll / width) * width;
109 for (int i = start, n = scroll + getWidth(); i < n; i += width) {
110 mBackground.draw(canvas, i - scroll, 0, width, height);
116 for (int i = start, n = scroll + getWidth(); i < n; i += width) {
118 mBackground, ratio, i - scroll, 0, width, height);
  /external/wpa_supplicant_6/wpa_supplicant/wpa_gui-qt4/
eventhistory.cpp 119 bool scroll = true; local
123 scroll = false;
128 if (scroll)
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
eventhistory.cpp 119 bool scroll = true; local
123 scroll = false;
128 if (scroll)
  /external/webkit/Source/WebCore/platform/
HostWindow.h 47 // Requests the host scroll backingstore by the specified delta, rect to scroll, and clip rect.
48 virtual void scroll(const IntSize& scrollDelta, const IntRect& rectToScroll, const IntRect& clipRect) = 0;
ScrollAnimatorWin.h 46 virtual bool scroll(ScrollbarOrientation, ScrollGranularity, float step, float multiplier);
ScrollAnimator.cpp 62 bool ScrollAnimator::scroll(ScrollbarOrientation orientation, ScrollGranularity, float step, float multiplier) function in class:WebCore::ScrollAnimator
90 // scroll any further.
110 scroll(VerticalScrollbar, ScrollByPixel, verticalScrollbar->pixelStep(), -deltaY);
112 scroll(HorizontalScrollbar, ScrollByPixel, horizontalScrollbar->pixelStep(), -deltaX);
ScrollAnimator.h 54 // Computes a scroll destination for the given parameters. Returns false if
58 virtual bool scroll(ScrollbarOrientation, ScrollGranularity, float step, float multiplier);
  /external/webkit/Source/WebKit/chromium/public/
WebScrollbar.h 86 // Scroll back or forward with the given granularity.
87 virtual void scroll(ScrollDirection, ScrollGranularity, float multiplier) = 0;
  /packages/apps/Calculator/src/com/android/calculator2/
Logic.java 19 import com.android.calculator2.CalculatorDisplay.Scroll;
113 private void clearWithHistory(boolean scroll) {
120 evaluateAndShowResult(text, CalculatorDisplay.Scroll.NONE);
124 text, scroll ? CalculatorDisplay.Scroll.UP : CalculatorDisplay.Scroll.NONE);
129 private void clear(boolean scroll) {
131 mDisplay.setText("", scroll ? CalculatorDisplay.Scroll.UP : CalculatorDisplay.Scroll.NONE)
    [all...]
  /external/webkit/Source/WebKit2/WebProcess/WebPage/
ChunkedUpdateDrawingArea.h 43 virtual void scroll(const WebCore::IntRect& scrollRect, const WebCore::IntSize& scrollOffset);
  /build/tools/droiddoc/templates-sdk/assets/
android-developer-resource-browser.css 11 background: transparent none no-repeat scroll 4px 12px;
  /external/webkit/Source/WebKit2/WebProcess/WebPage/qt/
WebPageQt.cpp 212 static inline void scroll(Page* page, ScrollDirection direction, ScrollGranularity granularity) function in namespace:WebKit
238 scroll(m_page.get(), ScrollLeft, ScrollByLine);
241 scroll(m_page.get(), ScrollRight, ScrollByLine);
244 scroll(m_page.get(), ScrollUp, ScrollByLine);
247 scroll(m_page.get(), ScrollDown, ScrollByLine);
  /external/webkit/Source/WebKit2/UIProcess/win/
BackingStoreWin.cpp 83 scroll(updateInfo.scrollRect, updateInfo.scrollOffset);
100 void BackingStore::scroll(const IntRect& scrollRect, const IntSize& scrollOffset) function in class:WebKit::BackingStore

Completed in 1547 milliseconds

1 2 3 4 5 6 7