public class SeekBarControl
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static interface |
SeekBarControl.Subject |
Modifier and Type | Field and Description |
---|---|
protected android.content.Context |
_context |
protected MapView |
_mapView |
protected SeekBarControl.Subject |
subject |
protected long |
timeout |
Modifier | Constructor and Description |
---|---|
protected |
SeekBarControl() |
Modifier and Type | Method and Description |
---|---|
static void |
dismiss() |
void |
hideControl() |
void |
onMapViewResized(AtakMapView view) |
protected void |
resetHideTimer() |
protected void |
setSubject(SeekBarControl.Subject subject) |
protected void |
show(long timeout) |
static void |
show(SeekBarControl.Subject subject,
long timeout) |
protected void |
startHideTimer() |
protected void |
stopHideTimer() |
protected final MapView _mapView
protected final android.content.Context _context
protected SeekBarControl.Subject subject
protected long timeout
protected void show(long timeout)
public void onMapViewResized(AtakMapView view)
protected void setSubject(SeekBarControl.Subject subject)
public void hideControl()
protected void stopHideTimer()
protected void startHideTimer()
protected void resetHideTimer()
public static void show(SeekBarControl.Subject subject, long timeout)
public static void dismiss()