Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/magnetictarget/
H A DMagnetizedObject.kt604 private val tempLoc = IntArray(2) regex
608 targetView.getLocationOnScreen(tempLoc)
613 tempLoc[0] + targetView.width / 2f - targetView.translationX,
614 tempLoc[1] + targetView.height / 2f - targetView.translationY)