Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/
DPipMotionHelper.java282 final PointF targetCenter = target.getCenterOnScreen(); in animateIntoDismissTarget() local
295 final float destinationX = targetCenter.x - (desiredWidth / 2f); in animateIntoDismissTarget()
296 final float destinationY = targetCenter.y - (desiredHeight / 2f); in animateIntoDismissTarget()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip2/phone/
DPipMotionHelper.java274 final PointF targetCenter = target.getCenterOnScreen(); in animateIntoDismissTarget() local
287 final float destinationX = targetCenter.x - (desiredWidth / 2f); in animateIntoDismissTarget()
288 final float destinationY = targetCenter.y - (desiredHeight / 2f); in animateIntoDismissTarget()
/frameworks/base/core/java/android/widget/
DGallery.java562 int targetCenter = getCenterOfGallery(); in scrollIntoSlots() local
564 int scrollAmount = targetCenter - selectedCenter; in scrollIntoSlots()