Home | History | Annotate | Download | only in launcher3

Lines Matching defs:mInsets

265     protected final Rect mInsets = new Rect();
827 int maxSize = Math.max(dm.widthPixels + mInsets.left + mInsets.right,
828 dm.heightPixels + mInsets.top + mInsets.bottom);
895 - mInsets.left - mInsets.right;
897 - mInsets.top - mInsets.bottom;
903 childWidth = getViewportWidth() - mInsets.left - mInsets.right;
918 int spacing = (getViewportWidth() - mInsets.left - mInsets.right
974 childTop = offsetY + getPaddingTop() + mInsets.top;
976 childTop += (getViewportHeight() - mInsets.top - mInsets.bottom - verticalPadding - child.getMeasuredHeight()) / 2;