
public class ItemizedOverlayControlView
extends LinearLayout
| Modifier and Type | Class and Description |
|---|---|
static interface |
ItemizedOverlayControlView.ItemizedOverlayControlViewListener |
| Modifier and Type | Field and Description |
|---|---|
protected ImageButton |
mCenterToButton |
protected ItemizedOverlayControlView.ItemizedOverlayControlViewListener |
mLis |
protected ImageButton |
mNavToButton |
protected ImageButton |
mNextButton |
protected ImageButton |
mPreviousButton |
| Constructor and Description |
|---|
ItemizedOverlayControlView(Context context,
AttributeSet attrs) |
| Modifier and Type | Method and Description |
|---|---|
void |
setItemizedOverlayControlViewListener(ItemizedOverlayControlView.ItemizedOverlayControlViewListener lis) |
void |
setNavToVisible(int pVisibility) |
void |
setNextEnabled(boolean pEnabled) |
void |
setPreviousEnabled(boolean pEnabled) |
protected ImageButton mPreviousButton
protected ImageButton mNextButton
protected ImageButton mCenterToButton
protected ImageButton mNavToButton
protected ItemizedOverlayControlView.ItemizedOverlayControlViewListener mLis
public ItemizedOverlayControlView(Context context,
AttributeSet attrs)
public void setItemizedOverlayControlViewListener(ItemizedOverlayControlView.ItemizedOverlayControlViewListener lis)
public void setNextEnabled(boolean pEnabled)
public void setPreviousEnabled(boolean pEnabled)
public void setNavToVisible(int pVisibility)