Home
last modified time | relevance | path

Searched defs:getDistanceToBottomOfRect (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/orientation/
DRecentsPagedOrientationHandler.kt94 fun getDistanceToBottomOfRect(dp: DeviceProfile, rect: Rect): Int in setSecondary() method
DSeascapePagedViewHandler.kt174 override fun getDistanceToBottomOfRect(dp: DeviceProfile, rect: Rect): Int = in getDistanceToBottomOfRect() method in com.android.quickstep.orientation.SeascapePagedViewHandler
DLandscapePagedViewHandler.kt340 override fun getDistanceToBottomOfRect(dp: DeviceProfile, rect: Rect): Int = rect.left in getDistanceToBottomOfRect() method in com.android.quickstep.orientation.LandscapePagedViewHandler
DPortraitPagedViewHandler.kt297 override fun getDistanceToBottomOfRect(dp: DeviceProfile, rect: Rect): Int = in getUpDirection() method in com.android.quickstep.orientation.PortraitPagedViewHandler