Home | History | Annotate | Download | only in view

Lines Matching refs:overscan

6565             // the content...  however we still need to take care of any overscan here.
6566 final Rect overscan = mAttachInfo.mOverscanInsets;
6567 outLocalInsets.set(overscan);
6568 inoutInsets.left -= overscan.left;
6569 inoutInsets.top -= overscan.top;
6570 inoutInsets.right -= overscan.right;
6571 inoutInsets.bottom -= overscan.bottom;
20289 * the overscan area of the display.
20414 * Set if the window has requested to extend into the overscan region