Home | History | Annotate | Download | only in widget

Lines Matching defs:screenY

874         int screenY = parentLocation[1] + y;
877 && screenY >= viewLocation[1]
878 && screenY < viewLocation[1] + capturableView.getHeight();