Searched refs:handlerWCT (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/onehanded/ |
D | OneHandedControllerTest.java | 380 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/ |
D | ShellTransitionTests.java | 204 final WindowContainerTransaction handlerWCT = new WindowContainerTransaction(); in testNonDefaultHandler() local 228 ? handlerWCT : null; in testNonDefaultHandler() 252 handlerWCT.setFocusable(new WindowContainerToken(mock(IWindowContainerToken.class)), true); in testNonDefaultHandler() 256 eq(transitToken), eq(handlerWCT)); in testNonDefaultHandler() 272 eq(transitToken), eq(handlerWCT)); in testNonDefaultHandler() 1106 final WindowContainerTransaction handlerWCT = new WindowContainerTransaction(); in testObserverLifecycle_mergingAfterQueueing() local 1128 ? handlerWCT : null; in testObserverLifecycle_mergingAfterQueueing()
|