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

12 3 4 5 6

  /external/webkit/Source/WebKit/mac/WebView/
WebFrameViewPrivate.h 55 @result A child WebFrameView that is scrollable, or nil if none.
  /packages/apps/Gallery2/src/com/android/gallery3d/photoeditor/
EffectsBar.java 70 // Inflate scrollable effects-gallery and desired effects into effects-bar.
  /frameworks/support/v4/java/android/support/v4/view/accessibility/
AccessibilityNodeInfoCompat.java 85 public void setScrollable(Object info, boolean scrollable);
354 public void setScrollable(Object info, boolean scrollable) {
611 public void setScrollable(Object info, boolean scrollable) {
612 AccessibilityNodeInfoCompatIcs.setScrollable(info, scrollable);
    [all...]
  /cts/tests/tests/accessibility/src/android/view/accessibility/cts/
AccessibilityNodeInfoTest.java 165 assertSame("scrollable has incorrect value", expectedInfo.isScrollable(),
206 assertFalse("scrollable not properly recycled", info.isScrollable());
AccessibilityRecordTest.java 99 TestCase.assertFalse("scrollable not properly recycled", record.isScrollable());
172 assertSame("scrollable has incorect value", expectedRecord.isScrollable(),
AccessibilityEventTest.java 245 assertSame("scrollable has incorect value", expectedEvent.isScrollable(),
  /frameworks/testing/uiautomator/library/src/com/android/uiautomator/core/
UiObject.java 166 * <code>scrollable</code> set to <code>true</code> for this operation to be performed.
186 * <code>scrollable</code> set to <code>true</code> for this operation to be performed.
206 * <code>scrollable</code> set to <code>true</code> for this operation to be performed.
225 * <code>scrollable</code> set to <code>true</code> for this operation to be performed.
257 // is the targeted node within a scrollable container?
264 // Scrollable parent's visible bounds
273 * Walk the hierarchy up to find a scrollable parent. A scrollable parent indicates that
UiSelector.java 133 public UiSelector scrollable(boolean val) { method in class:UiSelector
486 builder.append("SCROLLABLE=").append(mSelectorAttributes.valueAt(i));
  /external/webkit/Source/WebCore/platform/graphics/android/
GLWebViewState.cpp 258 if (nbTexturesNeeded.scrollable < maxTextures)
281 " scrollable: %d, clipped: %d, full: %d, max textures: %d",
285 nbTexturesNeeded.scrollable,
GraphicsLayerAndroid.cpp 545 // Replace the content layer with a scrollable layer.
740 // Set the scrollable bounds of the layer.
744 // setNeedsDisplayInRect() for the visible (clipped) scrollable area,
795 // Check for a scrollable iframe and report the scrolling
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/android/layers/
LayerAndroid.h 81 , scrollable(0)
87 int scrollable; member in class:WebCore::TexturesResult
  /frameworks/base/core/java/android/view/accessibility/
AccessibilityNodeInfo.java     [all...]
  /libcore/luni/src/test/java/libcore/java/sql/
OldResultSetTest.java 375 // Scrollable resultSet. Not supported
377 // scrollable resultSet
  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
SurfaceBacking.cpp 187 result->scrollable += nbTexturesClipped;
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/
ITaskMonitor.java 42 * description and is typically displayed in some kind of scrollable multi-line
  /development/samples/ApiDemos/src/com/example/android/apis/view/
_index.html 129 <dd>Demonstrates a scrollable LinearLayout object. </dd>
132 <dd>Demonstrates a scrollable LinearLayout object with a custom thumb slider image. </dd>
  /external/webkit/Source/WebCore/platform/mac/
ScrollbarThemeMac.mm 442 // Within the bounds of the scrollable area.
485 // Within the bounds of the scrollable area.
  /packages/apps/Mms/src/com/android/mms/ui/
SlideView.java 446 * 3. The TextView is scrollable in a small area of screen and the font size is
450 * and text in a linear layout view and making them scrollable together.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
form.h 140 int toprow; /* in scrollable field window */
141 int begincol; /* in horiz. scrollable field */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
form.h 140 int toprow; /* in scrollable field window */
141 int begincol; /* in horiz. scrollable field */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
form.h 140 int toprow; /* in scrollable field window */
141 int begincol; /* in horiz. scrollable field */
  /external/chromium/chrome/browser/chromeos/notifications/
notification_panel.h 173 // A scrollable parent of the BalloonContainer.
  /external/chromium/chrome/browser/resources/
print_preview_animations.js 142 * @param {HTMLElement} scrollableEl The scrollable element
  /external/webkit/Source/WebCore/inspector/front-end/
Toolbar.js 168 this._contentElement = this.element.createChild("div", "scrollable-content");
  /external/webkit/Tools/QtTestBrowser/
webview.cpp 105 // the size of its scrollable area according to the amount of content in scene that is rendered

Completed in 471 milliseconds

12 3 4 5 6