Home
last modified time | relevance | path

Searched refs:isScrollable (Results 1 – 17 of 17) sorted by relevance

/aosp12/packages/apps/Car/RotaryController/tests/unit/src/com/android/car/rotary/
H A DNodeBuilderTest.java67 assertThat(node.isScrollable()).isFalse(); in testBuildDefaultNode()
105 assertThat(node.isScrollable()).isTrue(); in testSetScrollable()
H A DNodeBuilder.java200 when(node.isScrollable()).thenReturn(builder.mScrollable); in build()
/aosp12/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
H A DUiObject.java380 if (parent != null && parent.isScrollable()) { in getScrollableParent()
762 public boolean isScrollable() throws UiObjectNotFoundException { in isScrollable() method in UiObject
768 return node.isScrollable(); in isScrollable()
H A DAccessibilityNodeInfoDumper.java214 serializer.attribute("", "scrollable", Boolean.toString(node.isScrollable())); in dumpNodeRec()
H A DUiSelector.java781 if (node.isScrollable() != getBoolean(criterion)) { in isMatchFor()
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
H A DActionReplacingCallbackTest.java81 return (!node.isScrollable() && !node.isLongClickable() && !node.isClickable()
102 return (!node.isScrollable() && !node.isLongClickable()
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/homepage/contextualcards/slices/
H A DSliceFullCardRendererHelperTest.java81 assertThat(((SliceViewHolder) viewHolder).sliceView.isScrollable()).isFalse(); in bindView_shouldSetScrollableToFalse()
/aosp12/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DActionReplacingCallback.java273 info.setScrollable(mNodeWithReplacementActions.isScrollable()); in replaceActionsOnInfoLocked()
/aosp12/packages/apps/Car/RotaryController/src/com/android/car/rotary/
H A DUtils.java184 return scrollableContainer.isScrollable() && !descendantCanTakeFocus(scrollableContainer); in canScrollableContainerTakeFocus()
/aosp12/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityRecord.java313 public boolean isScrollable() { in isScrollable() method in AccessibilityRecord
H A DAccessibilityNodeInfo.java2273 public boolean isScrollable() { in isScrollable() method in AccessibilityNodeInfo
4494 builder.append("; scrollable: ").append(isScrollable()); in toString()
/aosp12/frameworks/base/cmds/uiautomator/api/
H A D16.txt78 …method public boolean isScrollable() throws com.android.uiautomator.core.UiObjectNotFoundException;
H A D17.txt87 …method public boolean isScrollable() throws com.android.uiautomator.core.UiObjectNotFoundException;
H A Dcurrent.txt110 …method @Deprecated public boolean isScrollable() throws com.android.uiautomator.core.UiObjectNotFo…
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt50870 method public boolean isScrollable();
51138 method public boolean isScrollable();
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt34945 method public boolean isScrollable();
35137 method public boolean isScrollable();