Home | History | Annotate | Download | only in view

Lines Matching refs:mLayoutInsets

2827     private Insets mLayoutInsets;
14839 if (mLayoutInsets == null) {
14840 mLayoutInsets = (mBackground == null) ? Insets.NONE : mBackground.getLayoutInsets();
14842 return mLayoutInsets;
14849 mLayoutInsets = layoutInsets;