Searched defs:sCompatibilityRestore (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/graphics/java/android/graphics/
H A DCanvas.java49 public static boolean sCompatibilityRestore = false; field in class:Canvas
539 boolean throwOnUnderflow = !sCompatibilityRestore || !isHardwareAccelerated();
565 boolean throwOnUnderflow = !sCompatibilityRestore || !isHardwareAccelerated();

Completed in 81 milliseconds