Home | History | Annotate | Download | only in ui

Lines Matching refs:hotseat

49         Rect hotseat = getHotseatBounds();
50 assertTrue(hotseat.width() > hotseat.height());
63 Rect hotseat = getHotseatBounds();
64 assertTrue(hotseat.width() < hotseat.height());
72 UiObject hotseat = mDevice.findObject(
73 new UiSelector().resourceId(mTargetPackage + ":id/hotseat"));
74 hotseat.waitForExists(6000);
75 return hotseat.getVisibleBounds();