Home
last modified time | relevance | path

Searched refs:DropZoneView (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/draganddrop/
DDropZoneView.java45 public class DropZoneView extends FrameLayout { class
52 private static final FloatProperty<DropZoneView> INSETS =
53 new FloatProperty<DropZoneView>("insets") {
55 public void setValue(DropZoneView v, float percent) {
60 public Float get(DropZoneView v) {
90 public DropZoneView(Context context) { in DropZoneView() method in DropZoneView
94 public DropZoneView(Context context, AttributeSet attrs) { in DropZoneView() method in DropZoneView
98 public DropZoneView(Context context, AttributeSet attrs, int defStyleAttr) { in DropZoneView() method in DropZoneView
102 public DropZoneView(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) { in DropZoneView() method in DropZoneView
DDragLayout.java93 private DropZoneView mDropZoneView1;
94 private DropZoneView mDropZoneView2;
125 mDropZoneView1 = new DropZoneView(context); in DragLayout()
126 mDropZoneView2 = new DropZoneView(context); in DragLayout()