Searched refs:mFPSDivisor (Results 1 – 2 of 2) sorted by relevance
189 private int mFPSDivisor = 1; field in Choreographer692 mFPSDivisor = divisor; in setFPSDivisor()752 if (mFPSDivisor > 1) { in doFrame()754 if (timeSinceVsync < (frameIntervalNanos * mFPSDivisor) && timeSinceVsync > 0) { in doFrame()
62971 Landroid/view/Choreographer;->mFPSDivisor:I