HomeSort by relevance Sort by last modified time
    Searched refs:ScrollView (Results 51 - 75 of 168) sorted by null

1 23 4 5 6 7

  /development/samples/ApiDemos/src/com/example/android/apis/app/
FragmentLayout.java 35 import android.widget.ScrollView;
213 ScrollView scroller = new ScrollView(getActivity());
  /development/samples/Support4Demos/src/com/example/android/supportv4/app/
FragmentLayoutSupport.java 36 import android.widget.ScrollView;
216 ScrollView scroller = new ScrollView(getActivity());
  /external/webkit/Source/WebCore/accessibility/
AXObjectCache.h 44 class ScrollView;
96 void handleScrollbarUpdate(ScrollView*);
193 inline void AXObjectCache::handleScrollbarUpdate(ScrollView*) { }
AccessibilityScrollView.cpp 34 #include "ScrollView.h"
39 AccessibilityScrollView::AccessibilityScrollView(ScrollView* view)
44 PassRefPtr<AccessibilityScrollView> AccessibilityScrollView::create(ScrollView* view)
69 // AX information (because there are no scroll bar children in the ScrollView object in WK1).
70 // In WebKit2, the ScrollView object will return the AX information (because there are no platform widgets).
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
StatusBarWindowView.java 29 import android.widget.ScrollView;
46 private ScrollView mScrollView;
60 mScrollView = (ScrollView) findViewById(R.id.scroll);
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
DensityActivity.java 32 import android.widget.ScrollView;
116 ScrollView scroller = new ScrollView(this);
117 scroller.addView(view, new ScrollView.LayoutParams(ScrollView.LayoutParams.MATCH_PARENT,
118 ScrollView.LayoutParams.MATCH_PARENT));
  /frameworks/base/tests/DpiTest/src/com/google/android/test/dpi/
DpiTestActivity.java 30 import android.widget.ScrollView;
146 ScrollView scroller = new ScrollView(this);
147 scroller.addView(view, new ScrollView.LayoutParams(ScrollView.LayoutParams.MATCH_PARENT,
148 ScrollView.LayoutParams.MATCH_PARENT));
  /external/chromium/chrome/browser/chromeos/notifications/
notification_panel.h 22 class ScrollView;
174 scoped_ptr<views::ScrollView> scroll_view_;
235 // True if the view is in visible in the ScrollView.
  /frameworks/base/core/tests/coretests/src/android/widget/scroll/arrowscroll/
ButtonsWithTallTextViewInBetweenTest.java 27 import android.widget.ScrollView;
33 private ScrollView mScrollView;
ShortButtonsTest.java 27 import android.widget.ScrollView;
31 private ScrollView mScrollView;
  /external/webkit/Source/WebCore/platform/
ScrollbarThemeComposite.h 46 virtual void paintScrollCorner(ScrollView*, GraphicsContext*, const IntRect& cornerRect);
ScrollView.h 60 class ScrollView : public Widget, public ScrollableArea {
62 ~ScrollView();
75 // The window thats hosts the ScrollView. The ScrollView will communicate scrolls and repaints to the
167 // Functions for getting/setting the size of the document contained inside the ScrollView (as an IntSize or as individual width and height
237 virtual void setParent(ScrollView*); // Overridden to update the overlapping scrollbar count.
304 ScrollView();
420 NSScrollView<WebCoreFrameScrollView>* scrollView() const;
450 }; // class ScrollView
  /external/webkit/Source/WebCore/platform/android/
WidgetAndroid.cpp 117 static_cast<const ScrollView*>(widget));
  /external/webkit/Source/WebCore/platform/gtk/
ScrollbarThemeGtk.h 51 virtual void paintScrollCorner(ScrollView*, GraphicsContext*, const IntRect&);
WidgetGtk.cpp 63 ScrollView* view = root();
  /external/webkit/Source/WebCore/platform/wx/
WidgetWx.cpp 33 #include "ScrollView.h"
59 ScrollView* view = root();
  /external/webkit/Source/WebCore/plugins/
PluginViewNone.cpp 63 void PluginView::setParent(ScrollView*)
  /external/webkit/Source/WebCore/rendering/
RenderScrollbar.h 66 virtual void setParent(ScrollView*);
  /external/webkit/Source/WebKit/win/WebCoreSupport/
EmbeddedWidget.h 70 virtual void setParent(WebCore::ScrollView*);
  /frameworks/base/tests/ImfTest/src/com/android/imftest/samples/
BottomEditTextActivityPanScan.java 26 import android.widget.ScrollView;
BottomEditTextActivityResize.java 26 import android.widget.ScrollView;
ManyEditTextActivityNoScrollPanScan.java 30 import android.widget.ScrollView;
  /frameworks/base/tests/ActivityTests/src/com/google/android/test/activity/
ActivityTestMain.java 40 import android.widget.ScrollView;
315 ScrollView scroller = new ScrollView(this);
316 scroller.addView(view, new ScrollView.LayoutParams(ScrollView.LayoutParams.MATCH_PARENT,
317 ScrollView.LayoutParams.MATCH_PARENT));
  /frameworks/base/core/tests/coretests/src/android/widget/scroll/
ScrollViewButtonsAndLabelsTest.java 26 import android.widget.ScrollView;
33 private ScrollView mScrollView;
  /external/webkit/Source/WebKit/chromium/src/
WebPopupMenuImpl.h 118 virtual void scrollRectIntoView(const WebCore::IntRect&, const WebCore::ScrollView*) const;

Completed in 1308 milliseconds

1 23 4 5 6 7