Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DFolder.java161 @Thunk int mCurrentScrollDir = DragController.SCROLL_NONE; field in Folder
780 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;