Home | History | Annotate | Download | only in actions

Lines Matching defs:elementRect

57       Rect elementRect = element.getVisibleBounds();
58 long downTime = Events.touchDown(injector, elementRect.centerX(), elementRect.centerY());
61 Events.touchUp(injector, downTime, elementRect.centerX(), elementRect.centerY());
73 Rect elementRect = element.getVisibleBounds();
74 long downTime = Events.touchDown(injector, elementRect.centerX(), elementRect.centerY());
78 Events.touchUp(injector, downTime, elementRect.centerX(), elementRect.centerY());