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

1 2 34 5 6 7

  /frameworks/base/core/tests/coretests/src/android/widget/scroll/
RequestRectangleVisible.java 25 import android.widget.ScrollView;
29 * A screen with some scenarios that exercise {@link ScrollView}'s implementation
RequestRectangleVisibleTest.java 27 import android.widget.ScrollView;
38 private ScrollView mScrollView;
60 mScrollView = (ScrollView) a.findViewById(R.id.scrollView);
  /frameworks/base/tests/ImfTest/src/com/android/imftest/samples/
InputTypeActivity.java 24 import android.widget.ScrollView;
35 private ScrollView mScrollView;
43 mScrollView = new ScrollView(this);
  /packages/apps/Mms/src/com/android/mms/ui/
SlideView.java 41 import android.widget.ScrollView;
62 private ScrollView mScrollText;
70 private ScrollView mScrollViewPort;
231 mScrollText = new ScrollView(mContext);
462 mScrollViewPort = new ScrollView(mContext) {
  /packages/apps/Phone/src/com/android/phone/
ChangeIccPinScreen.java 33 import android.widget.ScrollView;
74 private ScrollView mScrollView;
121 mScrollView = (ScrollView) findViewById(R.id.scroll);
  /external/webkit/Source/WebCore/platform/
Scrollbar.h 113 virtual void setParent(ScrollView*);
  /external/webkit/Source/WebKit/chromium/src/
WebPluginContainerImpl.h 77 virtual void setParent(WebCore::ScrollView*);
  /external/webkit/Source/WebKit/efl/WebCoreSupport/
ChromeClientEfl.h 133 virtual void scrollRectIntoView(const IntRect&, const ScrollView*) const {}
  /external/webkit/Source/WebKit/haiku/WebCoreSupport/
ChromeClientHaiku.h 116 virtual void scrollRectIntoView(const IntRect&, const ScrollView*) const;
  /external/webkit/Source/WebKit/wx/WebKitSupport/
ChromeClientWx.h 144 virtual void scrollRectIntoView(const IntRect&, const ScrollView*) const {}
  /development/samples/ApiDemos/src/com/example/android/apis/view/
ContentBrowserActivity.java 37 import android.widget.ScrollView;
60 public static class Content extends ScrollView
  /external/webkit/Source/WebCore/platform/wx/
ScrollbarThemeWx.cpp 36 #include "ScrollView.h"
175 void ScrollbarThemeWx::paintScrollCorner(ScrollView* view, GraphicsContext* context, const IntRect& cornerRect)
178 // ScrollView is a FrameView (see FramelessScrollView), so we cannot let
197 ScrollView* root = scrollbar->root();
  /external/webkit/Source/WebCore/page/
FrameView.cpp 366 ScrollView::setFrameRect(newRect);
416 ScrollView::setCanHaveScrollbars(canHaveScrollbars);
451 return ScrollView::createScrollbar(orientation);
461 ScrollView::setContentsSize(size);
485 ScrollView::setScrollOrigin(IntPoint(-root->docLeft(), -root->docTop()), !m_frame->document()->printing(), size == contentsSize());
    [all...]
  /frameworks/base/core/java/android/widget/
ScrollView.java 47 * allowing it to be larger than the physical display. A ScrollView
53 * <p>You should never use a ScrollView with a {@link ListView}, because
57 * list of items to fill up the infinite container supplied by ScrollView.
59 * takes care of its own scrolling, so does not require a ScrollView, but
63 * <p>ScrollView only supports vertical scrolling. For horizontal scrolling,
68 public class ScrollView extends FrameLayout {
73 private static final String TAG = "ScrollView";
101 * True if the user is currently dragging this ScrollView around. This is
152 public ScrollView(Context context) {
156 public ScrollView(Context context, AttributeSet attrs)
    [all...]
  /cts/tests/tests/view/src/android/view/cts/
ViewTreeObserverTest.java 38 import android.widget.ScrollView;
332 final ScrollView scrollView = (ScrollView) mActivity.findViewById(R.id.scroll_view);
334 mViewTreeObserver = scrollView.getViewTreeObserver();
343 scrollView.fullScroll(View.FOCUS_DOWN);
361 scrollView.fullScroll(View.FOCUS_UP);
  /external/webkit/Source/WebCore/platform/mac/
ThemeMac.mm 32 #import "ScrollView.h"
255 static void paintCheckbox(ControlStates states, GraphicsContext* context, const IntRect& zoomedRect, float zoomFactor, ScrollView* scrollView)
279 [checkboxCell drawWithFrame:NSRect(inflatedRect) inView:ThemeMac::ensuredView(scrollView)];
335 static void paintRadio(ControlStates states, GraphicsContext* context, const IntRect& zoomedRect, float zoomFactor, ScrollView* scrollView)
358 [radioCell drawWithFrame:NSRect(inflatedRect) inView:ThemeMac::ensuredView(scrollView)];
442 static void paintButton(ControlPart part, ControlStates states, GraphicsContext* context, const IntRect& zoomedRect, float zoomFactor, ScrollView* scrollView)
478 NSView *view = ThemeMac::ensuredView(scrollView);
    [all...]
  /external/webkit/Source/WebCore/platform/efl/
ScrollbarEfl.cpp 90 void ScrollbarEfl::setParent(ScrollView* view)
  /external/webkit/Source/WebCore/rendering/
RenderScrollbarTheme.cpp 109 void RenderScrollbarTheme::paintScrollCorner(ScrollView*, GraphicsContext* context, const IntRect& cornerRect)
  /external/webkit/Source/WebKit/android/WebCoreSupport/
ChromeClientAndroid.h 123 virtual void scrollRectIntoView(const IntRect&, const ScrollView*) const;
  /external/webkit/Source/WebKit/gtk/WebCoreSupport/
ChromeClientGtk.h 133 virtual void scrollRectIntoView(const WebCore::IntRect&, const WebCore::ScrollView*) const {}
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
ChromeClientQt.h 180 virtual void scrollRectIntoView(const IntRect&, const ScrollView*) const { }
  /external/webkit/Source/WebKit/win/WebCoreSupport/
EmbeddedWidget.cpp 177 void EmbeddedWidget::setParent(ScrollView* parent)
WebChromeClient.h 159 virtual void scrollRectIntoView(const WebCore::IntRect&, const WebCore::ScrollView*) const {}
  /external/webkit/Source/WebKit/wince/WebCoreSupport/
ChromeClientWinCE.h 105 virtual void scrollRectIntoView(const WebCore::IntRect&, const WebCore::ScrollView*) const; // Currently only Mac has a non empty implementation.
  /external/webkit/Source/WebKit2/WebProcess/Plugins/
PluginView.h 112 virtual void setParent(WebCore::ScrollView*);

Completed in 2169 milliseconds

1 2 34 5 6 7