Searched refs:MyDragLayer (Results 1 – 1 of 1) sorted by relevance
33 private final MyDragLayer mMyDragLayer;38 mMyDragLayer = new MyDragLayer(this); in ActivityContextWrapper()51 private static class MyDragLayer extends BaseDragLayer<ActivityContextWrapper> { class in ActivityContextWrapper53 MyDragLayer(Context context) { in MyDragLayer() method in ActivityContextWrapper.MyDragLayer