Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/views/
DArrowTipView.java326 @Px int yCoordDownPointingTip, @Px int yCoordUpPointingTip, boolean shouldAutoClose) { in showAtLocation() argument
369 ? (yCoordUpPointingTip + viewHeight > parentViewHeight) in showAtLocation()
378 setY(isPointingUp ? yCoordUpPointingTip : yCoordDownPointingTip - viewHeight); in showAtLocation()