Searched refs:osf (Results 1 – 2 of 2) sorted by relevance
3528 final Rect osf = mTmpOutsetFrame; in beginLayoutLw() local3849 Rect osf = null; in layoutWindowLw() local4250 osf = mTmpOutsetFrame; in layoutWindowLw()4251 osf.set(cf.left, cf.top, cf.right, cf.bottom); in layoutWindowLw()4256 osf.bottom += outset; in layoutWindowLw()4258 osf.right += outset; in layoutWindowLw()4260 osf.top -= outset; in layoutWindowLw()4262 osf.left -= outset; in layoutWindowLw()4265 + " with rotation " + rotation + ", result: " + osf); in layoutWindowLw()4278 + " osf=" + (osf == null ? "null" : osf.toShortString())); in layoutWindowLw()[all …]
535 Rect osf) { in computeFrameLw() argument612 final boolean hasOutsets = osf != null; in computeFrameLw()614 mOutsetFrame.set(osf); in computeFrameLw()