HomeSort by relevance Sort by last modified time
    Searched refs:scrollable (Results 1 - 18 of 18) sorted by null

  /frameworks/base/tests/ImfTest/src/com/android/imftest/samples/
EditTextActivityDialog.java 88 protected Dialog createDialog(boolean scrollable) {
92 if (scrollable) {
  /frameworks/support/v4/ics/android/support/v4/view/accessibility/
AccessibilityRecordCompatIcs.java 200 public static void setScrollable(Object record, boolean scrollable) {
201 ((AccessibilityRecord) record).setScrollable(scrollable);
AccessibilityNodeInfoCompatIcs.java 200 public static void setScrollable(Object info, boolean scrollable) {
201 ((AccessibilityNodeInfo) info).setScrollable(scrollable);
  /frameworks/support/v4/java/android/support/v4/view/accessibility/
AccessibilityNodeInfoCompat.java 71 public void setScrollable(Object info, boolean scrollable);
252 public void setScrollable(Object info, boolean scrollable) {
485 public void setScrollable(Object info, boolean scrollable) {
486 AccessibilityNodeInfoCompatIcs.setScrollable(info, scrollable);
1012 * Gets if the node is scrollable.
1014 * @return True if the node is scrollable, false otherwise.
1021 * Sets if the node is scrollable.
1028 * @param scrollable True if the node is scrollable, false otherwise.
1031 public void setScrollable(boolean scrollable) {
    [all...]
AccessibilityRecordCompat.java 47 public void setScrollable(Object record, boolean scrollable);
249 public void setScrollable(Object record, boolean scrollable) {
435 public void setScrollable(Object record, boolean scrollable) {
436 AccessibilityRecordCompatIcs.setScrollable(record, scrollable);
612 * Gets if the source is scrollable.
614 * @return True if the source is scrollable, false otherwise.
621 * Sets if the source is scrollable.
623 * @param scrollable True if the source is scrollable, false otherwise.
627 public void setScrollable(boolean scrollable) {
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/android/
LayerAndroid.h 105 , scrollable(0)
111 int scrollable; member in class:WebCore::TexturesResult
PaintedSurface.cpp 187 result->scrollable += nbTexturesClipped;
GLWebViewState.cpp 390 if (nbTexturesNeeded.scrollable < maxTextures)
413 " scrollable: %d, clipped: %d, full: %d, max textures: %d",
417 nbTexturesNeeded.scrollable,
  /frameworks/base/core/java/android/view/accessibility/
AccessibilityRecord.java 230 * Gets if the source is scrollable.
232 * @return True if the source is scrollable, false otherwise.
239 * Sets if the source is scrollable.
241 * @param scrollable True if the source is scrollable, false otherwise.
245 public void setScrollable(boolean scrollable) {
247 setBooleanProperty(PROPERTY_SCROLLABLE, scrollable);
753 builder.append("; Scrollable: " + getBooleanProperty(PROPERTY_SCROLLABLE));
AccessibilityNodeInfo.java 602 * Gets if the node is scrollable.
604 * @return True if the node is scrollable, false otherwise.
611 * Sets if the node is scrollable.
618 * @param scrollable True if the node is scrollable, false otherwise.
622 public void setScrollable(boolean scrollable) {
624 setBooleanProperty(PROPERTY_SCROLLABLE, scrollable);
    [all...]
  /development/samples/training/multiscreen/newsreader/libs/
android-support-v4.jar 
  /external/chromium/chrome/browser/resources/
print_preview_animations.js 142 * @param {HTMLElement} scrollableEl The scrollable element
new_new_tab.js 457 // scrollable element position:absolute. We also artificially increase the
    [all...]
  /external/webkit/Source/WebCore/inspector/front-end/
Toolbar.js 168 this._contentElement = this.element.createChild("div", "scrollable-content");
inspector.css 222 #toolbar-dropdown .scrollable-content {
260 .scrollable-content {
269 .scrollable-content::-webkit-scrollbar {
273 .scrollable-content::-webkit-scrollbar-corner,
274 .scrollable-content::-webkit-resizer {
278 .scrollable-content::-webkit-scrollbar-thumb:vertical {
284 .scrollable-content::-webkit-scrollbar-thumb:vertical:hover,
285 .scrollable-content::-webkit-scrollbar-thumb:vertical:active {
289 .scrollable-content::-webkit-scrollbar-track:vertical {
    [all...]
  /frameworks/base/core/java/android/widget/
ScrollView.java 730 final boolean scrollable = getScrollRange() > 0;
731 event.setScrollable(scrollable);
    [all...]
  /prebuilt/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 
  /prebuilt/sdk/14/
android.jar 

Completed in 1070 milliseconds