Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DTaskView.java470 float chipHalfWidth = mContextualChipWrapper.getWidth() / 2f; in computeAndSetChipTouchDelegate() local
472 mChipCenterCoords[0] = chipHalfWidth; in computeAndSetChipTouchDelegate()
478 (int) (mChipCenterCoords[0] - chipHalfWidth), in computeAndSetChipTouchDelegate()
480 (int) (mChipCenterCoords[0] + chipHalfWidth), in computeAndSetChipTouchDelegate()