Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DView.java22536 public void transformFromViewToWindowSpace(@Size(2) int[] inOutLocation) { in transformFromViewToWindowSpace() argument
22537 if (inOutLocation == null || inOutLocation.length < 2) { in transformFromViewToWindowSpace()
22543 inOutLocation[0] = inOutLocation[1] = 0; in transformFromViewToWindowSpace()
22548 position[0] = inOutLocation[0]; in transformFromViewToWindowSpace()
22549 position[1] = inOutLocation[1]; in transformFromViewToWindowSpace()
22581 inOutLocation[0] = Math.round(position[0]); in transformFromViewToWindowSpace()
22582 inOutLocation[1] = Math.round(position[1]); in transformFromViewToWindowSpace()