Home
last modified time | relevance | path

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

/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/
DPlot.java280 protected boolean isHwAccelerationSupported() { in isHwAccelerationSupported() method in Plot
587 if (!isHwAccelerationSupported() && isHardwareAccelerated()) { in onSizeChanged()