Home
last modified time | relevance | path

Searched refs:secondController (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/animation/
H A DPhysicsAnimationLayoutTest.java230 TestableAnimationController secondController = in testSetController() local
232 secondController.setAnimatedProperties(Sets.newHashSet( in testSetController()
234 secondController.setChainedProperties(Sets.newHashSet( in testSetController()
236 secondController.setOffsetForProperty( in testSetController()
238 secondController.setRemoveImmediately(true); in testSetController()
240 mLayout.setActiveController(secondController); in testSetController()
256 Mockito.verify(secondController, Mockito.atLeastOnce()) in testSetController()
258 Mockito.verify(secondController, Mockito.atLeastOnce()) in testSetController()
260 Mockito.verify(secondController, Mockito.atLeastOnce()) in testSetController()
271 Mockito.verify(secondController, Mockito.never()) in testSetController()
[all …]
/aosp12/frameworks/base/core/tests/coretests/src/android/view/
H A DPendingInsetsControllerTest.java209 InsetsController secondController = mock(InsetsController.class); in testReplayTwice() local
210 mPendingInsetsController.replayAndAttach(secondController); in testReplayTwice()
212 verifyZeroInteractions(secondController); in testReplayTwice()
224 InsetsController secondController = mock(InsetsController.class); in testDetachReattach() local
225 mPendingInsetsController.replayAndAttach(secondController); in testDetachReattach()
228 verify(secondController).show(eq(navigationBars())); in testDetachReattach()
/aosp12/frameworks/opt/car/services/src/com/android/server/wm/
H A DCarLaunchParamsModifier.java466 WindowProcessController secondController = mAtm.getProcessController( in candidateControllers() local
477 if (secondController != null) { in candidateControllers()
478 candidates.add(secondController); in candidateControllers()
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/vibrator/
H A DVibratorManagerServiceTest.java1006 IExternalVibrationController secondController = mock(IExternalVibrationController.class);
1015 ringtoneAudioAttrs, secondController);
1021 verifyNoMoreInteractions(secondController);