Home
last modified time | relevance | path

Searched refs:CACHE_ENABLED (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/properties/
DPropertyFactory.java84 private static final boolean CACHE_ENABLED = true || !LintUtils.assertionsEnabled(); field in PropertyFactory
86 if (!CACHE_ENABLED) {
159 if (!CACHE_ENABLED) { in getProperties()