Skip to content

Commit

Permalink
[TooltipDrawable] Add @hide to Javadoc since the class is restricted
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 463655787
(cherry picked from commit 686bf5c)
  • Loading branch information
dsn5ft authored and drchen committed Aug 4, 2022
1 parent 04fed55 commit b3a792c
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -60,6 +60,8 @@
*
* <p>Note: {@link #setRelativeToView(View)} should be called so {@code TooltipDrawable} can
* calculate where it is being drawn within the visible display.
*
* @hide
*/
@RestrictTo(LIBRARY_GROUP)
public class TooltipDrawable extends MaterialShapeDrawable implements TextDrawableDelegate {
Expand Down

0 comments on commit b3a792c

Please sign in to comment.