Home
last modified time | relevance | path

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

/packages/apps/Camera2/src/com/android/camera/ui/motion/
DLinearScale.java30 public LinearScale(float domainA, float domainB, float rangeA, float rangeB) { in LinearScale() argument
31 mDomainA = domainA; in LinearScale()