Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
H A DTaskView.java501 protected void computeAndSetIconTouchDelegate(IconView iconView, float[] tempCenterCoords, in computeAndSetIconTouchDelegate() argument
504 tempCenterCoords[0] = tempCenterCoords[1] = iconHalfSize; in computeAndSetIconTouchDelegate()
505 getDescendantCoordRelativeToAncestor(iconView, mActivity.getDragLayer(), tempCenterCoords, in computeAndSetIconTouchDelegate()
508 (int) (tempCenterCoords[0] - iconHalfSize), in computeAndSetIconTouchDelegate()
509 (int) (tempCenterCoords[1] - iconHalfSize), in computeAndSetIconTouchDelegate()
510 (int) (tempCenterCoords[0] + iconHalfSize), in computeAndSetIconTouchDelegate()
511 (int) (tempCenterCoords[1] + iconHalfSize)); in computeAndSetIconTouchDelegate()