/aosp12/frameworks/base/core/tests/coretests/src/com/android/internal/jank/ |
H A D | FrameTrackerTest.java | 134 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 D | InteractionJankMonitorTest.java | 199 doReturn(SystemClock.elapsedRealtime()).when(choreographer).getVsyncId();
|
/aosp12/frameworks/base/core/java/com/android/internal/jank/ |
H A D | FrameTracker.java | 233 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 D | AChoreographer.cpp | 130 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 D | SplashScreenExitAnimation.java | 266 tx.setFrameTimelineVsync(Choreographer.getSfInstance().getVsyncId()); in onAnimationProgress() 287 tx.setFrameTimelineVsync(Choreographer.getSfInstance().getVsyncId()); in finish()
|
/aosp12/frameworks/base/core/java/android/view/ |
H A D | InsetsAnimationThreadControlRunner.java | 91 t.setFrameTimelineVsync(Choreographer.getSfInstance().getVsyncId());
|
H A D | Choreographer.java | 675 public long getVsyncId() { in getVsyncId() method in Choreographer
|
/aosp12/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/extensions/embedding/ |
H A D | TaskFragmentAnimationAdapter.java | 71 t.setFrameTimelineVsync(Choreographer.getInstance().getVsyncId()); in onAnimationUpdate()
|
/aosp12/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/pip/ |
H A D | PipSurfaceTransactionHelper.java | 153 tx.setFrameTimelineVsync(Choreographer.getSfInstance().getVsyncId()); in newSurfaceControlTransaction()
|
/aosp12/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | SurfaceAnimationRunner.java | 262 mFrameTransaction.setFrameTimelineVsync(mChoreographer.getVsyncId()); in applyTransaction()
|
H A D | WindowAnimator.java | 105 final long vsyncId = mChoreographer.getVsyncId(); in WindowAnimator()
|
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/legacysplitscreen/ |
H A D | DividerImeController.java | 343 t.setFrameTimelineVsync(Choreographer.getSfInstance().getVsyncId()); in startAsyncAnimation()
|
H A D | DividerView.java | 1106 t.setFrameTimelineVsync(Choreographer.getSfInstance().getVsyncId()); in resizeStackSurfaces()
|
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/ |
H A D | PipAnimationController.java | 456 tx.setFrameTimelineVsync(Choreographer.getSfInstance().getVsyncId()); in newSurfaceControlTransaction()
|
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/transition/ |
H A D | DefaultTransitionHandler.java | 660 t.setFrameTimelineVsync(Choreographer.getInstance().getVsyncId()); in applyTransformation()
|
/aosp12/frameworks/base/boot/ |
H A D | boot-image-profile.txt | 16476 HSPLandroid/view/Choreographer;->getVsyncId()J
|
/aosp12/frameworks/base/config/ |
H A D | boot-image-profile.txt | 16525 HSPLandroid/view/Choreographer;->getVsyncId()J
|