Home | History | Annotate | Download | only in layout

Lines Matching refs:targetNode

61     public DropFeedback onDropEnter(@NonNull INode targetNode, @Nullable Object targetView,
83 INode targetNode,
86 Rect b = targetNode.getBounds();
134 public DropFeedback onDropMove(@NonNull INode targetNode, @NonNull IDragElement[] elements,
144 public void onDropLeave(@NonNull INode targetNode, @NonNull IDragElement[] elements,
150 public void onDropped(final @NonNull INode targetNode, final @NonNull IDragElement[] elements,
153 final Rect b = targetNode.getBounds();
160 final Map<String, Pair<String, String>> idMap = getDropIdMap(targetNode, elements,
163 targetNode.editXml("Add elements to AbsoluteLayout", new INodeHandler() {
174 INode newChild = targetNode.appendChild(fqcn);