Home | History | Annotate | Download | only in view

Lines Matching refs:oi

6447             Insets oi = isLayoutModeOptical(view.mParent) ? view.getOpticalInsets() : Insets.NONE;
6450 view.getLeft() + oi.left,
6451 view.getTop() + oi.top,
6452 view.getRight() - oi.right,
6453 view.getBottom() - oi.bottom,