OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sStaticValuesDirty
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Launcher2/src/com/android/launcher2/
FolderIcon.java
55
private static boolean
sStaticValuesDirty
= true;
159
sStaticValuesDirty
= true;
188
if (
sStaticValuesDirty
) {
194
sStaticValuesDirty
= false;
/packages/apps/Launcher3/src/com/android/launcher3/
FolderIcon.java
55
private static boolean
sStaticValuesDirty
= true;
183
sStaticValuesDirty
= true;
208
if (
sStaticValuesDirty
) {
221
sStaticValuesDirty
= false;
Completed in 22 milliseconds