/frameworks/base/core/tests/coretests/src/com/android/internal/jank/ |
D | FrameTrackerTest.java | 123 when(mChoreographer.getVsyncId()).thenReturn(100L); in testOnlyFirstWindowFrameOverThreshold() 134 when(mChoreographer.getVsyncId()).thenReturn(102L); in testOnlyFirstWindowFrameOverThreshold() 145 when(mChoreographer.getVsyncId()).thenReturn(100L); in testSfJank() 156 when(mChoreographer.getVsyncId()).thenReturn(102L); in testSfJank() 168 when(mChoreographer.getVsyncId()).thenReturn(100L); in testFirstFrameJankyNoTrigger() 179 when(mChoreographer.getVsyncId()).thenReturn(102L); in testFirstFrameJankyNoTrigger() 191 when(mChoreographer.getVsyncId()).thenReturn(100L); in testOtherFrameOverThreshold() 202 when(mChoreographer.getVsyncId()).thenReturn(102L); in testOtherFrameOverThreshold() 214 when(mChoreographer.getVsyncId()).thenReturn(100L); in testLastFrameOverThresholdBeforeEnd() 225 when(mChoreographer.getVsyncId()).thenReturn(102L); in testLastFrameOverThresholdBeforeEnd() [all …]
|
/frameworks/base/core/java/com/android/internal/jank/ |
D | FrameTracker.java | 210 mBeginVsyncId = mChoreographer.getVsyncId() + 1; in begin() 247 mEndVsyncId = mChoreographer.getVsyncId(); in end() 608 public long getVsyncId() { in getVsyncId() method in FrameTracker.ChoreographerWrapper 609 return mChoreographer.getVsyncId(); in getVsyncId()
|
/frameworks/native/libs/nativedisplay/ |
D | AChoreographer.cpp | 131 int64_t getVsyncId() const; 413 int64_t Choreographer::getVsyncId() const { in getVsyncId() function in android::Choreographer 501 return AChoreographer_to_Choreographer(choreographer)->getVsyncId(); in AChoreographer_getVsyncId()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/ |
D | SplashScreenExitAnimation.java | 254 tx.setFrameTimelineVsync(Choreographer.getSfInstance().getVsyncId()); in onAnimationProgress() 275 tx.setFrameTimelineVsync(Choreographer.getSfInstance().getVsyncId()); in finish()
|
/frameworks/base/core/java/android/view/ |
D | InsetsAnimationThreadControlRunner.java | 91 t.setFrameTimelineVsync(Choreographer.getSfInstance().getVsyncId());
|
D | Choreographer.java | 675 public long getVsyncId() { in getVsyncId() method in Choreographer
|
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/pip/ |
D | PipSurfaceTransactionHelper.java | 143 tx.setFrameTimelineVsync(Choreographer.getSfInstance().getVsyncId()); in newSurfaceControlTransaction()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | SurfaceAnimationRunner.java | 262 mFrameTransaction.setFrameTimelineVsync(mChoreographer.getVsyncId()); in applyTransaction()
|
D | WindowAnimator.java | 105 final long vsyncId = mChoreographer.getVsyncId(); in WindowAnimator()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/transition/ |
D | DefaultTransitionHandler.java | 266 t.setFrameTimelineVsync(Choreographer.getInstance().getVsyncId()); in applyTransformation()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/legacysplitscreen/ |
D | DividerImeController.java | 343 t.setFrameTimelineVsync(Choreographer.getSfInstance().getVsyncId()); in startAsyncAnimation()
|
D | DividerView.java | 1107 t.setFrameTimelineVsync(Choreographer.getSfInstance().getVsyncId()); in resizeStackSurfaces()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/ |
D | PipAnimationController.java | 455 tx.setFrameTimelineVsync(Choreographer.getSfInstance().getVsyncId()); in newSurfaceControlTransaction()
|
/frameworks/base/boot/ |
D | boot-image-profile.txt | 16476 HSPLandroid/view/Choreographer;->getVsyncId()J
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 16525 HSPLandroid/view/Choreographer;->getVsyncId()J
|