Home
last modified time | relevance | path

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

/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/
DMainActivity.java54 current_depth_options.setFocusPoint(0.7f, 0.5f); in onCreate()
109 options.setFocusPoint(0.5f, 0.5f); in onCreate()
125 options.setFocusPoint(0.2f, 0.167f); in onCreate()
137 options.setFocusPoint(0.33f, 0.66f); in onCreate()
DDepthOfFieldOptions.java30 public void setFocusPoint(float x, float y) { in setFocusPoint() method in DepthOfFieldOptions