Searched refs:Reorderable (Results 1 – 5 of 5) sorted by relevance
/packages/apps/Launcher3/src/com/android/launcher3/widget/ |
D | NavigableAppWidgetHostView.java | 31 import com.android.launcher3.Reorderable; 41 implements DraggableView, Reorderable {
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | Reorderable.java | 22 public interface Reorderable { interface
|
D | CellLayout.java | 141 @Thunk final ArrayMap<Reorderable, ReorderPreviewAnimation> mShakeAnimators = new ArrayMap<>(); 944 if (clc.indexOfChild(child) != -1 && (child instanceof Reorderable)) { in animateChildToPosition() 947 final Reorderable item = (Reorderable) child; in animateChildToPosition() 1975 if (c != null && !skip && (child instanceof Reorderable)) { in beginOrAdjustReorderPreviewAnimations() 1976 ReorderPreviewAnimation rha = new ReorderPreviewAnimation((Reorderable) child, in beginOrAdjustReorderPreviewAnimations() 1999 final Reorderable child; 2019 public ReorderPreviewAnimation(Reorderable child, int mode, int cellX0, int cellY0, in ReorderPreviewAnimation()
|
D | BubbleTextView.java | 78 IconLabelDotView, DraggableView, Reorderable {
|
/packages/apps/Launcher3/src/com/android/launcher3/folder/ |
D | FolderIcon.java | 55 import com.android.launcher3.Reorderable; 93 DraggableView, Reorderable {
|