Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/tiling/
DSnapEventHandler.kt54 fun getRightSnapBoundsIfTiled(displayId: Int): Rect method
DDesktopTilingDecorViewModel.kt157 fun getRightSnapBoundsIfTiled(displayId: Int): Rect { in getRightSnapBoundsIfTiled() method
DDesktopTilingWindowDecoration.kt741 fun getRightSnapBoundsIfTiled(): Rect { in getRightSnapBoundsIfTiled() method in com.android.wm.shell.windowdecor.tiling.DesktopTilingWindowDecoration
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/
DDesktopModeWindowDecorViewModel.java971 public Rect getRightSnapBoundsIfTiled(int displayId) { in getRightSnapBoundsIfTiled() method in DesktopModeWindowDecorViewModel