Home | History | Annotate | Download | only in launcher3

Lines Matching defs:mInsets

192     protected final Rect mInsets = new Rect();
681 int maxSize = Math.max(dm.widthPixels + mInsets.left + mInsets.right,
682 dm.heightPixels + mInsets.top + mInsets.bottom);
749 - mInsets.left - mInsets.right;
751 - mInsets.top - mInsets.bottom;
812 childTop = offsetY + getPaddingTop() + mInsets.top;
813 childTop += (getViewportHeight() - mInsets.top - mInsets.bottom - verticalPadding - child.getMeasuredHeight()) / 2;