Home
last modified time | relevance | path

Searched refs:overscan (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/
DView.java9237 final Rect overscan = mAttachInfo.mOverscanInsets; in computeFitSystemWindows() local
9238 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()