HomeSort by relevance Sort by last modified time
    Searched refs:InfoDropTarget (Results 1 - 3 of 3) sorted by null

  /packages/apps/Launcher3/src/com/android/launcher3/
InfoDropTarget.java 25 public class InfoDropTarget extends ButtonDropTarget {
27 public InfoDropTarget(Context context, AttributeSet attrs) {
31 public InfoDropTarget(Context context, AttributeSet attrs, int defStyle) {
  /packages/apps/Launcher2/src/com/android/launcher2/
InfoDropTarget.java 32 public class InfoDropTarget extends ButtonDropTarget {
37 public InfoDropTarget(Context context, AttributeSet attrs) {
41 public InfoDropTarget(Context context, AttributeSet attrs, int defStyle) {
  /packages/apps/Launcher3/src/com/android/launcher3/accessibility/
LauncherAccessibilityDelegate.java 27 import com.android.launcher3.InfoDropTarget;
105 if (InfoDropTarget.supportsDrop(host.getContext(), item)) {
142 InfoDropTarget.startDetailsActivityForInfo(item, mLauncher);

Completed in 663 milliseconds