HomeSort by relevance Sort by last modified time
    Searched full:scrollable (Results 1 - 25 of 140) sorted by null

1 2 3 4 5 6

  /cts/tests/tests/webkitsecurity/assets/
scrollable-iframe-remove-crash.html 24 <iframe onload="runTest();" src="resources/scrollable-iframe.html">
  /frameworks/base/docs/html/design/building-blocks/
tabs.jd 10 <h2 id="scrollable">Scrollable Tabs</h2>
  /frameworks/base/docs/html/design/style/
touch-feedback.jd 59 <p>When users try to scroll past the upper or lower limit of a scrollable area, communicate the
62 is not possible. Many of Android's scrollable UI widgets (e.g. lists or grid lists) already have
  /frameworks/base/tests/ImfTest/src/com/android/imftest/samples/
EditTextActivityDialog.java 88 protected Dialog createDialog(boolean scrollable) {
92 if (scrollable) {
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)
  /development/samples/ApiDemos/src/com/example/android/apis/text/
LogTextBox1.java 27 * Using a LogTextBox to display a scrollable text area
LogTextBox.java 27 * This is a TextView that is Editable and by default scrollable,
  /external/webkit/Source/WebCore/manual-tests/
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>
  /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);
AccessibilityNodeInfoCompatIcs.java 200 public static void setScrollable(Object info, boolean scrollable) {
201 ((AccessibilityNodeInfo) info).setScrollable(scrollable);
  /development/apps/Development/src/com/android/development/
LogTextBox.java 30 * This is a TextView that is Editable and by default scrollable,
  /frameworks/base/tests/ImfTest/res/values/
strings.xml 46 <string name="open_dialog_scrollable">open scrollable dialog</string>
  /sdk/eclipse/
dictionary.txt 243 scrollable
  /frameworks/support/v4/java/android/support/v4/view/accessibility/
AccessibilityRecordCompat.java 48 public void setScrollable(Object record, boolean scrollable);
250 public void setScrollable(Object record, boolean scrollable) {
460 public void setScrollable(Object record, boolean scrollable) {
461 AccessibilityRecordCompatIcs.setScrollable(record, scrollable);
690 * Gets if the source is scrollable.
692 * @return True if the source is scrollable, false otherwise.
699 * Sets if the source is scrollable.
701 * @param scrollable True if the source is scrollable, false otherwise.
705 public void setScrollable(boolean scrollable) {
    [all...]
  /external/webkit/Source/WebKit/chromium/public/
WebScrollbar.h 79 // Sets the size of the scrollable region in pixels. i.e. if a document is
  /external/linux-tools-perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
SchedGui.py 41 # scrollable container
47 # scrollable drawing area
  /frameworks/base/core/java/android/view/accessibility/
AccessibilityRecord.java 264 * Gets if the source is scrollable.
266 * @return True if the source is scrollable, false otherwise.
273 * Sets if the source is scrollable.
275 * @param scrollable True if the source is scrollable, false otherwise.
279 public void setScrollable(boolean scrollable) {
281 setBooleanProperty(PROPERTY_SCROLLABLE, scrollable);
816 builder.append("; Scrollable: " + getBooleanProperty(PROPERTY_SCROLLABLE));
  /frameworks/testing/uiautomator/library/src/com/android/uiautomator/core/
UiScrollable.java 24 * where the tests need to deal with scrollable contents or desire to enumerate lists of
25 * items. This calls can perform automatic searches within a scrollable container. Whether
197 * @param text to look for anywhere within the contents of this scrollable.
394 * Scrolls to the beginning of a scrollable UI element. The beginning could be the top most
432 * Scrolls to the end of a scrollable UI element. The end could be the bottom most
  /frameworks/base/docs/html/design/patterns/
actionbar.jd 153 <p>There are two types of tabs: fixed and scrollable.</p>
158 <h4>Scrollable tabs</h4>
159 <p><em>Scrollable tabs</em> always take up the entire width of the bar, with the currently active view item in
160 the center, and therefore need to live in a dedicated bar. Scrollable tabs can themselves be
162 <p>Use scrollable tabs if you have a large number of views or if you're unsure how many views will be
164 that the user can navigate between). Scrollable tabs should always allow the user to navigate
188 <p><em>Fixed tabs</em> are always visible on the screen, and can't be moved out of the way like scrollable
  /external/chromium/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
  /cts/tests/tests/webkitsecurity/src/android/webkitsecurity/cts/
WebkitScrollableIframeRemoveCrashTest.java 63 private static final String TEST_PATH = "scrollable-iframe-remove-crash.html";
  /external/webkit/Source/WebCore/rendering/
RenderFrameBase.cpp 61 // no subframe much ever become scrollable.
  /external/webkit/Source/WebKit/gtk/webkit/
webkitwebviewprivate.h 77 // driving the scrollable adjustment values

Completed in 1207 milliseconds

1 2 3 4 5 6