Lines Matching refs:int
6 ….core.UiObject getChildByInstance(com.android.uiautomator.core.UiSelector, int) throws com.android…
8 method public int getChildCount(com.android.uiautomator.core.UiSelector);
13 method public boolean click(int, int);
18 method public int getDisplayHeight();
19 method public int getDisplayRotation();
20 method public int getDisplayWidth();
37 method public boolean pressKeyCode(int);
38 method public boolean pressKeyCode(int, int);
50 method public boolean swipe(int, int, int, int, int);
51 method public boolean swipe(android.graphics.Point[], int);
53 method public boolean takeScreenshot(java.io.File, float, int);
73 method public int getChildCount() throws com.android.uiautomator.core.UiObjectNotFoundException;
93 …method public boolean swipeDown(int) throws com.android.uiautomator.core.UiObjectNotFoundException;
94 …method public boolean swipeLeft(int) throws com.android.uiautomator.core.UiObjectNotFoundException;
95 …method public boolean swipeRight(int) throws com.android.uiautomator.core.UiObjectNotFoundExceptio…
96 … method public boolean swipeUp(int) throws com.android.uiautomator.core.UiObjectNotFoundException;
99 field protected static final int SWIPE_MARGIN_LIMIT = 5; // 0x5
117 …method public boolean flingToBeginning(int) throws com.android.uiautomator.core.UiObjectNotFoundEx…
118 …method public boolean flingToEnd(int) throws com.android.uiautomator.core.UiObjectNotFoundExceptio…
121 method public int getMaxSearchSwipes();
124 …method public boolean scrollBackward(int) throws com.android.uiautomator.core.UiObjectNotFoundExce…
127 …method public boolean scrollForward(int) throws com.android.uiautomator.core.UiObjectNotFoundExcep…
131 …method public boolean scrollToBeginning(int, int) throws com.android.uiautomator.core.UiObjectNotF…
132 …method public boolean scrollToBeginning(int) throws com.android.uiautomator.core.UiObjectNotFoundE…
133 …method public boolean scrollToEnd(int, int) throws com.android.uiautomator.core.UiObjectNotFoundEx…
134 …method public boolean scrollToEnd(int) throws com.android.uiautomator.core.UiObjectNotFoundExcepti…
137 method public com.android.uiautomator.core.UiScrollable setMaxSearchSwipes(int);
158 method public com.android.uiautomator.core.UiSelector index(int);
159 method public com.android.uiautomator.core.UiSelector instance(int);
180 method public abstract void sendStatus(int, android.os.Bundle);