HomeSort by relevance Sort by last modified time
    Searched defs:ScrollView (Results 1 - 9 of 9) sorted by null

  /external/webkit/WebCore/platform/
ScrollView.h 56 class ScrollView : public Widget, public ScrollbarClient {
58 ~ScrollView();
63 // The window thats hosts the ScrollView. The ScrollView will communicate scrolls and repaints to the
128 // Methods for getting/setting the size of the document contained inside the ScrollView (as an IntSize or as individual width and height
179 virtual void setParent(ScrollView*); // Overridden to update the overlapping scrollbar count.
237 ScrollView();
312 NSScrollView<WebCoreFrameScrollView>* scrollView() const;
341 }; // class ScrollView
ScrollView.cpp 27 #include "ScrollView.h"
41 ScrollView::ScrollView()
57 ScrollView::~ScrollView()
62 void ScrollView::addChild(PassRefPtr<Widget> prpChild)
72 void ScrollView::removeChild(Widget* child)
81 void ScrollView::setHasHorizontalScrollbar(bool hasBar)
93 void ScrollView::setHasVerticalScrollbar(bool hasBar)
106 PassRefPtr<Scrollbar> ScrollView::createScrollbar(ScrollbarOrientation orientation
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
ScrollViewTest.java 43 import android.widget.ScrollView;
47 * Test {@link ScrollView}.
49 @TestTargetClass(ScrollView.class)
93 method = "ScrollView",
98 method = "ScrollView",
103 method = "ScrollView",
110 new ScrollView(mActivity);
112 new ScrollView(mActivity, attrs);
114 new ScrollView(mActivity, attrs, 0);
124 ScrollView scrollView = new ScrollView(mActivity)
    [all...]
  /frameworks/base/core/java/android/widget/
ScrollView.java 42 * allowing it to be larger than the physical display. A ScrollView
50 * takes care of its own scrolling, so does not require a ScrollView, but
54 * <p>ScrollView only supports vertical scrolling.
56 public class ScrollView extends FrameLayout {
71 * code that watches for focus changes initiated outside this ScrollView
95 * True if the user is currently dragging this ScrollView around. This is
136 public ScrollView(Context context) {
140 public ScrollView(Context context, AttributeSet attrs) {
144 public ScrollView(Context context, AttributeSet attrs, int defStyle) {
149 context.obtainStyledAttributes(attrs, com.android.internal.R.styleable.ScrollView, defStyle, 0)
    [all...]
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 

Completed in 68 milliseconds