Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/view/
H A DView.java25198 public void transformFromViewToWindowSpace(@Size(2) int[] inOutLocation) { in transformFromViewToWindowSpace() argument
25199 if (inOutLocation == null || inOutLocation.length < 2) { in transformFromViewToWindowSpace()
25205 inOutLocation[0] = inOutLocation[1] = 0; in transformFromViewToWindowSpace()
25210 position[0] = inOutLocation[0]; in transformFromViewToWindowSpace()
25211 position[1] = inOutLocation[1]; in transformFromViewToWindowSpace()
25243 inOutLocation[0] = Math.round(position[0]); in transformFromViewToWindowSpace()
25244 inOutLocation[1] = Math.round(position[1]); in transformFromViewToWindowSpace()