Home
last modified time | relevance | path

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

/packages/apps/Car/Launcher/libs/appgrid/lib/src/com/android/car/carlauncher/recyclerview/
DAppItemViewHolder.java75 private final int mThresholdToStartDragDrop; field in AppItemViewHolder
130 mThresholdToStartDragDrop = context.getResources().getDimensionPixelSize( in AppItemViewHolder()
388 /* dy */ event.getY() - actionDownY) > mThresholdToStartDragDrop; in shouldStartDragAndDrop()