public class FastScrollPopup
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
void |
animateVisibility(boolean visible)
Animates the visibility of the fast scroller popup.
|
void |
draw(android.graphics.Canvas canvas) |
float |
getAlpha() |
int |
getPopupPosition() |
boolean |
isVisible() |
void |
setAlpha(float alpha) |
void |
setBackgroundSize(int size) |
void |
setBgColor(int color) |
void |
setPopupPosition(int position) |
void |
setSectionName(java.lang.String sectionName) |
void |
setTextColor(int color) |
void |
setTextSize(int size) |
void |
setTypeface(android.graphics.Typeface typeface) |
android.graphics.Rect |
updateFastScrollerBounds(FastScrollRecyclerView recyclerView,
int thumbOffsetY)
Updates the bounds for the fast scroller.
|
public void setBgColor(int color)
public void setTextColor(int color)
public void setTextSize(int size)
public void setBackgroundSize(int size)
public void setTypeface(android.graphics.Typeface typeface)
public void animateVisibility(boolean visible)
public void setAlpha(float alpha)
public float getAlpha()
public void setPopupPosition(int position)
public int getPopupPosition()
public void draw(android.graphics.Canvas canvas)
public void setSectionName(java.lang.String sectionName)
public android.graphics.Rect updateFastScrollerBounds(FastScrollRecyclerView recyclerView, int thumbOffsetY)
public boolean isVisible()