Home | History | Annotate | Download | only in widget

Lines Matching defs:screenY

889         int screenY = parentLocation[1] + y;
892 && screenY >= viewLocation[1]
893 && screenY < viewLocation[1] + capturableView.getHeight();