Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/
DAssetAtlasService.java75 private static final boolean DEBUG_ATLAS = true; field in AssetAtlasService
221 if (DEBUG_ATLAS) Log.d(LOG_TAG, "Loaded configuration: " + config); in run()
297 if (DEBUG_ATLAS) { in renderAtlas()
357 if (DEBUG_ATLAS) Log.d(LOG_TAG, "Computing best atlas configuration..."); in computeBestConfiguration()
405 if (DEBUG_ATLAS) { in computeBestConfiguration()
665 if (DEBUG_ATLAS) Log.d(LOG_TAG, "Running " + Thread.currentThread().getName()); in run()