Home
last modified time | relevance | path

Searched refs:yCoordDownPointingTip (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
370 : (yCoordDownPointingTip - viewHeight < 0)) { in showAtLocation()
378 setY(isPointingUp ? yCoordUpPointingTip : yCoordDownPointingTip - viewHeight); in showAtLocation()