Searched refs:DragFrameLayout (Results 1 – 2 of 2) sorted by relevance
32 public class DragFrameLayout extends FrameLayout { class46 public DragFrameLayout(Context context) { in DragFrameLayout() method in DragFrameLayout50 public DragFrameLayout(Context context, AttributeSet attrs) { in DragFrameLayout() method in DragFrameLayout54 public DragFrameLayout(Context context, AttributeSet attrs, int defStyleAttr) { in DragFrameLayout() method in DragFrameLayout58 public DragFrameLayout(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) { in DragFrameLayout() method in DragFrameLayout
67 DragFrameLayout dragLayout = ((DragFrameLayout) rootView.findViewById(R.id.main_layout)); in onCreateView()69 dragLayout.setDragFrameController(new DragFrameLayout.DragFrameLayoutController() { in onCreateView()