Searched refs:SimpleDragLayer (Results 1 – 2 of 2) sorted by relevance
30 public class SimpleDragLayer<T extends Context & ActivityContext> extends BaseDragLayer<T> { class32 public SimpleDragLayer(Context context, AttributeSet attrs) { in SimpleDragLayer() method in SimpleDragLayer36 public SimpleDragLayer(Context context, AttributeSet attrs, int alphaChannelCount) { in SimpleDragLayer() method in SimpleDragLayer
40 import com.android.launcher3.dragndrop.SimpleDragLayer;88 private SimpleDragLayer<WidgetPickerActivity> mDragLayer;160 public SimpleDragLayer<WidgetPickerActivity> getDragLayer() { in getDragLayer()