Searched refs:targetCenter (Results 1 – 3 of 3) sorted by relevance
282 final PointF targetCenter = target.getCenterOnScreen(); in animateIntoDismissTarget() local295 final float destinationX = targetCenter.x - (desiredWidth / 2f); in animateIntoDismissTarget()296 final float destinationY = targetCenter.y - (desiredHeight / 2f); in animateIntoDismissTarget()
274 final PointF targetCenter = target.getCenterOnScreen(); in animateIntoDismissTarget() local287 final float destinationX = targetCenter.x - (desiredWidth / 2f); in animateIntoDismissTarget()288 final float destinationY = targetCenter.y - (desiredHeight / 2f); in animateIntoDismissTarget()
562 int targetCenter = getCenterOfGallery(); in scrollIntoSlots() local564 int scrollAmount = targetCenter - selectedCenter; in scrollIntoSlots()