Searched refs:mSurfaceControlWrapper (Results 1 – 2 of 2) sorted by relevance
81 private SurfaceControlWrapper mSurfaceControlWrapper; field in FrameTrackerTest107 mSurfaceControlWrapper = mock(SurfaceControlWrapper.class); in setup()110 doNothing().when(mSurfaceControlWrapper).addJankStatsListener( in setup()112 doNothing().when(mSurfaceControlWrapper).removeJankStatsListener( in setup()139 mSurfaceControlWrapper, mChoreographer, mWrapper, mStatsLog, in spyFrameTracker()471 verify(mSurfaceControlWrapper).addJankStatsListener(any(), any()); in testSurfaceOnlyOtherFrameJanky()486 verify(mSurfaceControlWrapper).removeJankStatsListener(any()); in testSurfaceOnlyOtherFrameJanky()508 verify(mSurfaceControlWrapper).addJankStatsListener(any(), any()); in testSurfaceOnlyFirstFrameJanky()523 verify(mSurfaceControlWrapper).removeJankStatsListener(any()); in testSurfaceOnlyFirstFrameJanky()545 verify(mSurfaceControlWrapper).addJankStatsListener(any(), any()); in testSurfaceOnlyLastFrameJanky()[all …]
108 private final SurfaceControlWrapper mSurfaceControlWrapper; field in FrameTracker210 mSurfaceControlWrapper = surfaceControlWrapper; in FrameTracker()319 mSurfaceControlWrapper.addJankStatsListener(this, mSurfaceControl); in beginInternal()683 mSurfaceControlWrapper.removeJankStatsListener(this); in removeObservers()