Searched refs:currentVsync (Results 1 – 1 of 1) sorted by relevance
280 final long currentVsync = mChoreographer.getVsyncId(); in begin() local285 mBeginVsyncId = mDeferMonitoring ? currentVsync + 1 : currentVsync; in begin()288 if (mDeferMonitoring && currentVsync < mBeginVsyncId) { in begin()