public class AttributionLayout
extends java.lang.Object
Constructor and Description |
---|
AttributionLayout(android.graphics.Bitmap logo,
android.graphics.PointF anchorPoint,
boolean shortText) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
android.graphics.PointF |
getAnchorPoint() |
android.graphics.Bitmap |
getLogo() |
int |
hashCode() |
boolean |
isShortText() |
java.lang.String |
toString() |
public AttributionLayout(@Nullable android.graphics.Bitmap logo, @Nullable android.graphics.PointF anchorPoint, boolean shortText)
@Nullable public android.graphics.Bitmap getLogo()
@Nullable public android.graphics.PointF getAnchorPoint()
public boolean isShortText()
public boolean equals(@Nullable java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
@NonNull public java.lang.String toString()
toString
in class java.lang.Object