Home
last modified time | relevance | path

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

/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/
DRefocusFilter.java73 blurStack.getLayerInfo(blurStack.getFocusLayer())); in compute()
102 LayerInfo layerInfo = blurStack.getLayerInfo(targetLayer); in processLayersFromBackToFocus()
145 LayerInfo layerInfo = blurStack.getLayerInfo(targetLayer); in processLayersFromFrontToFocus()
DBlurStack.java96 public LayerInfo getLayerInfo(int layer) { in getLayerInfo() method in BlurStack