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

<<11121314151617181920>>

  /packages/apps/Settings/res/layout-sw600dp/
choose_lock_pattern.xml 27 <ScrollView
39 </ScrollView>
confirm_lock_pattern.xml 26 <ScrollView
38 </ScrollView>
  /packages/apps/Settings/res/layout-sw600dp-land/
confirm_lock_pattern.xml 25 <ScrollView
37 </ScrollView>
  /packages/inputmethods/LatinIME/java/res/layout/
download_over_metered.xml 32 <ScrollView
49 </ScrollView>
  /packages/inputmethods/OpenWnn/res/layout/
debug_tool_engine.xml 60 <ScrollView
71 </ScrollView>
  /packages/providers/CalendarProvider/res/layout/
dialog_activity.xml 26 <ScrollView
38 </ScrollView>
  /packages/providers/ContactsProvider/res/layout/
contact_dump_activity.xml 26 <ScrollView
38 </ScrollView>
  /development/apps/Development/src/com/android/development/
PointerLocation.java 26 * Demonstrates wrapping a layout in a ScrollView.
  /development/samples/ApiDemos/res/layout/
horizontal_scroll_view1.xml 17 <!-- Demonstrates horizontal scrolling with a ScrollView. -->
  /development/samples/ApiDemos/src/com/example/android/apis/view/
ScrollView1.java 28 * Demonstrates wrapping a layout in a ScrollView.
ScrollView2.java 28 * Demonstrates wrapping a layout in a ScrollView.
  /external/chromium_org/ash/system/tray/
fixed_sized_scroll_view.cc 42 views::ScrollView::Layout();
fixed_sized_scroll_view.h 16 class FixedSizedScrollView : public views::ScrollView {
  /external/chromium_org/cc/layers/
painted_scrollbar_layer_impl.h 16 class ScrollView;
  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AXScrollView.cpp 37 AXScrollView::AXScrollView(ScrollView* view)
54 PassRefPtr<AXScrollView> AXScrollView::create(ScrollView* view)
74 // AX information (because there are no scroll bar children in the ScrollView object in WK1).
75 // In WebKit2, the ScrollView object will return the AX information (because there are no platform widgets).
  /external/chromium_org/ui/views/examples/
scroll_view_example.h 47 ScrollView* scroll_view_;
  /external/droiddriver/samples/testapp/tests/src/com/google/android/apps/common/testing/ui/testapp/
AbstractSendActivityTest.java 40 driver.on(By.xpath("//ScrollView//Button")).click();
  /frameworks/base/core/tests/coretests/src/android/widget/scroll/
RequestRectangleVisibleTest.java 27 import android.widget.ScrollView;
38 private ScrollView mScrollView;
60 mScrollView = (ScrollView) a.findViewById(R.id.scrollView);
  /frameworks/base/core/tests/coretests/src/android/widget/scroll/arrowscroll/
MultiPageTextWithPadding.java 23 * above and below the ScrollView.
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
FadedEdgeDrawHelper.java 47 AttributeSet attrs, View scrollView, boolean isVertical) {
51 return new FadedEdgeDrawHelper(context, attrs, scrollView, isVertical);
58 AttributeSet attrs, View scrollView, boolean isVertical) {
59 mScrollView = scrollView;
  /packages/apps/Camera/src/com/android/camera/ui/
ExpandedGridView.java 31 // Here GridView is put in a ScrollView, so pass it a very big size with
  /packages/apps/Camera2/src/com/android/camera/ui/
ExpandedGridView.java 31 // Here GridView is put in a ScrollView, so pass it a very big size with
  /packages/apps/InCallUI/res/layout/
conference_manager_fragment.xml 83 <!-- The scrollview wrapper for the list of callers on
85 <ScrollView
92 required since scrollview only supports a single child. -->
130 </ScrollView> <!-- End of scrolling list wrapper for the linear layout -->
  /packages/apps/LegacyCamera/src/com/android/camera/ui/
ExpandedGridView.java 31 // Here GridView is put in a ScrollView, so pass it a very big size with
  /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);

Completed in 689 milliseconds

<<11121314151617181920>>