Searched refs:scaleText (Results 1 – 2 of 2) sorted by relevance
565 UiObject2 scaleText = pinchArea.findObject(By.res(TEST_APP, "scale_factor")); in testPinchClose() local567 scaleText.wait(Until.textNotEquals("1.0f"), TIMEOUT_MS); in testPinchClose()568 float scaleValueAfterPinch = Float.parseFloat(scaleText.getText()); in testPinchClose()578 UiObject2 scaleText = pinchArea.findObject(By.res(TEST_APP, "scale_factor"));580 scaleText.wait(Until.textNotEquals("1.0f"), TIMEOUT_MS);581 float scaleValueAfterPinch = Float.parseFloat(scaleText.getText());591 UiObject2 scaleText = pinchArea.findObject(By.res(TEST_APP, "scale_factor"));593 scaleText.wait(Until.textNotEquals("1.0f"), TIMEOUT_MS);594 float scaleValueAfterPinch = Float.parseFloat(scaleText.getText());604 UiObject2 scaleText = pinchArea.findObject(By.res(TEST_APP, "scale_factor"));[all …]
632 UiObject scaleText = mDevice.findObject(new UiSelector().resourceId(TEST_APP + ":id" in testPinchOut() local642 float scaleValueAfterPinch = Float.parseFloat(scaleText.getText()); in testPinchOut()654 UiObject scaleText = mDevice.findObject(new UiSelector().resourceId(TEST_APP + ":id" in testPinchIn() local664 float scaleValueAfterPinch = Float.parseFloat(scaleText.getText()); in testPinchIn()