Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/onehanded/
DOneHandedControllerTest.java380 final WindowContainerTransaction handlerWCT = new WindowContainerTransaction(); in testOneHandedEnabledRotation90ShouldHandleRotate() local
382 Surface.ROTATION_90, null /* newDisplayAreaInfo */, handlerWCT); in testOneHandedEnabledRotation90ShouldHandleRotate() local
393 final WindowContainerTransaction handlerWCT = new WindowContainerTransaction(); in testOneHandedDisabledRotation90ShouldNotHandleRotate() local
395 Surface.ROTATION_90, null /* newDisplayAreaInfo */, handlerWCT); in testOneHandedDisabledRotation90ShouldNotHandleRotate() local
406 final WindowContainerTransaction handlerWCT = new WindowContainerTransaction(); in testSwipeToNotificationEnabledRotation90ShouldNotHandleRotate() local
408 Surface.ROTATION_90, null /* newDisplayAreaInfo */, handlerWCT); in testSwipeToNotificationEnabledRotation90ShouldNotHandleRotate() local
419 final WindowContainerTransaction handlerWCT = new WindowContainerTransaction(); in testSwipeToNotificationDisabledRotation90ShouldHandleRotate() local
421 Surface.ROTATION_90, null /* newDisplayAreaInfo */, handlerWCT); in testSwipeToNotificationDisabledRotation90ShouldHandleRotate() local
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/transition/
DShellTransitionTests.java204 final WindowContainerTransaction handlerWCT = new WindowContainerTransaction(); in testNonDefaultHandler() local
1106 final WindowContainerTransaction handlerWCT = new WindowContainerTransaction(); in testObserverLifecycle_mergingAfterQueueing() local