Searched refs:overscan (Results 1 – 1 of 1) sorted by relevance
9237 final Rect overscan = mAttachInfo.mOverscanInsets; in computeFitSystemWindows() local9238 outLocalInsets.set(overscan); in computeFitSystemWindows()9239 inoutInsets.left -= overscan.left; in computeFitSystemWindows()9240 inoutInsets.top -= overscan.top; in computeFitSystemWindows()9241 inoutInsets.right -= overscan.right; in computeFitSystemWindows()9242 inoutInsets.bottom -= overscan.bottom; in computeFitSystemWindows()