Home | History | Annotate | Download | only in widget

Lines Matching defs:screenX

873         int screenX = parentLocation[0] + x;
875 return screenX >= viewLocation[0]
876 && screenX < viewLocation[0] + capturableView.getWidth()