HomeSort by relevance Sort by last modified time
    Searched refs:sGlobalFrameCounter (Results 1 - 2 of 2) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
FirstFrameAnimatorHelper.java 44 private static long sGlobalFrameCounter;
69 sGlobalFrameCounter++;
83 mStartFrame = sGlobalFrameCounter;
89 long frameNum = sGlobalFrameCounter - mStartFrame;
125 Log.d("FirstFrameAnimatorHelper", sGlobalFrameCounter +
126 "(" + (sGlobalFrameCounter - mStartFrame) + ") " + mTarget + " dirty? " +
  /packages/apps/Launcher2/src/com/android/launcher2/
FirstFrameAnimatorHelper.java 45 private static long sGlobalFrameCounter;
76 sGlobalFrameCounter++;
91 mStartFrame = sGlobalFrameCounter;
102 long frameNum = sGlobalFrameCounter - mStartFrame;
138 Log.d("FirstFrameAnimatorHelper", sGlobalFrameCounter +
139 "(" + (sGlobalFrameCounter - mStartFrame) + ") " + mTarget + " dirty? " +

Completed in 89 milliseconds