Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/
DGraphicsEnvironment.java212 if (!debugLayerEnabled(coreSettings, packageName, ai)) { in getDebugLayerPathsFromSettings()
266 private boolean debugLayerEnabled(Bundle coreSettings, String packageName, ApplicationInfo ai) { in debugLayerEnabled() method in GraphicsEnvironment
293 final boolean enabled = debugLayerEnabled(coreSettings, packageName, ai); in setupGpuLayers()