Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/tests/coretests/src/com/android/internal/jank/
H A DFrameTrackerTest.java134 when(mChoreographer.getVsyncId()).thenReturn(100L); in testOnlyFirstWindowFrameOverThreshold()
145 when(mChoreographer.getVsyncId()).thenReturn(102L); in testOnlyFirstWindowFrameOverThreshold()
159 when(mChoreographer.getVsyncId()).thenReturn(100L); in testSfJank()
170 when(mChoreographer.getVsyncId()).thenReturn(102L); in testSfJank()
185 when(mChoreographer.getVsyncId()).thenReturn(100L); in testFirstFrameJankyNoTrigger()
196 when(mChoreographer.getVsyncId()).thenReturn(102L); in testFirstFrameJankyNoTrigger()
211 when(mChoreographer.getVsyncId()).thenReturn(100L); in testOtherFrameOverThreshold()
222 when(mChoreographer.getVsyncId()).thenReturn(102L); in testOtherFrameOverThreshold()
237 when(mChoreographer.getVsyncId()).thenReturn(100L); in testLastFrameOverThresholdBeforeEnd()
248 when(mChoreographer.getVsyncId()).thenReturn(102L); in testLastFrameOverThresholdBeforeEnd()
[all …]
H A DInteractionJankMonitorTest.java199 doReturn(SystemClock.elapsedRealtime()).when(choreographer).getVsyncId();
/aosp12/frameworks/base/core/java/com/android/internal/jank/
H A DFrameTracker.java233 mBeginVsyncId = mChoreographer.getVsyncId() + 1; in begin()
270 mEndVsyncId = mChoreographer.getVsyncId(); in end()
664 public long getVsyncId() { in getVsyncId() method in FrameTracker.ChoreographerWrapper
665 return mChoreographer.getVsyncId(); in getVsyncId()
/aosp12/frameworks/native/libs/nativedisplay/
H A DAChoreographer.cpp130 int64_t getVsyncId() const;
412 int64_t Choreographer::getVsyncId() const { in getVsyncId() function in android::Choreographer
500 return AChoreographer_to_Choreographer(choreographer)->getVsyncId(); in AChoreographer_getVsyncId()
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
H A DSplashScreenExitAnimation.java266 tx.setFrameTimelineVsync(Choreographer.getSfInstance().getVsyncId()); in onAnimationProgress()
287 tx.setFrameTimelineVsync(Choreographer.getSfInstance().getVsyncId()); in finish()
/aosp12/frameworks/base/core/java/android/view/
H A DInsetsAnimationThreadControlRunner.java91 t.setFrameTimelineVsync(Choreographer.getSfInstance().getVsyncId());
H A DChoreographer.java675 public long getVsyncId() { in getVsyncId() method in Choreographer
/aosp12/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/extensions/embedding/
H A DTaskFragmentAnimationAdapter.java71 t.setFrameTimelineVsync(Choreographer.getInstance().getVsyncId()); in onAnimationUpdate()
/aosp12/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/pip/
H A DPipSurfaceTransactionHelper.java153 tx.setFrameTimelineVsync(Choreographer.getSfInstance().getVsyncId()); in newSurfaceControlTransaction()
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DSurfaceAnimationRunner.java262 mFrameTransaction.setFrameTimelineVsync(mChoreographer.getVsyncId()); in applyTransaction()
H A DWindowAnimator.java105 final long vsyncId = mChoreographer.getVsyncId(); in WindowAnimator()
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/legacysplitscreen/
H A DDividerImeController.java343 t.setFrameTimelineVsync(Choreographer.getSfInstance().getVsyncId()); in startAsyncAnimation()
H A DDividerView.java1106 t.setFrameTimelineVsync(Choreographer.getSfInstance().getVsyncId()); in resizeStackSurfaces()
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/
H A DPipAnimationController.java456 tx.setFrameTimelineVsync(Choreographer.getSfInstance().getVsyncId()); in newSurfaceControlTransaction()
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/transition/
H A DDefaultTransitionHandler.java660 t.setFrameTimelineVsync(Choreographer.getInstance().getVsyncId()); in applyTransformation()
/aosp12/frameworks/base/boot/
H A Dboot-image-profile.txt16476 HSPLandroid/view/Choreographer;->getVsyncId()J
/aosp12/frameworks/base/config/
H A Dboot-image-profile.txt16525 HSPLandroid/view/Choreographer;->getVsyncId()J