Home
last modified time | relevance | path

Searched refs:getVsyncId (Results 1 – 18 of 18) sorted by relevance

/frameworks/base/core/tests/coretests/src/com/android/internal/jank/
DFrameTrackerTest.java155 when(mChoreographer.getVsyncId()).thenReturn(100L); in testOnlyFirstWindowFrameOverThreshold()
167 when(mChoreographer.getVsyncId()).thenReturn(102L); in testOnlyFirstWindowFrameOverThreshold()
190 when(mChoreographer.getVsyncId()).thenReturn(100L); in testSfJank()
202 when(mChoreographer.getVsyncId()).thenReturn(102L); in testSfJank()
227 when(mChoreographer.getVsyncId()).thenReturn(100L); in testFirstFrameJankyNoTrigger()
239 when(mChoreographer.getVsyncId()).thenReturn(102L); in testFirstFrameJankyNoTrigger()
263 when(mChoreographer.getVsyncId()).thenReturn(100L); in testOtherFrameOverThreshold()
275 when(mChoreographer.getVsyncId()).thenReturn(102L); in testOtherFrameOverThreshold()
300 when(mChoreographer.getVsyncId()).thenReturn(100L); in testLastFrameOverThresholdBeforeEnd()
312 when(mChoreographer.getVsyncId()).thenReturn(102L); in testLastFrameOverThresholdBeforeEnd()
[all …]
DInteractionJankMonitorTest.java190 doReturn(SystemClock.elapsedRealtime()).when(choreographer).getVsyncId(); in createMockedFrameTracker()
/frameworks/base/core/java/com/android/internal/jank/
DFrameTracker.java280 final long currentVsync = mChoreographer.getVsyncId(); in begin()
331 mEndVsyncId = mChoreographer.getVsyncId(); in end()
818 public long getVsyncId() { in getVsyncId() method in FrameTracker.ChoreographerWrapper
819 return mChoreographer.getVsyncId(); in getVsyncId()
/frameworks/base/core/java/android/view/
DInsetsAnimationThreadControlRunner.java92 t.setFrameTimelineVsync(Choreographer.getInstance().getVsyncId());
DChoreographer.java820 public long getVsyncId() { in getVsyncId() method in Choreographer
1147 public long getVsyncId() { in getVsyncId() method in Choreographer.FrameTimeline
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
DSplashScreenExitAnimationUtils.java418 tx.setFrameTimelineVsync(Choreographer.getSfInstance().getVsyncId()); in onAnimationProgress()
439 tx.setFrameTimelineVsync(Choreographer.getSfInstance().getVsyncId()); in finish()
/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/extensions/embedding/
DTaskFragmentAnimationAdapter.java131 t.setFrameTimelineVsync(Choreographer.getInstance().getVsyncId()); in onAnimationUpdate()
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/pip/
DPipSurfaceTransactionHelper.java177 tx.setFrameTimelineVsync(Choreographer.getInstance().getVsyncId()); in newSurfaceControlTransaction()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/activityembedding/
DActivityEmbeddingAnimationRunner.java154 t.setFrameTimelineVsync(Choreographer.getInstance().getVsyncId()); in createAnimator()
323 startTransaction.setFrameTimelineVsync(Choreographer.getInstance().getVsyncId()); in prepareForFirstFrame()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/
DPipSurfaceTransactionHelper.java270 tx.setFrameTimelineVsync(Choreographer.getInstance().getVsyncId()); in getTransaction()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip2/
DPipSurfaceTransactionHelper.java273 tx.setFrameTimelineVsync(Choreographer.getInstance().getVsyncId()); in getTransaction()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/back/
DCrossTaskBackAnimation.java260 mTransaction.setFrameTimelineVsync(Choreographer.getInstance().getVsyncId());
/frameworks/base/services/core/java/com/android/server/wm/
DSurfaceAnimationRunner.java372 mFrameTransaction.setFrameTimelineVsync(mChoreographer.getVsyncId()); in applyTransaction()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/splitscreen/
DStageCoordinator.java2264 transaction.setFrameTimelineVsync(Choreographer.getInstance().getVsyncId()); in applyDividerVisibility()
2389 t.setFrameTimelineVsync(Choreographer.getInstance().getVsyncId()); in onLayoutPositionChanging()
2399 t.setFrameTimelineVsync(Choreographer.getInstance().getVsyncId()); in onLayoutSizeChanging()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/transition/
DDefaultTransitionHandler.java1009 t.setFrameTimelineVsync(Choreographer.getInstance().getVsyncId()); in applyTransformation()
/frameworks/base/boot/
Dboot-image-profile.txt15932 HSPLandroid/view/Choreographer;->getVsyncId()J
/frameworks/base/config/
Dboot-image-profile.txt15996 HSPLandroid/view/Choreographer;->getVsyncId()J
/frameworks/base/core/api/
Dcurrent.txt50646 method public long getVsyncId();