Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
H A DTaskView.java503 float iconHalfSize = iconView.getWidth() / 2f; in computeAndSetIconTouchDelegate() local
504 tempCenterCoords[0] = tempCenterCoords[1] = iconHalfSize; 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()