Searched refs:mCurrentScrollDir (Results 1 – 1 of 1) sorted by relevance
161 @Thunk int mCurrentScrollDir = DragController.SCROLL_NONE; field in Folder780 if (!mOnScrollHintAlarm.alarmPending() || mCurrentScrollDir != direction) { in showScrollHint()781 mCurrentScrollDir = direction; in showScrollHint()1409 if (mCurrentScrollDir == DragController.SCROLL_LEFT) {1412 } else if (mCurrentScrollDir == DragController.SCROLL_RIGHT) {1419 mCurrentScrollDir = DragController.SCROLL_NONE;