Searched refs:secondController (Results 1 – 4 of 4) sorted by relevance
230 TestableAnimationController secondController = in testSetController() local232 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 …]
209 InsetsController secondController = mock(InsetsController.class); in testReplayTwice() local210 mPendingInsetsController.replayAndAttach(secondController); in testReplayTwice()212 verifyZeroInteractions(secondController); in testReplayTwice()224 InsetsController secondController = mock(InsetsController.class); in testDetachReattach() local225 mPendingInsetsController.replayAndAttach(secondController); in testDetachReattach()228 verify(secondController).show(eq(navigationBars())); in testDetachReattach()
466 WindowProcessController secondController = mAtm.getProcessController( in candidateControllers() local477 if (secondController != null) { in candidateControllers()478 candidates.add(secondController); in candidateControllers()
1006 IExternalVibrationController secondController = mock(IExternalVibrationController.class);1015 ringtoneAudioAttrs, secondController);1021 verifyNoMoreInteractions(secondController);