HomeSort by relevance Sort by last modified time
    Searched full:scrollview (Results 401 - 425 of 564) sorted by null

<<11121314151617181920>>

  /packages/apps/Gallery2/res/layout-land/
filtershow_saturation_controls.xml 8 <ScrollView
125 </ScrollView>
  /packages/apps/Mms/res/layout/
compose_message_activity.xml 84 <ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
116 </ScrollView>
  /packages/apps/MusicFX/res/layout/
music_main.xml 36 <ScrollView
135 </ScrollView>
  /packages/apps/Settings/res/layout/
device_admin_add.xml 24 <ScrollView
102 </ScrollView>
preference_dialog_ringervolume.xml 17 <ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
213 </ScrollView>
vpn_dialog.xml 17 <ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
137 </ScrollView>
wifi_status_test.xml 16 <ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
129 </ScrollView>
  /packages/apps/UnifiedEmail/res/layout-sw600dp/
compose.xml 29 <ScrollView
178 </ScrollView>
  /packages/experimental/CameraPreviewTest/res/layout/
videochatcameratest_activity.xml 28 <ScrollView android:id="@+id/scrollviewforhistory"
150 </ScrollView>
  /packages/experimental/StrictModeTest/res/layout/
main.xml 2 <ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
203 </ScrollView>
  /packages/inputmethods/LatinIME/java/res/layout/
research_feedback_fragment_layout.xml 21 <ScrollView xmlns:android="http://schemas.android.com/apk/res/android">
123 </ScrollView>
  /pdk/apps/TestingCamera2/res/layout/
main.xml 44 <ScrollView
154 </ScrollView>
  /sdk/apps/SdkController/res/layout-land/
sensors.xml 135 <ScrollView
147 </ScrollView>
  /packages/apps/Browser/src/com/android/browser/view/
ScrollerView.java 49 * allowing it to be larger than the physical display. A ScrollView
57 * takes care of its own scrolling, so does not require a ScrollView, but
61 * <p>ScrollView only supports vertical scrolling.
94 * True if the user is currently dragging this ScrollView around. This is
146 * orientation of the scrollview
169 context.obtainStyledAttributes(attrs, com.android.internal.R.styleable.ScrollView, defStyle, 0);
255 throw new IllegalStateException("ScrollView can host only one direct child");
264 throw new IllegalStateException("ScrollView can host only one direct child");
273 throw new IllegalStateException("ScrollView can host only one direct child");
282 throw new IllegalStateException("ScrollView can host only one direct child")
    [all...]
  /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) {
  /external/chromium_org/chrome/browser/ui/views/extensions/
media_galleries_dialog_views.cc 42 // This container has the right Layout() impl to use within a ScrollView.
183 views::ScrollView* scroll_view =
184 views::ScrollView::CreateScrollViewWithBorder();
  /external/chromium_org/ui/views/controls/menu/
menu_scroll_view_container.cc 134 // NOTE: It is possible to use ScrollView directly (after making it deal with
135 // null scrollbars), but clicking on a child of ScrollView forces the window to
137 // what ScrollView does, so we use a one off variant.
  /external/chromium_org/chrome/browser/ui/views/
collected_cookies_views.h 82 // Creates and returns a containing ScrollView around the given tree view.
  /external/chromium_org/third_party/WebKit/Source/core/frame/
FrameView.cpp 439 ScrollView::setFrameRect(newRect);
478 ScrollView::setCanHaveScrollbars(canHaveScrollbars);
537 return ScrollView::createScrollbar(orientation);
545 ScrollView::setContentsSize(size);
546 ScrollView::contentsResized();
567 ScrollView::setScrollOrigin(IntPoint(-rect.x(), -rect.y()), !m_frame->document()->printing(), size == contentsSize());
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/exported/
WebScrollbarThemeClientImpl.h 35 class ScrollView;
  /external/chromium_org/third_party/WebKit/Source/platform/scroll/
Scrollbar.cpp 34 #include "platform/scroll/ScrollView.h"
101 ScrollView* Scrollbar::parentScrollView() const
106 ScrollView* Scrollbar::rootScrollView() const
492 ScrollView* view = parentScrollView();
  /external/chromium_org/ui/message_center/views/
message_center_view.h 129 views::ScrollView* scroller_;
notifier_settings_view.h 114 views::ScrollView* scroller_;
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/res/layout/
simplecamera.xml 64 android:id="@+id/scrollView"
  /frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/testapp/
TestAppView.java 83 // this method doesn't work when 'extends View' include 'extends ScrollView'.

Completed in 659 milliseconds

<<11121314151617181920>>