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 getDisplayWidth();
34 method public boolean pressKeyCode(int);
35 method public boolean pressKeyCode(int, int);
44 method public boolean swipe(int, int, int, int, int);
45 method public boolean swipe(android.graphics.Point[], int);
65 method public int getChildCount() throws com.android.uiautomator.core.UiObjectNotFoundException;
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;
90 field protected static final int SWIPE_MARGIN_LIMIT = 5; // 0x5
107 method public boolean flingToBeginning(int);
108 method public boolean flingToEnd(int);
111 method public int getMaxSearchSwipes();
114 method public boolean scrollBackward(int);
117 method public boolean scrollForward(int);
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);
126 method public void setMaxSearchSwipes(int);
143 method public com.android.uiautomator.core.UiSelector index(int);
144 method public com.android.uiautomator.core.UiSelector instance(int);
162 method public abstract void sendStatus(int, android.os.Bundle);