Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/desktopmode/multidesks/
DDeskTransition.kt26 fun copyWithToken(token: IBinder): DeskTransition in copyWithToken() method
36 override fun copyWithToken(token: IBinder): DeskTransition = copy(token) in copyWithToken() method in com.android.wm.shell.desktopmode.multidesks.DeskTransition.RemoveDesk
42 override fun copyWithToken(token: IBinder): DeskTransition = copy(token) in copyWithToken() method in com.android.wm.shell.desktopmode.multidesks.DeskTransition.ActivateDesk
52 override fun copyWithToken(token: IBinder): DeskTransition = copy(token) in copyWithToken() method in com.android.wm.shell.desktopmode.multidesks.DeskTransition.ActiveDeskWithTask
57 override fun copyWithToken(token: IBinder): DeskTransition = copy(token) method in com.android.wm.shell.desktopmode.multidesks.DeskTransition.DeactivateDesk