Searched refs:SWIPE_MARGIN_LIMIT (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/ |
D | UiObject.java | 58 protected static final int SWIPE_MARGIN_LIMIT = 5; field in UiObject 243 if(rect.height() <= SWIPE_MARGIN_LIMIT * 2) in swipeUp() 246 rect.bottom - SWIPE_MARGIN_LIMIT, rect.centerX(), rect.top + SWIPE_MARGIN_LIMIT, in swipeUp() 271 if(rect.height() <= SWIPE_MARGIN_LIMIT * 2) in swipeDown() 274 rect.top + SWIPE_MARGIN_LIMIT, rect.centerX(), in swipeDown() 275 rect.bottom - SWIPE_MARGIN_LIMIT, steps); in swipeDown() 299 if(rect.width() <= SWIPE_MARGIN_LIMIT * 2) in swipeLeft() 301 return getInteractionController().swipe(rect.right - SWIPE_MARGIN_LIMIT, in swipeLeft() 302 rect.centerY(), rect.left + SWIPE_MARGIN_LIMIT, rect.centerY(), steps); in swipeLeft() 326 if(rect.width() <= SWIPE_MARGIN_LIMIT * 2) in swipeRight() [all …]
|
/frameworks/base/cmds/uiautomator/api/ |
D | 16.txt | 90 field protected static final int SWIPE_MARGIN_LIMIT = 5; // 0x5
|
D | 17.txt | 99 field protected static final int SWIPE_MARGIN_LIMIT = 5; // 0x5
|
D | current.txt | 126 field protected static final int SWIPE_MARGIN_LIMIT = 5; // 0x5
|