HomeSort by relevance Sort by last modified time
    Searched full:scrollable (Results 76 - 100 of 317) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/chromium_org/content/test/data/accessibility/
table-simple-expected-android.txt 1 android.view.View focusable focused scrollable name='Table example'
  /external/chromium_org/third_party/WebKit/ManualTests/
scrollbar-hittest.html 7 <p><b>BUG ID:</b> <a href="http://bugs.webkit.org/show_bug.cgi?id=5829">http://bugs.webkit.org/show_bug.cgi?id=5829</a> REGRESSION: cursor tracking and hit testing in scrollable block don't take borders into account</p>
  /external/chromium_org/third_party/WebKit/Source/web/tests/data/
fixed-position.html 23 <!-- Fixed position elements may skip compositing without a scrollable
touch-action-tests.css 32 /* Ensure pages are scrollable for manual testing */
touch-action-simple.html 6 Test a bunch of simple cases where touch-action: none results in a non-fast-scrollable region.
  /external/chromium_org/ui/views/examples/
scroll_view_example.h 34 // Control buttons to change the size of scrollable and jump to
  /frameworks/base/tests/ImfTest/src/com/android/imftest/samples/
ManyEditTextActivityScrollResize.java 28 * Full screen of EditTexts (Scrollable, Resize)
ManyEditTextActivityNoScrollPanScan.java 35 * Full screen of EditTexts (Non-Scrollable, Pan&Scan)
ManyEditTextActivityScrollPanScan.java 35 * Full screen of EditTexts (Scrollable, Pan&Scan)
  /external/chromium_org/cc/test/
layer_tree_json_parser_unittest.cc 39 RETURN_IF_EXPECTATION_FAILS(EXPECT_EQ(layer_impl->scrollable(),
40 layer->scrollable()));
  /frameworks/support/v4/ics/android/support/v4/view/accessibility/
AccessibilityRecordCompatIcs.java 182 public static void setScrollable(Object record, boolean scrollable) {
183 ((AccessibilityRecord) record).setScrollable(scrollable);
  /development/apps/Development/src/com/android/development/
LogTextBox.java 30 * This is a TextView that is Editable and by default scrollable,
  /development/samples/ApiDemos/src/com/example/android/apis/text/
LogTextBox.java 27 * This is a TextView that is Editable and by default scrollable,
  /external/chromium_org/cc/input/
layer_scroll_offset_delegate.h 46 // scrollable size is.
  /external/chromium_org/cc/test/data/
touch_region_light.json 33 "Scrollable": true
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/js/
scrollbar.js 64 * @param {Element=} opt_scrollableArea Element with scrollable contents.
65 * If not passed, then call attachToView manually when the scrollable
75 * Attaches the scrollbar to a scrollable element and attaches handlers.
76 * @param {Element} view Scrollable element.
  /external/droiddriver/src/com/google/android/droiddriver/scroll/
Scroller.java 25 * Interface for scrolling to the desired child in a scrollable parent view.
  /frameworks/base/tests/ImfTest/res/values/
strings.xml 46 <string name="open_dialog_scrollable">open scrollable dialog</string>
  /development/samples/UiAutomator/src/com/android/test/uiautomator/demos/
LaunchSettings.java 78 // We declare the object with a selector to a scrollable view. Since in this
79 // case the firt scrollable view happens to be the one containing our apps
81 UiScrollable appViews = new UiScrollable(new UiSelector().scrollable(true));
  /frameworks/support/v4/java/android/support/v4/view/accessibility/
AccessibilityRecordCompat.java 49 public void setScrollable(Object record, boolean scrollable);
251 public void setScrollable(Object record, boolean scrollable) {
461 public void setScrollable(Object record, boolean scrollable) {
462 AccessibilityRecordCompatIcs.setScrollable(record, scrollable);
698 * Gets if the source is scrollable.
700 * @return True if the source is scrollable, false otherwise.
707 * Sets if the source is scrollable.
709 * @param scrollable True if the source is scrollable, false otherwise.
713 public void setScrollable(boolean scrollable) {
    [all...]
  /external/chromium_org/cc/layers/
layer_impl.h 402 void SetScrollable(bool scrollable) { scrollable_ = scrollable; }
403 bool scrollable() const { return scrollable_; } function in class:cc::LayerImpl
405 void set_user_scrollable_horizontal(bool scrollable) {
406 user_scrollable_horizontal_ = scrollable;
408 void set_user_scrollable_vertical(bool scrollable) {
409 user_scrollable_vertical_ = scrollable;
  /frameworks/base/docs/html/tools/help/uiautomator/
UiScrollable.jd 9 that supports searching for items in scrollable layout elements. This class can
10 be used with horizontally or vertically scrollable controls.</p>
205 <div class="jd-descrdiv">Performs a fling gesture to reach the beginning of a scrollable layout element.</div>
223 <div class="jd-descrdiv">Performs a fling gesture to reach the end of a scrollable layout element.</div>
241 <div class="jd-descrdiv">Searches for a child element in the present scrollable container.</div>
259 <div class="jd-descrdiv">Searches for a child element in the present scrollable container.</div>
277 <div class="jd-descrdiv">Searches for a child element in the present scrollable container that
296 <div class="jd-descrdiv">Searches for a child element in the present scrollable container.</div>
314 <div class="jd-descrdiv">Searches for a child element in the present scrollable
407 <div class="jd-descrdiv">Performs a forward scroll action on the scrollable layout element unti
    [all...]
  /external/chromium_org/chrome/browser/ui/cocoa/bookmarks/
bookmark_bar_folder_controller.h 78 // scrollable. (A 'shadow' window is needed because the main window, when
79 // scrollable in either or both directions, will reach completely to the
84 // Dock is showing. When scrollable, the main window would show a shadow
  /external/chromium_org/chrome/browser/resources/net_internals/
main.css 46 * DIV). It gives them a consistent padding, and makes them scrollable.
  /external/chromium_org/third_party/WebKit/Source/platform/scroll/
FramelessScrollView.cpp 61 // FIXME: Look for an ancestor scrollable area that can be scrolled.

Completed in 3029 milliseconds

1 2 34 5 6 7 8 91011>>