Searched refs:FlowLayout (Results 1 – 2 of 2) sorted by relevance
24 public class FlowLayout extends ViewGroup { class27 public FlowLayout(Context context) { in FlowLayout() method in FlowLayout31 public FlowLayout(Context context, AttributeSet attrs) { in FlowLayout() method in FlowLayout
37 private FlowLayout mLayout;49 mLayout = (FlowLayout)findViewById(R.id.root_flow_layout); in onCreate()