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

如果拖动视图超出了RecyclerView的界限,则滚动ItemTouchHelper的最大数量将触发。

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

如果拖动视图超出了RecyclerView的界限,则滚动ItemTouchHelper的最大数量将触发。

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!