Home | History | Annotate | Download | only in api

Lines Matching full:boolean

27     method public boolean click(int, int);
28 method public boolean drag(int, int, int, int, int);
40 method public boolean hasAnyWatcherTriggered();
41 method public boolean hasWatcherTriggered(java.lang.String);
42 method public boolean isNaturalOrientation();
43 method public boolean isScreenOn() throws android.os.RemoteException;
44 method public boolean openNotification();
45 method public boolean openQuickSettings();
46 method public boolean pressBack();
47 method public boolean pressDPadCenter();
48 method public boolean pressDPadDown();
49 method public boolean pressDPadLeft();
50 method public boolean pressDPadRight();
51 method public boolean pressDPadUp();
52 method public boolean pressDelete();
53 method public boolean pressEnter();
54 method public boolean pressHome();
55 method public boolean pressKeyCode(int);
56 method public boolean pressKeyCode(int, int);
57 method public boolean pressMenu();
58 method public boolean pressRecentApps() throws android.os.RemoteException;
59 method public boolean pressSearch();
64 method public void setCompressedLayoutHeirarchy(boolean);
69 method public boolean swipe(int, int, int, int, int);
70 method public boolean swipe(android.graphics.Point[], int);
71 method public boolean takeScreenshot(java.io.File);
72 method public boolean takeScreenshot(java.io.File, float, int);
76 method public boolean waitForWindowUpdate(java.lang.String, long);
83 method public boolean click() throws com.android.uiautomator.core.UiObjectNotFoundException;
84 method public boolean clickAndWaitForNewWindow() throws com.android.uiautomator.core.UiObjectNotFoundException;
85 method public boolean clickAndWaitForNewWindow(long) throws com.android.uiautomator.core.UiObjectNotFoundException;
86 method public boolean clickBottomRight() throws com.android.uiautomator.core.UiObjectNotFoundException;
87 method public boolean clickTopLeft() throws com.android.uiautomator.core.UiObjectNotFoundException;
88 method public boolean dragTo(com.android.uiautomator.core.UiObject, int) throws com.android.uiautomator.core.UiObjectNotFoundException;
89 method public boolean dragTo(int, int, int) throws com.android.uiautomator.core.UiObjectNotFoundException;
90 method public boolean exists();
102 method public boolean isCheckable() throws com.android.uiautomator.core.UiObjectNotFoundException;
103 method public boolean isChecked() throws com.android.uiautomator.core.UiObjectNotFoundException;
104 method public boolean isClickable() throws com.android.uiautomator.core.UiObjectNotFoundException;
105 method public boolean isEnabled() throws com.android.uiautomator.core.UiObjectNotFoundException;
106 method public boolean isFocusable() throws com.android.uiautomator.core.UiObjectNotFoundException;
107 method public boolean isFocused() throws com.android.uiautomator.core.UiObjectNotFoundException;
108 method public boolean isLongClickable() throws com.android.uiautomator.core.UiObjectNotFoundException;
109 method public boolean isScrollable() throws com.android.uiautomator.core.UiObjectNotFoundException;
110 method public boolean isSelected() throws com.android.uiautomator.core.UiObjectNotFoundException;
111 method public boolean longClick() throws com.android.uiautomator.core.UiObjectNotFoundException;
112 method public boolean longClickBottomRight() throws com.android.uiautomator.core.UiObjectNotFoundException;
113 method public boolean longClickTopLeft() throws com.android.uiautomator.core.UiObjectNotFoundException;
114 method public boolean performMultiPointerGesture(android.view.MotionEvent.PointerCoords...);
115 method public boolean performTwoPointerGesture(android.graphics.Point, android.graphics.Point, android.graphics.Point, android.graphics.Point, int);
116 method public boolean pinchIn(int, int) throws com.android.uiautomator.core.UiObjectNotFoundException;
117 method public boolean pinchOut(int, int) throws com.android.uiautomator.core.UiObjectNotFoundException;
118 method public boolean setText(java.lang.String) throws com.android.uiautomator.core.UiObjectNotFoundException;
119 method public boolean swipeDown(int) throws com.android.uiautomator.core.UiObjectNotFoundException;
120 method public boolean swipeLeft(int) throws com.android.uiautomator.core.UiObjectNotFoundException;
121 method public boolean swipeRight(int) throws com.android.uiautomator.core.UiObjectNotFoundException;
122 method public boolean swipeUp(int) throws com.android.uiautomator.core.UiObjectNotFoundException;
123 method public boolean waitForExists(long);
124 method public boolean waitUntilGone(long);
141 method protected boolean exists(com.android.uiautomator.core.UiSelector);
142 method public boolean flingBackward() throws com.android.uiautomator.core.UiObjectNotFoundException;
143 method public boolean flingForward() throws com.android.uiautomator.core.UiObjectNotFoundException;
144 method public boolean flingToBeginning(int) throws com.android.uiautomator.core.UiObjectNotFoundException;
145 method public boolean flingToEnd(int) throws com.android.uiautomator.core.UiObjectNotFoundException;
146 method public com.android.uiautomator.core.UiObject getChildByDescription(com.android.uiautomator.core.UiSelector, java.lang.String, boolean) throws com.android.uiautomator.core.UiObjectNotFoundException;
147 method public com.android.uiautomator.core.UiObject getChildByText(com.android.uiautomator.core.UiSelector, java.lang.String, boolean) throws com.android.uiautomator.core.UiObjectNotFoundException;
150 method public boolean scrollBackward() throws com.android.uiautomator.core.UiObjectNotFoundException;
151 method public boolean scrollBackward(int) throws com.android.uiautomator.core.UiObjectNotFoundException;
152 method public boolean scrollDescriptionIntoView(java.lang.String) throws com.android.uiautomator.core.UiObjectNotFoundException;
153 method public boolean scrollForward() throws com.android.uiautomator.core.UiObjectNotFoundException;
154 method public boolean scrollForward(int) throws com.android.uiautomator.core.UiObjectNotFoundException;
155 method public boolean scrollIntoView(com.android.uiautomator.core.UiObject) throws com.android.uiautomator.core.UiObjectNotFoundException;
156 method public boolean scrollIntoView(com.android.uiautomator.core.UiSelector) throws com.android.uiautomator.core.UiObjectNotFoundException;
157 method public boolean scrollTextIntoView(java.lang.String) throws com.android.uiautomator.core.UiObjectNotFoundException;
158 method public boolean scrollToBeginning(int, int) throws com.android.uiautomator.core.UiObjectNotFoundException;
159 method public boolean scrollToBeginning(int) throws com.android.uiautomator.core.UiObjectNotFoundException;
160 method public boolean scrollToEnd(int, int) throws com.android.uiautomator.core.UiObjectNotFoundException;
161 method public boolean scrollToEnd(int) throws com.android.uiautomator.core.UiObjectNotFoundException;
170 method public com.android.uiautomator.core.UiSelector checkable(boolean);
171 method public com.android.uiautomator.core.UiSelector checked(boolean);
176 method public com.android.uiautomator.core.UiSelector clickable(boolean);
182 method public com.android.uiautomator.core.UiSelector enabled(boolean);
183 method public com.android.uiautomator.core.UiSelector focusable(boolean);
184 method public com.android.uiautomator.core.UiSelector focused(boolean);
188 method public com.android.uiautomator.core.UiSelector longClickable(boolean);
193 method public com.android.uiautomator.core.UiSelector scrollable(boolean);
194 method public com.android.uiautomator.core.UiSelector selected(boolean);
202 method public abstract boolean checkForCondition();