public abstract class SmartTabIndicationInterpolator extends Object
| 修飾子とタイプ | クラスと説明 |
|---|---|
static class |
SmartTabIndicationInterpolator.LinearIndicationInterpolator |
static class |
SmartTabIndicationInterpolator.SmartIndicationInterpolator |
| 修飾子とタイプ | フィールドと説明 |
|---|---|
static SmartTabIndicationInterpolator |
LINEAR |
static SmartTabIndicationInterpolator |
SMART |
| コンストラクタと説明 |
|---|
SmartTabIndicationInterpolator() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
abstract float |
getLeftEdge(float offset) |
abstract float |
getRightEdge(float offset) |
float |
getThickness(float offset) |
static SmartTabIndicationInterpolator |
of(int id) |
public static final SmartTabIndicationInterpolator SMART
public static final SmartTabIndicationInterpolator LINEAR
public static SmartTabIndicationInterpolator of(int id)
public abstract float getLeftEdge(float offset)
public abstract float getRightEdge(float offset)
public float getThickness(float offset)