Searched refs:sGlobalFrameCounter (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
H A DFirstFrameAnimatorHelper.java44 private static long sGlobalFrameCounter; field in class:FirstFrameAnimatorHelper
75 sGlobalFrameCounter++;
90 mStartFrame = sGlobalFrameCounter;
103 long frameNum = sGlobalFrameCounter - mStartFrame;
139 Log.d("FirstFrameAnimatorHelper", sGlobalFrameCounter +
140 "(" + (sGlobalFrameCounter - mStartFrame) + ") " + mTarget + " dirty? " +
/packages/apps/Launcher3/src/com/android/launcher3/
H A DFirstFrameAnimatorHelper.java46 @Thunk static long sGlobalFrameCounter; field in class:FirstFrameAnimatorHelper
77 sGlobalFrameCounter++;
92 mStartFrame = sGlobalFrameCounter;
106 long frameNum = sGlobalFrameCounter - mStartFrame;
142 Log.d("FirstFrameAnimatorHelper", sGlobalFrameCounter +
143 "(" + (sGlobalFrameCounter - mStartFrame) + ") " + mTarget + " dirty? " +

Completed in 40 milliseconds