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

1 2 3 4 56 7

  /external/webkit/Source/WebCore/plugins/symbian/
PluginViewSymbian.cpp 246 void PluginView::setParent(ScrollView* parent)
  /external/webkit/Source/WebCore/rendering/
RenderScrollbar.cpp 79 void RenderScrollbar::setParent(ScrollView* parent)
RenderWidget.cpp 73 ScrollView* currentParent = child->parent();
RenderLayerCompositor.cpp     [all...]
  /external/webkit/Source/WebCore/platform/chromium/
PopupMenuChromium.cpp 105 // ScrollView
786 // Our parent is the root ScrollView, so it is the one that has a
878 ScrollView::paint(gc, rect);
    [all...]
  /frameworks/base/core/java/com/android/internal/app/
AlertController.java 53 import android.widget.ScrollView;
101 private ScrollView mScrollView;
501 mScrollView = (ScrollView) mWindow.findViewById(R.id.scrollView);
517 contentPanel.removeView(mWindow.findViewById(R.id.scrollView));
    [all...]
  /external/webkit/Source/WebCore/loader/
EmptyClients.h 210 virtual void scrollRectIntoView(const IntRect&, const ScrollView*) const {}
  /external/webkit/Source/WebCore/plugins/
PluginView.h 232 virtual void setParent(ScrollView*);
  /external/webkit/Source/WebKit2/WebProcess/Plugins/
PluginView.cpp 53 #include <WebCore/ScrollView.h>
547 void PluginView::setParent(ScrollView* scrollView)
549 Widget::setParent(scrollView);
551 if (scrollView)
    [all...]
  /frameworks/base/core/java/android/widget/
HorizontalScrollView.java 57 * use either {@link ScrollView} or {@link ListView}.
62 private static final int ANIMATED_SCROLL_GAP = ScrollView.ANIMATED_SCROLL_GAP;
64 private static final float MAX_SCROLL_FACTOR = ScrollView.MAX_SCROLL_FACTOR;
94 * True if the user is currently dragging this ScrollView around. This is
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
TabletStatusBar.java 58 import android.widget.ScrollView;
360 ScrollView scroller = (ScrollView)mPile.getParent();
    [all...]
  /external/webkit/Source/WebKit/android/WebCoreSupport/
ChromeClientAndroid.cpp 355 void ChromeClientAndroid::scrollRectIntoView(const IntRect&, const ScrollView*) const
  /external/webkit/Source/WebKit/android/plugins/
PluginWidgetAndroid.cpp 39 #include "ScrollView.h"
596 ScrollView* scrollView = m_pluginView->parent();
597 android::WebViewCore* core = android::WebViewCore::getWebViewCore(scrollView);
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
WebChromeClient.cpp 438 void WebChromeClient::scrollRectIntoView(const IntRect&, const ScrollView*) const
  /frameworks/ex/chips/src/com/android/ex/chips/
RecipientEditTextView.java 94 import android.widget.ScrollView;
204 private ScrollView mScrollView;
813 while (parent != null && !(parent instanceof ScrollView)) {
817 mScrollView = (ScrollView) parent;
    [all...]
  /external/webkit/Source/WebCore/plugins/mac/
PluginViewMac.mm 311 void PluginView::setParent(ScrollView* parent)
  /external/webkit/Source/WebCore/page/
EventHandler.cpp 451 if (ScrollView* scrollView = m_frame->view()) {
452 if (scrollView->isPointInScrollbarCorner(event.event().pos()))
842 bool east = m_panScrollStartPos.x() < (m_currentMousePosition.x() - ScrollView::noPanScrollRadius);
843 bool west = m_panScrollStartPos.x() > (m_currentMousePosition.x() + ScrollView::noPanScrollRadius);
844 bool north = m_panScrollStartPos.y() > (m_currentMousePosition.y() + ScrollView::noPanScrollRadius);
845 bool south = m_panScrollStartPos.y() < (m_currentMousePosition.y() - ScrollView::noPanScrollRadius);
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PhoneStatusBar.java 76 import android.widget.ScrollView;
187 ScrollView mScrollView;
467 mScrollView = (ScrollView)mStatusBarWindow.findViewById(R.id.scroll);
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/
EventInfoFragment.java 92 import android.widget.ScrollView;
359 private ScrollView mScrollView;
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/event/
EditEventView.java 65 import android.widget.ScrollView;
123 ScrollView mScrollView;
769 mScrollView = (ScrollView) view.findViewById(R.id.scroll_view);
    [all...]
  /external/webkit/Source/WebKit2/WebProcess/WebPage/mac/
WebPageMac.mm 50 #import <WebCore/ScrollView.h>
  /external/chromium/chrome/browser/chromeos/notifications/
notification_panel.cc 69 // A WidgetGtk that covers entire ScrollView's viewport. Without this,
663 scroll_view_.reset(new views::ScrollView());
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/
Robolectric.java 857 public static ShadowScrollView shadowOf(ScrollView instance) {
    [all...]
  /external/webkit/Source/WebCore/plugins/gtk/
PluginViewGtk.cpp 466 void PluginView::setParent(ScrollView* parent)
  /external/webkit/Source/WebCore/plugins/qt/
PluginViewQt.cpp 183 // imitates ScrollView and adds the scroll offset back on to the rect we damage here (making the co-ordinates absolute
605 void PluginView::setParent(ScrollView* parent)
    [all...]

Completed in 2636 milliseconds

1 2 3 4 56 7