Searched refs:topMarginRatio (Results 1 - 1 of 1) sorted by relevance
/external/droiddriver/src/io/appium/droiddriver/actions/ |
H A D | SwipeAction.java | 100 private final float topMarginRatio; field in class:SwipeAction 126 * @param topMarginRatio margin ratio from top 132 float topMarginRatio, float leftMarginRatio, float bottomMarginRatio, float rightMarginRatio) { 137 this.topMarginRatio = topMarginRatio; 147 int topMargin = (int) (elementRect.height() * topMarginRatio); 131 SwipeAction(PhysicalDirection direction, int steps, boolean drag, long timeoutMillis, float topMarginRatio, float leftMarginRatio, float bottomMarginRatio, float rightMarginRatio) argument
|
Completed in 43 milliseconds