Searched refs:Reorderable (Results 1 – 14 of 14) sorted by relevance
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/ |
D | LauncherViewsMoveFromCenterTranslationApplier.java | 23 import com.android.launcher3.Reorderable; 35 if (view instanceof Reorderable) { in apply() 36 MultiTranslateDelegate mtd = ((Reorderable) view).getTranslateDelegate(); in apply()
|
/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/celllayout/ |
D | ReorderPreviewAnimationTest.kt | 26 import com.android.launcher3.Reorderable 36 class Mock(context: Context) : Reorderable, View(context) { 91 val map = ArrayMap<Reorderable, ReorderPreviewAnimation<Mock>>() in testAnimationAtGivenProgress()
|
/packages/apps/Launcher3/src/com/android/launcher3/celllayout/ |
D | ReorderPreviewAnimation.kt | 27 import com.android.launcher3.Reorderable 54 private val shakeAnimators: ArrayMap<Reorderable, ReorderPreviewAnimation<T>> 55 ) : ValueAnimator.AnimatorUpdateListener where T : View, T : Reorderable {
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/ |
D | TaskbarViewController.java | 75 import com.android.launcher3.Reorderable; 581 ((Reorderable) iconView).getTranslateDelegate(); in updateTaskbarIconTranslationXForPinning() 649 ((Reorderable) iconView).getTranslateDelegate(); in updateIconViewsTranslationX() 853 if (child instanceof Reorderable) { in addRevealAnimToIsStashed() 854 MultiTranslateDelegate mtd = ((Reorderable) child).getTranslateDelegate(); in addRevealAnimToIsStashed() 1034 if (child instanceof Reorderable reorderableChild) { in createIconAlignmentController() 1046 if (child instanceof Reorderable reorderableChild) { in createIconAlignmentController() 1098 childCenter += ((Reorderable) child).getTranslateDelegate().getTranslationX( in createIconAlignmentController() 1101 if (child instanceof Reorderable) { in createIconAlignmentController() 1102 MultiTranslateDelegate mtd = ((Reorderable) child).getTranslateDelegate(); in createIconAlignmentController() [all …]
|
D | TaskbarOverflowView.java | 42 import com.android.launcher3.Reorderable; 59 public class TaskbarOverflowView extends FrameLayout implements Reorderable {
|
/packages/apps/Launcher3/src/com/android/launcher3/widget/ |
D | NavigableAppWidgetHostView.java | 28 import com.android.launcher3.Reorderable; 39 implements DraggableView, Reorderable {
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | Hotseat.java | 107 if (mQsb instanceof Reorderable qsbReorderable) { in Hotseat() 209 if (child instanceof Reorderable) { in adjustForBubbleBar() 210 MultiTranslateDelegate mtd = ((Reorderable) child).getTranslateDelegate(); in adjustForBubbleBar()
|
D | Reorderable.java | 21 public interface Reorderable { interface
|
D | MultipageCellLayout.java | 154 if (!(workspaceItem instanceof Reorderable)) { in updateMarginBetweenCellLayouts() 159 ((Reorderable) workspaceItem).getTranslateDelegate().setTranslation( in updateMarginBetweenCellLayouts()
|
D | ShortcutAndWidgetContainer.java | 251 if (child instanceof Reorderable) { in layoutChild() 252 ((Reorderable) child).getTranslateDelegate() in layoutChild()
|
D | CellLayout.java | 153 @Thunk final ArrayMap<Reorderable, ReorderPreviewAnimation> mShakeAnimators = new ArrayMap<>(); 1079 if (clc.indexOfChild(child) != -1 && (child instanceof Reorderable)) { in animateChildToPosition() 1082 final Reorderable item = (Reorderable) child; in animateChildToPosition() 1445 if (c != null && !skip && (child instanceof Reorderable)) { in beginOrAdjustReorderPreviewAnimations()
|
D | BubbleTextView.java | 116 FloatingIconViewCompanion, DraggableView, Reorderable {
|
/packages/apps/Launcher3/src/com/android/launcher3/apppairs/ |
D | AppPairIcon.java | 39 import com.android.launcher3.Reorderable; 56 public class AppPairIcon extends FrameLayout implements DraggableView, Reorderable {
|
/packages/apps/Launcher3/src/com/android/launcher3/folder/ |
D | FolderIcon.java | 60 import com.android.launcher3.Reorderable; 96 DraggableView, Reorderable {
|