Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/popup/
DArrowPopup.java473 int arrowCenterY = mIsAboveIcon ? getMeasuredHeight() : 0; in createOpenCloseOutlineProvider() local
475 mStartRect.set(arrowCenterX - halfArrowWidth, arrowCenterY, arrowCenterX + halfArrowWidth, in createOpenCloseOutlineProvider()
476 arrowCenterY); in createOpenCloseOutlineProvider()