Home
last modified time | relevance | path

Searched refs:copyContentInSplit (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/libs/WindowManager/Shell/tests/flicker/service/src/com/android/wm/shell/flicker/service/splitscreen/platinum/
DCopyContentInSplitGesturalNavLandscape.kt29 override fun copyContentInSplit() = super.copyContentInSplit() method in com.android.wm.shell.flicker.service.splitscreen.platinum.CopyContentInSplitGesturalNavLandscape
DCopyContentInSplitGesturalNavPortrait.kt29 override fun copyContentInSplit() = super.copyContentInSplit() method in com.android.wm.shell.flicker.service.splitscreen.platinum.CopyContentInSplitGesturalNavPortrait
/frameworks/base/libs/WindowManager/Shell/tests/flicker/service/src/com/android/wm/shell/flicker/service/splitscreen/flicker/
DCopyContentInSplitGesturalNavPortrait.kt32 @ExpectedScenarios([]) @Test override fun copyContentInSplit() = super.copyContentInSplit() in copyContentInSplit() method in com.android.wm.shell.flicker.service.splitscreen.flicker.CopyContentInSplitGesturalNavPortrait
DCopyContentInSplitGesturalNavLandscape.kt32 @ExpectedScenarios([]) @Test override fun copyContentInSplit() = super.copyContentInSplit() in copyContentInSplit() method in com.android.wm.shell.flicker.service.splitscreen.flicker.CopyContentInSplitGesturalNavLandscape
/frameworks/base/libs/WindowManager/Shell/tests/flicker/service/src/com/android/wm/shell/flicker/service/splitscreen/scenarios/
DCopyContentInSplit.kt58 open fun copyContentInSplit() { in copyContentInSplit() method in com.android.wm.shell.flicker.service.splitscreen.scenarios.CopyContentInSplit
59 SplitScreenUtils.copyContentInSplit(instrumentation, device, primaryApp, textEditApp) in copyContentInSplit()
/frameworks/base/libs/WindowManager/Shell/tests/flicker/splitscreen/src/com/android/wm/shell/flicker/splitscreen/benchmark/
DCopyContentInSplitBenchmark.kt53 SplitScreenUtils.copyContentInSplit( in <lambda>()
/frameworks/base/libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/utils/
DSplitScreenUtils.kt358 fun copyContentInSplit( in <lambda>() method