Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/
DWindowTransformSwipeHandler.java285 private int mLogDirection = Direction.UP; field in WindowTransformSwipeHandler
864 mLogDirection = velocity.y < 0 ? Direction.UP : Direction.DOWN; in onGestureEnded()
866 mLogDirection = velocity.x < 0 ? Direction.LEFT : Direction.RIGHT; in onGestureEnded()
1046 mLogAction, mLogDirection, in doLogGesture()