Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/graphics/drawable/
DBackgroundBlurDrawable.java380 BlurRegion[] blurRegionsForFrame, boolean forceUpdate) { in getBlurRegionsForFrameLocked() argument
400 Log.d(TAG, "Dispatching " + blurRegionsForFrame.length + " blur regions:"); in getBlurRegionsForFrameLocked()
403 final float[][] blurRegionsArray = new float[blurRegionsForFrame.length][]; in getBlurRegionsForFrameLocked()
405 blurRegionsArray[i] = blurRegionsForFrame[i].toFloatArray(); in getBlurRegionsForFrameLocked()
407 Log.d(TAG, blurRegionsForFrame[i].toString()); in getBlurRegionsForFrameLocked()