Home
last modified time | relevance | path

Searched refs:mDragExitDirection (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Car/Launcher/libs/appgrid/lib/src/com/android/car/carlauncher/recyclerview/
DAppItemViewHolder.java81 private int mDragExitDirection; field in AppItemViewHolder
350 mDragExitDirection = AppItemBoundDirection.NONE; in resetViewHolder()
444 mDragExitDirection = getClosestBoundDirection(event.getX(), event.getY());
448 mDragCallback.notifyDragExited(AppItemViewHolder.this, mDragExitDirection);
449 mDragExitDirection = AppItemBoundDirection.NONE;
452 mDragExitDirection = AppItemBoundDirection.NONE;