Searched refs:InfoDropTarget (Results 1 – 3 of 3) sorted by relevance
25 public class InfoDropTarget extends ButtonDropTarget { class27 public InfoDropTarget(Context context, AttributeSet attrs) { in InfoDropTarget() method in InfoDropTarget31 public InfoDropTarget(Context context, AttributeSet attrs, int defStyle) { in InfoDropTarget() method in InfoDropTarget
32 public class InfoDropTarget extends ButtonDropTarget { class37 public InfoDropTarget(Context context, AttributeSet attrs) { in InfoDropTarget() method in InfoDropTarget41 public InfoDropTarget(Context context, AttributeSet attrs, int defStyle) { in InfoDropTarget() method in InfoDropTarget
27 import com.android.launcher3.InfoDropTarget;105 if (InfoDropTarget.supportsDrop(host.getContext(), item)) { in onInitializeAccessibilityNodeInfo()142 InfoDropTarget.startDetailsActivityForInfo(item, mLauncher); in performAction()