Searched refs:DropTargetBar (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
H A DDropTargetBar.java35 public class DropTargetBar extends LinearLayout implements DragController.DragListener { class in inherits:LinearLayout,DragController.DragListener
47 AlphaUpdateListener.updateVisibility(DropTargetBar.this, accessibilityEnabled);
64 public DropTargetBar(Context context, AttributeSet attrs) { method in class:DropTargetBar
68 public DropTargetBar(Context context, AttributeSet attrs, int defStyle) { method in class:DropTargetBar
H A DButtonDropTarget.java62 protected DropTargetBar mDropTargetBar;
117 public void setDropTargetBar(DropTargetBar dropTargetBar) {
H A DLauncher.java245 private DropTargetBar mDropTargetBar;
1346 mDropTargetBar = (DropTargetBar) mDragLayer.findViewById(R.id.drop_target_bar);
1781 public DropTargetBar getDropTargetBar() {
/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
H A DDragLayer.java54 import com.android.launcher3.DropTargetBar;
374 if (isInAccessibleDrag() && child instanceof DropTargetBar) {

Completed in 92 milliseconds