Lines Matching refs:boolean

13     method public boolean click(int, int);
22 method public boolean hasAnyWatcherTriggered();
23 method public boolean hasWatcherTriggered(java.lang.String);
24 method public boolean isScreenOn() throws android.os.RemoteException;
25 method public boolean pressBack();
26 method public boolean pressDPadCenter();
27 method public boolean pressDPadDown();
28 method public boolean pressDPadLeft();
29 method public boolean pressDPadRight();
30 method public boolean pressDPadUp();
31 method public boolean pressDelete();
32 method public boolean pressEnter();
33 method public boolean pressHome();
34 method public boolean pressKeyCode(int);
35 method public boolean pressKeyCode(int, int);
36 method public boolean pressMenu();
37 method public boolean pressRecentApps() throws android.os.RemoteException;
38 method public boolean pressSearch();
44 method public boolean swipe(int, int, int, int, int);
45 method public boolean swipe(android.graphics.Point[], int);
49 method public boolean waitForWindowUpdate(java.lang.String, long);
56 method public boolean click() throws com.android.uiautomator.core.UiObjectNotFoundException;
57 …method public boolean clickAndWaitForNewWindow() throws com.android.uiautomator.core.UiObjectNotFo…
58 …method public boolean clickAndWaitForNewWindow(long) throws com.android.uiautomator.core.UiObjectN…
59 …method public boolean clickBottomRight() throws com.android.uiautomator.core.UiObjectNotFoundExcep…
60 …method public boolean clickTopLeft() throws com.android.uiautomator.core.UiObjectNotFoundException;
61 method public boolean exists();
71 … method public boolean isCheckable() throws com.android.uiautomator.core.UiObjectNotFoundException;
72 method public boolean isChecked() throws com.android.uiautomator.core.UiObjectNotFoundException;
73 … method public boolean isClickable() throws com.android.uiautomator.core.UiObjectNotFoundException;
74 method public boolean isEnabled() throws com.android.uiautomator.core.UiObjectNotFoundException;
75 … method public boolean isFocusable() throws com.android.uiautomator.core.UiObjectNotFoundException;
76 method public boolean isFocused() throws com.android.uiautomator.core.UiObjectNotFoundException;
77 …method public boolean isLongClickable() throws com.android.uiautomator.core.UiObjectNotFoundExcept…
78 …method public boolean isScrollable() throws com.android.uiautomator.core.UiObjectNotFoundException;
79 … method public boolean isSelected() throws com.android.uiautomator.core.UiObjectNotFoundException;
80 method public boolean longClick() throws com.android.uiautomator.core.UiObjectNotFoundException;
81 …method public boolean longClickBottomRight() throws com.android.uiautomator.core.UiObjectNotFoundE…
82 …method public boolean longClickTopLeft() throws com.android.uiautomator.core.UiObjectNotFoundExcep…
83 …method public boolean setText(java.lang.String) throws com.android.uiautomator.core.UiObjectNotFou…
84 …method public boolean swipeDown(int) throws com.android.uiautomator.core.UiObjectNotFoundException;
85 …method public boolean swipeLeft(int) throws com.android.uiautomator.core.UiObjectNotFoundException;
86 …method public boolean swipeRight(int) throws com.android.uiautomator.core.UiObjectNotFoundExceptio…
87 … method public boolean swipeUp(int) throws com.android.uiautomator.core.UiObjectNotFoundException;
88 method public boolean waitForExists(long);
89 method public boolean waitUntilGone(long);
104 method protected boolean exists(com.android.uiautomator.core.UiSelector);
105 method public boolean flingBackward();
106 method public boolean flingForward();
107 method public boolean flingToBeginning(int);
108 method public boolean flingToEnd(int);
109 …ByDescription(com.android.uiautomator.core.UiSelector, java.lang.String, boolean) throws com.andro…
110 …etChildByText(com.android.uiautomator.core.UiSelector, java.lang.String, boolean) throws com.andro…
113 method public boolean scrollBackward();
114 method public boolean scrollBackward(int);
115 method public boolean scrollDescriptionIntoView(java.lang.String);
116 method public boolean scrollForward();
117 method public boolean scrollForward(int);
118 method public boolean scrollIntoView(com.android.uiautomator.core.UiSelector);
119 method public boolean scrollTextIntoView(java.lang.String);
120 method public boolean scrollToBeginning(int, int);
121 method public boolean scrollToBeginning(int);
122 method public boolean scrollToEnd(int, int);
123 method public boolean scrollToEnd(int);
132 method public com.android.uiautomator.core.UiSelector checked(boolean);
135 method public com.android.uiautomator.core.UiSelector clickable(boolean);
139 method public com.android.uiautomator.core.UiSelector enabled(boolean);
140 method public com.android.uiautomator.core.UiSelector focusable(boolean);
141 method public com.android.uiautomator.core.UiSelector focused(boolean);
146 method public com.android.uiautomator.core.UiSelector scrollable(boolean);
147 method public com.android.uiautomator.core.UiSelector selected(boolean);
154 method public abstract boolean checkForCondition();