Home
last modified time | relevance | path

Searched refs:sLastCheck (Results 1 – 1 of 1) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/descriptors/
DCustomViewDescriptorService.java561 if (now - sLastCheck < 1000) { in syncAttributes()
564 sLastCheck = now; in syncAttributes()
620 private static long sLastCheck; field in CustomViewDescriptorService