Lines Matching defs:selector

50      * @param container a {@link UiSelector} selector to identify the scrollable
55 // wrap the container selector with container so that QueryController can handle
86 * @param selector
90 protected boolean exists(UiSelector selector) {
91 if(getQueryController().findAccessibilityNodeInfo(selector) != null) {
99 * The search first looks for a child element that matches the selector
102 * representing the element matching the selector (not the child element in its
123 * The search first looks for a child element that matches the selector
126 * representing the element matching the selector (not the child element in its
151 * matches the selector you provided. The search is performed without
172 * selector you provided, then looks for the text in its children elements.
174 * representing the element matching the selector (not the child element in its
179 * @param childPattern {@link UiSelector} selector for a child in a scrollable layout element
195 * selector you provided, then looks for the text in its children elements.
197 * representing the element matching the selector (not the child element in its
200 * @param childPattern {@link UiSelector} selector for a child in a scrollable layout element
248 * element until a visible item that matches the selector is found.
252 * @param selector {@link UiSelector} selector
256 public boolean scrollIntoView(UiSelector selector) throws UiObjectNotFoundException {
257 Tracer.trace(selector);
259 UiSelector childSelector = getSelector().childSelector(selector);
413 Log.d(LOG_TAG, "scrollForward() on selector = " + getSelector());
492 Log.d(LOG_TAG, "scrollBackward() on selector = " + getSelector());
540 Log.d(LOG_TAG, "scrollToBeginning() on selector = " + getSelector());