Searched refs:arrowXCoord (Results 1 – 1 of 1) sorted by relevance
/packages/apps/Launcher3/src/com/android/launcher3/views/ |
D | ArrowTipView.java | 260 @Nullable public ArrowTipView showAtLocation(String text, @Px int arrowXCoord, @Px int yCoord) { in showAtLocation() argument 263 arrowXCoord, in showAtLocation() 281 String text, @Px int arrowXCoord, @Px int yCoord, boolean shouldAutoClose) { in showAtLocation() argument 284 arrowXCoord, in showAtLocation() 302 String text, @Px int arrowXCoord, Rect rect, @Px int margin) { in showAroundRect() argument 305 arrowXCoord, in showAroundRect() 325 @Nullable private ArrowTipView showAtLocation(String text, @Px int arrowXCoord, in showAtLocation() argument 351 if (arrowXCoord - halfWidth < minViewMargin) { in showAtLocation() 355 } else if (arrowXCoord + halfWidth > parentViewWidth - minViewMargin) { in showAtLocation() 361 xCoord = arrowXCoord - halfWidth; in showAtLocation() [all …]
|