Searched refs:BoxInsetLayout (Results 1 – 1 of 1) sorted by relevance
42 public class BoxInsetLayout extends FrameLayout { class51 public BoxInsetLayout(Context context) { in BoxInsetLayout() method in BoxInsetLayout55 public BoxInsetLayout(Context context, AttributeSet attrs) { in BoxInsetLayout() method in BoxInsetLayout59 public BoxInsetLayout(Context context, AttributeSet attrs, int defStyle) { in BoxInsetLayout() method in BoxInsetLayout117 LayoutParams lp = (BoxInsetLayout.LayoutParams) child.getLayoutParams(); in onMeasure()178 final LayoutParams lp = (BoxInsetLayout.LayoutParams) child.getLayoutParams(); in onMeasure()380 return new BoxInsetLayout.LayoutParams(getContext(), attrs); in generateLayoutParams()