Searched defs:getDownDirection (Results 1 – 4 of 4) sorted by relevance
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/orientation/ | ||
D | RecentsPagedOrientationHandler.kt | 337 fun getDownDirection(isRtl: Boolean): Int in setSecondary() method |
D | SeascapePagedViewHandler.kt | 338 override fun getDownDirection(isRtl: Boolean): Int = in getUpDirection() method in com.android.quickstep.orientation.SeascapePagedViewHandler |
D | LandscapePagedViewHandler.kt | 305 override fun getDownDirection(isRtl: Boolean): Int = in getUpDirection() method in com.android.quickstep.orientation.LandscapePagedViewHandler |
D | PortraitPagedViewHandler.kt | 279 override fun getDownDirection(isRtl: Boolean): Int = SingleAxisSwipeDetector.DIRECTION_NEGATIVE in getUpDirection() method in com.android.quickstep.orientation.PortraitPagedViewHandler |