Home
last modified time | relevance | path

Searched refs:UiObject (Results 1 – 15 of 15) sorted by relevance

/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
DUiCollection.java23 public class UiCollection extends UiObject {
50 public UiObject getChildByDescription(UiSelector childPattern, String text) in getChildByDescription()
56 UiObject row = getChildByInstance(childPattern, x); in getChildByDescription()
61 UiObject item = row.getChild(new UiSelector().descriptionContains(text)); in getChildByDescription()
84 public UiObject getChildByInstance(UiSelector childPattern, int instance) in getChildByInstance()
89 return new UiObject(patternSelector); in getChildByInstance()
108 public UiObject getChildByText(UiSelector childPattern, String text) in getChildByText()
114 UiObject row = getChildByInstance(childPattern, x); in getChildByText()
119 UiObject item = row.getChild(new UiSelector().text(text)); in getChildByText()
DUiScrollable.java115 public UiObject getChildByDescription(UiSelector childPattern, String text) in getChildByDescription()
137 public UiObject getChildByDescription(UiSelector childPattern, String text, in getChildByDescription()
161 public UiObject getChildByInstance(UiSelector childPattern, int instance) in getChildByInstance()
166 return new UiObject(patternSelector); in getChildByInstance()
186 public UiObject getChildByText(UiSelector childPattern, String text) in getChildByText()
207 public UiObject getChildByText(UiSelector childPattern, String text, boolean allowScrollSearch) in getChildByText()
241 public boolean scrollIntoView(UiObject obj) throws UiObjectNotFoundException { in scrollIntoView()
292 public boolean ensureFullyVisible(UiObject childObject) throws UiObjectNotFoundException { in ensureFullyVisible()
DUiObject.java35 public class UiObject { class
36 private static final String LOG_TAG = UiObject.class.getSimpleName();
77 public UiObject(UiSelector selector) { in UiObject() method in UiObject
120 public UiObject getChild(UiSelector selector) throws UiObjectNotFoundException { in getChild()
122 return new UiObject(getSelector().childSelector(selector)); in getChild()
134 public UiObject getFromParent(UiSelector selector) throws UiObjectNotFoundException { in getFromParent()
136 return new UiObject(getSelector().fromParent(selector)); in getFromParent()
195 public boolean dragTo(UiObject destObj, int steps) throws UiObjectNotFoundException { in dragTo()
632 UiObject selectAll = new UiObject(new UiSelector().descriptionContains("Select all")); in clearTextField()
/frameworks/base/docs/html/tools/help/uiautomator/
DUiCollection.jd79 <a href="UiObject.html">UiObject</a>
98 <a href="UiObject.html">UiObject</a>
116 <a href="UiObject.html">UiObject</a>
162 …herited(this, null)" id="inherited-methods-com.android.uiautomator.core.UiObject" class="jd-expand…
163 ><img id="inherited-methods-com.android.uiautomator.core.UiObject-trigger"
168 <a href="UiObject.html">com.android.uiautomator.core.UiObject</a>
170 <div id="inherited-methods-com.android.uiautomator.core.UiObject">
171 <div id="inherited-methods-com.android.uiautomator.core.UiObject-list"
174 <div id="inherited-methods-com.android.uiautomator.core.UiObject-summary" style="display: none;">
190 <span class="sympad"><a href="UiObject.html#clearTextField()">clearTextField</a></span>()
[all …]
DUiScrollable.jd39 …rited(this, null)" id="inherited-constants-com.android.uiautomator.core.UiObject" class="jd-expand…
40 ><img id="inherited-constants-com.android.uiautomator.core.UiObject-trigger"
43 <a href="UiObject.html">com.android.uiautomator.core.UiObject</a>
44 <div id="inherited-constants-com.android.uiautomator.core.UiObject">
45 <div id="inherited-constants-com.android.uiautomator.core.UiObject-list"
48 …<div id="inherited-constants-com.android.uiautomator.core.UiObject-summary" style="display: none;">
55 …<td class="jd-linkcol"><a href="UiObject.html#FINGER_TOUCH_HALF_WIDTH">FINGER_TOUCH_HALF_WIDTH</a>…
62 … <td class="jd-linkcol"><a href="UiObject.html#SWIPE_MARGIN_LIMIT">SWIPE_MARGIN_LIMIT</a></td>
69 …<td class="jd-linkcol"><a href="UiObject.html#WAIT_FOR_EVENT_TMEOUT">WAIT_FOR_EVENT_TMEOUT</a></td>
79 …<td class="jd-linkcol"><a href="UiObject.html#WAIT_FOR_SELECTOR_POLL">WAIT_FOR_SELECTOR_POLL</a></…
[all …]
DUiObject.jd1 page.title=UiObject
8 <p>A <code><a href="#">UiObject</a></code> is a representation of a view. It is
9 not in any way directly bound to a view as an object reference. A <code><a href="#">UiObject</a></c…
12 its constructor. Once you create an instance of a UiObject, it can be reused for
112 …<span class="sympad"><a href="#UiObject(com.android.uiautomator.core.UiSelector)">UiObject</a></sp…
114 … <div class="jd-descrdiv">Constructs a UiObject to represent a view that matches the specified
165 by this UiObject.</div>
184 by this UiObject and waits for window transitions.</div>
255 …d"><a href="#dragTo(com.android.uiautomator.core.UiObject, int)">dragTo</a></span>(<a href="#">UiO…
257 <div class="jd-descrdiv">Drags this object to a destination UiObject.</div>
[all …]
DConfigurator.jd546 See <code><a href="UiObject.html">UiObject</a></code></p></div>
609 See <code><a href="UiObject.html#setText(java.lang.String)">setText(String)</a></code></p></div>
755 See <code><a href="UiObject.html">UiObject</a></code></p></div>
795 See <code><a href="UiObject.html#setText(java.lang.String)">setText(String)</a></code></p></div>
Dindex.jd123 …nobr><a href="{@docRoot}tools/help/uiautomator/UiObject.html">{@code com.android.uiautomator.core.
/frameworks/base/docs/html/training/testing/ui-testing/
Duiautomator-testing.jd201 <a href="{@docRoot}reference/android/support/test/uiautomator/UiObject.html">{@code UiObject}</a>
209 <a href="{@docRoot}reference/android/support/test/uiautomator/UiObject.html">{@code UiObject}</a>
211 <a href="{@docRoot}reference/android/support/test/uiautomator/UiObject.html#performMultiPointerGest…
214 <a href="{@docRoot}reference/android/support/test/uiautomator/UiObject.html#setText(java.lang.Strin…
266 <a href="{@docRoot}reference/android/support/test/uiautomator/UiObject.html">{@code UiObject}</a>
268 <a href="{@docRoot}reference/android/support/test/uiautomator/UiObject.html">{@code UiObject}</a>
271 <a href="{@docRoot}reference/android/support/test/uiautomator/UiObject.html">{@code UiObject}</a>
275 <a href="{@docRoot}reference/android/support/test/uiautomator/UiObject.html">{@code UiObject}</a>
279 UiObject cancelButton = mDevice.findObject(new UiSelector()
282 UiObject okButton = mDevice.findObject(new UiSelector()
[all …]
/frameworks/base/docs/html/tools/testing/
Dtesting_ui.jd39 <li><a href="{@docRoot}tools/help/uiautomator/UiObject.html">UiObject</a></li>
183 …tching element in the layout hierarchy is returned as the target {@code UiObject}. When construct…
185 UiObject appItem = new UiObject(new UiSelector()
191 <dt><a href="{@docRoot}tools/help/uiautomator/UiObject.html">{@code UiObject}</a></dt>
192 …ement. To create a <a href="{@docRoot}tools/help/uiautomator/UiObject.html">{@code UiObject}</a> i…
193 …s how to construct <a href="{@docRoot}tools/help/uiautomator/UiObject.html">{@code UiObject}</a> i…
195 UiObject cancelButton = new UiObject(new UiSelector().text("Cancel"));
196 UiObject okButton = new UiObject(new UiSelector().text("OK"));
198UiObject.html">{@code UiObject}</a> instances that you have created in other parts of your app tes…
208 UiObject cancelButton = new UiObject(new UiSelector().text("Cancel")
[all …]
/frameworks/base/cmds/uiautomator/api/
D16.txt3 public class UiCollection extends com.android.uiautomator.core.UiObject {
5 …method public com.android.uiautomator.core.UiObject getChildByDescription(com.android.uiautomator.…
6 …method public com.android.uiautomator.core.UiObject getChildByInstance(com.android.uiautomator.cor…
7 …method public com.android.uiautomator.core.UiObject getChildByText(com.android.uiautomator.core.Ui…
53 public class UiObject {
54 ctor public UiObject(com.android.uiautomator.core.UiSelector);
64 …method public com.android.uiautomator.core.UiObject getChild(com.android.uiautomator.core.UiSelect…
67 …method public com.android.uiautomator.core.UiObject getFromParent(com.android.uiautomator.core.UiS…
109 …method public com.android.uiautomator.core.UiObject getChildByDescription(com.android.uiautomator.…
110 …method public com.android.uiautomator.core.UiObject getChildByText(com.android.uiautomator.core.Ui…
D17.txt3 public class UiCollection extends com.android.uiautomator.core.UiObject {
5 …method public com.android.uiautomator.core.UiObject getChildByDescription(com.android.uiautomator.…
6 …method public com.android.uiautomator.core.UiObject getChildByInstance(com.android.uiautomator.cor…
7 …method public com.android.uiautomator.core.UiObject getChildByText(com.android.uiautomator.core.Ui…
61 public class UiObject {
62 ctor public UiObject(com.android.uiautomator.core.UiSelector);
72 …method public com.android.uiautomator.core.UiObject getChild(com.android.uiautomator.core.UiSelect…
75 …method public com.android.uiautomator.core.UiObject getFromParent(com.android.uiautomator.core.UiS…
119 …method public com.android.uiautomator.core.UiObject getChildByDescription(com.android.uiautomator.…
120 …method public com.android.uiautomator.core.UiObject getChildByText(com.android.uiautomator.core.Ui…
[all …]
Dcurrent.txt17 public class UiCollection extends com.android.uiautomator.core.UiObject {
19 …method public com.android.uiautomator.core.UiObject getChildByDescription(com.android.uiautomator.…
20 …method public com.android.uiautomator.core.UiObject getChildByInstance(com.android.uiautomator.cor…
21 …method public com.android.uiautomator.core.UiObject getChildByText(com.android.uiautomator.core.Ui…
80 public class UiObject {
81 ctor public UiObject(com.android.uiautomator.core.UiSelector);
88 …method public boolean dragTo(com.android.uiautomator.core.UiObject, int) throws com.android.uiauto…
93 …method public com.android.uiautomator.core.UiObject getChild(com.android.uiautomator.core.UiSelect…
97 …method public com.android.uiautomator.core.UiObject getFromParent(com.android.uiautomator.core.UiS…
146 …method public com.android.uiautomator.core.UiObject getChildByDescription(com.android.uiautomator.…
[all …]
/frameworks/base/docs/html/tools/testing-support-library/
Dindex.jd497 …><a href="{@docRoot}reference/android/support/test/uiautomator/UiObject.html">{@code UiObject}</a>:
528 UiObject allAppsButton = mDevice
/frameworks/base/docs/html/
Dsitemap.txt156 http://developer.android.com/tools/help/uiautomator/UiObject.html