Searched refs:rotateInsets (Results 1 – 5 of 5) sorted by relevance
275 orientationHandler.rotateInsets(deviceRotationInsets, outRect); in calculateTaskSizeInternal()294 orientationHandler.rotateInsets(outRect, outRect); in calculateTaskSizeInternal()
74 fun rotateInsets(insets: Rect, outInsets: Rect) in setSecondary() method
47 override fun rotateInsets(insets: Rect, outInsets: Rect) { in rotateInsets() method in com.android.quickstep.orientation.SeascapePagedViewHandler
124 override fun rotateInsets(insets: Rect, outInsets: Rect) { in setPrimary() method in com.android.quickstep.orientation.LandscapePagedViewHandler
133 public void rotateInsets(@NonNull Rect insets, @NonNull Rect outInsets) { in rotateInsets() method in PortraitPagedViewHandler