Searched refs:btn (Results 1 – 2 of 2) sorted by relevance
286 UiObject2 btn = getScannerCheckBtn(); in moveScannerCheckButton() local287 Rect bounds = btn.getVisibleBounds(); in moveScannerCheckButton()293 btn.drag(new Point(locX, locY)); in moveScannerCheckButton()
337 UiObject2 btn = getSpectatioUiUtil().findUiObject(btnSelector); in getBtnByText() local338 if (btn != null) { in getBtnByText()339 return btn; in getBtnByText()