Home | History | Annotate | Download | only in app

Lines Matching refs:decorView

569         final View decorView = getWindow().getDecorView();
571 || (x > (decorView.getWidth()+slop))
572 || (y > (decorView.getHeight()+slop));