Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/com/android/internal/jank/
DFrameTrackerTest.java123 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/
DFrameTracker.java210 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/
DAChoreographer.cpp131 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/
DSplashScreenExitAnimation.java254 tx.setFrameTimelineVsync(Choreographer.getSfInstance().getVsyncId()); in onAnimationProgress()
275 tx.setFrameTimelineVsync(Choreographer.getSfInstance().getVsyncId()); in finish()
/frameworks/base/core/java/android/view/
DInsetsAnimationThreadControlRunner.java91 t.setFrameTimelineVsync(Choreographer.getSfInstance().getVsyncId());
DChoreographer.java675 public long getVsyncId() { in getVsyncId() method in Choreographer
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/pip/
DPipSurfaceTransactionHelper.java143 tx.setFrameTimelineVsync(Choreographer.getSfInstance().getVsyncId()); in newSurfaceControlTransaction()
/frameworks/base/services/core/java/com/android/server/wm/
DSurfaceAnimationRunner.java262 mFrameTransaction.setFrameTimelineVsync(mChoreographer.getVsyncId()); in applyTransaction()
DWindowAnimator.java105 final long vsyncId = mChoreographer.getVsyncId(); in WindowAnimator()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/transition/
DDefaultTransitionHandler.java266 t.setFrameTimelineVsync(Choreographer.getInstance().getVsyncId()); in applyTransformation()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/legacysplitscreen/
DDividerImeController.java343 t.setFrameTimelineVsync(Choreographer.getSfInstance().getVsyncId()); in startAsyncAnimation()
DDividerView.java1107 t.setFrameTimelineVsync(Choreographer.getSfInstance().getVsyncId()); in resizeStackSurfaces()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/
DPipAnimationController.java455 tx.setFrameTimelineVsync(Choreographer.getSfInstance().getVsyncId()); in newSurfaceControlTransaction()
/frameworks/base/boot/
Dboot-image-profile.txt16476 HSPLandroid/view/Choreographer;->getVsyncId()J
/frameworks/base/config/
Dboot-image-profile.txt16525 HSPLandroid/view/Choreographer;->getVsyncId()J