Scroll Direction
Represents the scroll direction of a RecyclerView.
RecyclerView의 스크롤 방향을 나타냅니다.
See also
For the custom RecyclerView that uses this class.
이 클래스를 사용하는 커스텀 RecyclerView는 RecyclerScrollStateView를 참조하세요.
Inheritors
Types
Link copied to clipboard
Scrolling downward (vertical).
아래로 스크롤 중 (수직).
Link copied to clipboard
Not scrolling (idle state).
스크롤하지 않음 (유휴 상태).
Link copied to clipboard
Scrolling left (horizontal).
왼쪽으로 스크롤 중 (수평).
Link copied to clipboard
Scrolling right (horizontal).
오른쪽으로 스크롤 중 (수평).
Link copied to clipboard
Scrolling upward (vertical).
위로 스크롤 중 (수직).