Searched refs:CustomLayout (Results 1 – 2 of 2) sorted by relevance
22 public class CustomLayout extends ViewGroup { class23 public CustomLayout(Context context) { in CustomLayout() method in CustomLayout44 CustomLayout.LayoutParams lp = (CustomLayout.LayoutParams) child.getLayoutParams(); in onLayout()
264 CustomLayout layout = new CustomLayout(this); in onCreate()333 view.setLayoutParams(new CustomLayout.LayoutParams(0, 0, mWidth, mHeight)); in onCreate()340 view.setLayoutParams(new CustomLayout.LayoutParams(x, y, x + mWidth, y + mHeight)); in onCreate()