Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/draganddrop/
H A 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
H A DDragLayout.java78 private DropZoneView mDropZoneView1;
79 private DropZoneView mDropZoneView2;
107 mDropZoneView1 = new DropZoneView(context); in DragLayout()
108 mDropZoneView2 = new DropZoneView(context); in DragLayout()