Home
last modified time | relevance | path

Searched refs:scrollable (Results 1 – 24 of 24) sorted by relevance

/aosp12/packages/apps/Settings/tests/uitests/src/com/android/settings/ui/
H A DZonePickerSettingsTest.java180 private UiObject selectScrollableItem(UiScrollable scrollable, UiSelector childSelector) in selectScrollableItem() argument
182 if (!scrollable.waitForExists(TIMEOUT)) { in selectScrollableItem()
183 throw newUiObjectNotFoundException(scrollable.getSelector()); in selectScrollableItem()
185 scrollable.scrollIntoView(childSelector); in selectScrollableItem()
H A DNotificationSettingsTests.java133 private UiObject2 scrollTo(UiDevice device, UiObject2 scrollable, in scrollTo() argument
135 while (!device.hasObject(target) && scrollable.scroll(direction, 1.0f)) { in scrollTo()
141 scrollable.scroll(direction, 1.0f); in scrollTo()
H A DMoreWirelessSettingsTest2.java118 By.scrollable(true).clazz(SCROLLVIEW_CLASS);
120 By.scrollable(true).clazz(LISTVIEW_CLASS);
660 findOrScrollToObject(By.scrollable(true), By.text(ADD_NETWORK_PREFERENCE_TEXT)) in loadAddNetworkMenu()
739 UiObject2 scrollable = mDevice.wait(Until.findObject(scrollableSelector), TIMEOUT); in scrollToObject() local
740 if (scrollable == null) { in scrollToObject()
748 boolean canScrollAgain = scrollable.scroll(Direction.UP, SCROLL_UP_PERCENT, in scrollToObject()
757 scrollable.scroll(Direction.DOWN, SCROLL_DOWN_PERCENT, SCROLL_SPEED); in scrollToObject()
/aosp12/bootable/recovery/tests/unit/
H A Dscreen_ui_test.cpp75 ASSERT_FALSE(menu.scrollable()); in TEST_F()
90 ASSERT_TRUE(menu.scrollable()); in TEST_F()
106 ASSERT_FALSE(menu.scrollable()); in TEST_F()
121 ASSERT_TRUE(menu.scrollable()); in TEST_F()
/aosp12/packages/apps/Car/RotaryController/tests/unit/src/com/android/car/rotary/
H A DNavigatorTest.java276 CarUiRecyclerView carUiRecyclerView = activity.findViewById(R.id.scrollable); in testFindRotateTargetDoesNotSkipOffscreenNode()
358 RecyclerView recyclerView = activity.findViewById(R.id.scrollable); in testFindRotateTargetReturnScrollableContainer()
368 AccessibilityNodeInfo scrollable = createNode("scrollable"); in testFindRotateTargetReturnScrollableContainer() local
373 assertThat(target.node).isEqualTo(scrollable); in testFindRotateTargetReturnScrollableContainer()
425 RecyclerView recyclerView = activity.findViewById(R.id.scrollable); in testFindRotateTargetSkipScrollableContainer2()
496 RecyclerView recyclerView = activity.findViewById(R.id.scrollable); in testFindRotateTargetInScrollableContainer1()
561 RecyclerView recyclerView = activity.findViewById(R.id.scrollable); in testFindRotateTargetInScrollableContainer2()
H A DNodeBuilder.java272 NodeBuilder setScrollable(boolean scrollable) { in setScrollable() argument
273 mScrollable = scrollable; in setScrollable()
/aosp12/packages/apps/Settings/tests/legacy_unit/src/com/android/settings/accounts/
H A DAccountsSettingsTest.java86 new UiSelector().packageName(mTargetPackage).scrollable(true)); in launchAccountsSettings()
/aosp12/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityRecord.java324 public void setScrollable(boolean scrollable) { in setScrollable() argument
326 setBooleanProperty(PROPERTY_SCROLLABLE, scrollable); in setScrollable()
H A DAccessibilityNodeInfo.java2289 public void setScrollable(boolean scrollable) { in setScrollable() argument
2290 setBooleanProperty(BOOLEAN_PROPERTY_SCROLLABLE, scrollable); in setScrollable()
/aosp12/bootable/recovery/recovery_ui/include/recovery_ui/
H A Dscreen_ui.h108 TextMenu(bool scrollable, size_t max_items, size_t max_length,
116 bool scrollable() const { in scrollable() function
/aosp12/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/
H A DWidgets.java109 fullWidgetsPicker.wait(Until.scrollable(true), WAIT_TIME_MS)); in getWidget()
/aosp12/packages/apps/Traceur/uitests/src/com/android/traceur/uitest/
H A DTraceurAppTests.java92 UiScrollable scrollableMainScreen = new UiScrollable(new UiSelector().scrollable(true)); in testElementsOnMainScreen()
/aosp12/bootable/recovery/recovery_ui/
H A Dscreen_ui.cpp65 TextMenu::TextMenu(bool scrollable, size_t max_items, size_t max_length, in TextMenu() argument
69 scrollable_(scrollable), in TextMenu()
156 if (!scrollable()) { in DrawHeader()
176 if (!scrollable()) { in DrawItems()
/aosp12/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
H A DUiSelector.java422 public UiSelector scrollable(boolean val) { in scrollable() method in UiSelector
/aosp12/frameworks/base/core/java/android/widget/
H A DScrollView.java1040 final boolean scrollable = getScrollRange() > 0; in onInitializeAccessibilityEventInternal()
1041 event.setScrollable(scrollable); in onInitializeAccessibilityEventInternal()
/aosp12/frameworks/base/cmds/uiautomator/api/
H A D16.txt146 method public com.android.uiautomator.core.UiSelector scrollable(boolean);
H A D17.txt163 method public com.android.uiautomator.core.UiSelector scrollable(boolean);
H A Dcurrent.txt194 method @Deprecated public com.android.uiautomator.core.UiSelector scrollable(boolean);
/aosp12/frameworks/layoutlib/validator/resources/
H A Dstrings.properties58 …um_against_scrollable_edge = This item may be only partially visible within a scrollable container.
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayout.java2291 boolean scrollable = !mQsExpanded && getScrollRange() > 0;
2292 if (scrollable != mScrollable) {
2293 mScrollable = scrollable;
2294 setFocusable(scrollable);
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/packages/inputmethods/LatinIME/dictionaries/
H A Den_US_wordlist.combined.gz1dictionary=main:en_us,locale=en_US,description=English (US),date ...
H A Den_GB_wordlist.combined.gz1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ...
H A Den_wordlist.combined.gz1dictionary=main:en,locale=en,description=English,date=1414726273, ...