Home
last modified time | relevance | path

Searched defs:findY (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/include/media/
DInterpolator.h69 T findY(S x) { // logically const, but modifies cache in findY() function
/frameworks/base/core/java/com/android/internal/policy/
DPipSnapAlgorithm.java194 private int findY(float slope, float yIntercept, float x) { in findY() method in PipSnapAlgorithm