Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DView.java27436 public void transformFromViewToWindowSpace(@Size(2) int[] inOutLocation) { in transformFromViewToWindowSpace() argument
27437 if (inOutLocation == null || inOutLocation.length < 2) { in transformFromViewToWindowSpace()
27443 inOutLocation[0] = inOutLocation[1] = 0; in transformFromViewToWindowSpace()
27448 position[0] = inOutLocation[0]; in transformFromViewToWindowSpace()
27449 position[1] = inOutLocation[1]; in transformFromViewToWindowSpace()
27481 inOutLocation[0] = Math.round(position[0]); in transformFromViewToWindowSpace()
27482 inOutLocation[1] = Math.round(position[1]); in transformFromViewToWindowSpace()