Most visited

Recently visited

R.dimen

public static final class R.dimen
extends Object

java.lang.Object
   ↳ android.support.v7.recyclerview.R.dimen


Summary

Fields

public static int item_touch_helper_max_drag_scroll_per_frame

The max amount of scroll ItemTouchHelper will trigger if dragged view is out of RecyclerView's bounds.

public static int item_touch_helper_swipe_escape_max_velocity

public static int item_touch_helper_swipe_escape_velocity

Public constructors

R.dimen()

Inherited methods

From class java.lang.Object

Fields

item_touch_helper_max_drag_scroll_per_frame

int item_touch_helper_max_drag_scroll_per_frame

The max amount of scroll ItemTouchHelper will trigger if dragged view is out of RecyclerView's bounds.

item_touch_helper_swipe_escape_max_velocity

int item_touch_helper_swipe_escape_max_velocity

item_touch_helper_swipe_escape_velocity

int item_touch_helper_swipe_escape_velocity

Public constructors

R.dimen

R.dimen ()

Hooray!