HomeSort by relevance Sort by last modified time
    Searched refs:ScrollView (Results 26 - 50 of 172) sorted by null

12 3 4 5 6 7

  /external/webkit/Source/WebCore/platform/efl/
ScrollbarEfl.h 61 virtual void setParent(ScrollView*);
  /frameworks/base/core/tests/coretests/src/android/widget/scroll/
RequestRectangleVisibleWithInternalScrollTest.java 26 import android.widget.ScrollView;
39 private ScrollView mScrollView;
54 mScrollView = (ScrollView) getActivity().findViewById(R.id.scrollView);
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
GlyphCacheActivity.java 24 import android.widget.ScrollView;
39 ScrollView scrollView = new ScrollView(this);
40 scrollView.setLayoutParams(new LayoutParams(LayoutParams.MATCH_PARENT,
46 scrollView.addView(layout);
51 setContentView(scrollView);
TextPathActivity.java 26 import android.widget.ScrollView;
34 ScrollView scroller = new ScrollView(this);
  /frameworks/base/tests/ImfTest/src/com/android/imftest/samples/
ManyEditTextActivityScrollPanScan.java 30 import android.widget.ScrollView;
47 mRootView = new ScrollView(this);
60 ((ScrollView) mRootView).addView(layout);
OneEditTextActivityNotSelected.java 31 import android.widget.ScrollView;
50 mRootView = new ScrollView(this);
61 ((ScrollView) mRootView).addView(layout);
OneEditTextActivitySelected.java 30 import android.widget.ScrollView;
49 mRootView = new ScrollView(this);
56 ((ScrollView) mRootView).addView(layout);
EditTextActivityDialog.java 30 import android.widget.ScrollView;
38 private ScrollView mScrollView;
93 layout = new ScrollView(EditTextActivityDialog.this);
94 ((ScrollView) layout).setMinimumHeight(mLayout.getHeight());
96 ((ScrollView) layout).addView((
  /frameworks/base/core/tests/coretests/src/android/view/
BigCache.java 24 import android.widget.ScrollView;
61 final ScrollView scroller = new ScrollView(this);
  /external/webkit/Source/WebCore/platform/chromium/
FramelessScrollView.h 34 #include "ScrollView.h"
43 // A FramelessScrollView is a ScrollView that can be used to render custom
47 // can have scroll bars for this instead of trying to reuse ScrollView.
49 class FramelessScrollView : public ScrollView {
71 // ScrollView public methods:
76 // ScrollView protected methods:
ThemeChromiumMac.h 54 virtual void paint(ControlPart, ControlStates, GraphicsContext*, const IntRect&, float zoomFactor, ScrollView*) const;
WidgetChromium.cpp 36 #include "ScrollView.h"
60 ScrollView* view = root();
  /external/webkit/Source/WebCore/platform/qt/
ScrollbarThemeQt.h 44 virtual void paintScrollCorner(ScrollView*, GraphicsContext*, const IntRect& cornerRect);
WidgetQt.cpp 42 #include "ScrollView.h"
81 ScrollView* view = root();
  /external/webkit/Source/WebCore/platform/win/
WidgetWin.cpp 73 ScrollView* view = root();
  /external/webkit/Source/WebCore/platform/wx/
ScrollbarThemeWx.h 40 virtual void paintScrollCorner(ScrollView*, GraphicsContext*, const IntRect& cornerRect);
  /cts/tests/tests/widget/src/android/widget/cts/
ScrollViewTest.java 38 import android.widget.ScrollView;
42 * Test {@link ScrollView}.
87 new ScrollView(mActivity);
89 new ScrollView(mActivity, attrs);
91 new ScrollView(mActivity, attrs, 0);
96 ScrollView scrollView = new ScrollView(mActivity);
97 scrollView.layout(0, 0, 100, 200);
98 assertEquals((200 - 0) / 2, scrollView.getMaxScrollAmount())
    [all...]
  /external/webkit/Source/WebCore/platform/
ScrollbarTheme.h 37 class ScrollView;
79 virtual void paintScrollCorner(ScrollView*, GraphicsContext* context, const IntRect& cornerRect) { defaultPaintScrollCorner(context, cornerRect); }
Theme.h 40 class ScrollView;
100 virtual void paint(ControlPart, ControlStates, GraphicsContext*, const IntRect& /*zoomedRect*/, float /*zoomFactor*/, ScrollView*) const { }
  /external/webkit/Source/WebCore/platform/android/
PlatformBridge.h 88 class ScrollView;
137 static void setScrollPosition(ScrollView*, int x, int y);
  /external/webkit/Source/WebCore/rendering/
RenderScrollbarTheme.h 35 class ScrollView;
47 virtual void paintScrollCorner(ScrollView*, GraphicsContext* context, const IntRect& cornerRect);
  /frameworks/base/core/tests/coretests/src/android/widget/scroll/arrowscroll/
MultiPageTextWithPaddingTest.java 25 import android.widget.ScrollView;
30 private ScrollView mScrollView;
TallTextAboveButtonTest.java 24 import android.widget.ScrollView;
28 private ScrollView mScrollView;
  /frameworks/base/core/tests/coretests/src/android/util/
ScrollViewScenario.java 29 import android.widget.ScrollView;
49 private ScrollView mScrollView;
212 public ScrollView getScrollView() {
232 protected ScrollView createScrollView() {
233 return new ScrollView(this);
  /external/webkit/Source/WebKit/chromium/src/
WebInputEventConversion.h 44 class ScrollView;
88 // the ScrollView corresponding to the event.

Completed in 539 milliseconds

12 3 4 5 6 7