OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sGlobalFrameCounter
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
FirstFrameAnimatorHelper.java
44
private static long
sGlobalFrameCounter
;
70
sGlobalFrameCounter
++;
84
mStartFrame =
sGlobalFrameCounter
;
94
long frameNum =
sGlobalFrameCounter
- mStartFrame;
130
Log.d("FirstFrameAnimatorHelper",
sGlobalFrameCounter
+
131
"(" + (
sGlobalFrameCounter
- mStartFrame) + ") " + mTarget + " dirty? " +
/packages/apps/Launcher2/src/com/android/launcher2/
FirstFrameAnimatorHelper.java
44
private static long
sGlobalFrameCounter
;
75
sGlobalFrameCounter
++;
90
mStartFrame =
sGlobalFrameCounter
;
101
long frameNum =
sGlobalFrameCounter
- mStartFrame;
137
Log.d("FirstFrameAnimatorHelper",
sGlobalFrameCounter
+
138
"(" + (
sGlobalFrameCounter
- mStartFrame) + ") " + mTarget + " dirty? " +
/packages/apps/Launcher3/src/com/android/launcher3/
FirstFrameAnimatorHelper.java
44
private static long
sGlobalFrameCounter
;
75
sGlobalFrameCounter
++;
90
mStartFrame =
sGlobalFrameCounter
;
102
long frameNum =
sGlobalFrameCounter
- mStartFrame;
138
Log.d("FirstFrameAnimatorHelper",
sGlobalFrameCounter
+
139
"(" + (
sGlobalFrameCounter
- mStartFrame) + ") " + mTarget + " dirty? " +
Completed in 70 milliseconds