
public class SampleCacheDownloaderCustomUI extends BaseSampleFragment implements org.osmdroid.tileprovider.cachemanager.CacheManager.CacheManagerCallback
| Modifier and Type | Field and Description |
|---|---|
(package private) Button |
btnCache |
(package private) EditText |
cache_east |
(package private) TextView |
cache_estimate |
(package private) EditText |
cache_north |
(package private) EditText |
cache_south |
(package private) EditText |
cache_west |
(package private) org.osmdroid.tileprovider.cachemanager.CacheManager.DownloadingTask |
downloadingTask |
(package private) AlertDialog |
downloadPrompt |
(package private) Button |
executeJob |
(package private) org.osmdroid.tileprovider.cachemanager.CacheManager |
mgr |
(package private) ProgressDialog |
progressBar |
(package private) SeekBar |
zoom_max |
(package private) SeekBar |
zoom_min |
mMapView, TAG| Constructor and Description |
|---|
SampleCacheDownloaderCustomUI() |
| Modifier and Type | Method and Description |
|---|---|
void |
addOverlays()
An appropriate place to override and add overlays.
|
void |
afterTextChanged(Editable s) |
void |
beforeTextChanged(CharSequence s,
int start,
int count,
int after) |
void |
downloadStarted() |
String |
getSampleTitle() |
void |
onClick(View v) |
View |
onCreateView(LayoutInflater inflater,
ViewGroup container,
Bundle savedInstanceState) |
void |
onProgressChanged(SeekBar seekBar,
int progress,
boolean fromUser) |
void |
onStartTrackingTouch(SeekBar seekBar) |
void |
onStopTrackingTouch(SeekBar seekBar) |
void |
onTaskComplete() |
void |
onTaskFailed(int errors) |
void |
onTextChanged(CharSequence s,
int start,
int before,
int count) |
void |
setPossibleTilesInArea(int total) |
void |
updateProgress(int progress,
int currentZoomLevel,
int zoomMin,
int zoomMax) |
getmMapView, onActivityCreated, onCreate, onCreateOptionsMenu, onDestroy, onDestroyView, onOptionsItemSelected, onPrepareOptionsMenu, runTestProcedures, skipOnCiTestsProgressDialog progressBar
Button btnCache
Button executeJob
SeekBar zoom_min
SeekBar zoom_max
EditText cache_north
EditText cache_south
EditText cache_east
EditText cache_west
TextView cache_estimate
org.osmdroid.tileprovider.cachemanager.CacheManager mgr
AlertDialog downloadPrompt
org.osmdroid.tileprovider.cachemanager.CacheManager.DownloadingTask downloadingTask
public String getSampleTitle()
getSampleTitle in class BaseSampleFragmentpublic View onCreateView(LayoutInflater inflater,
ViewGroup container,
Bundle savedInstanceState)
onCreateView in class BaseSampleFragmentpublic void addOverlays()
BaseSampleFragmentaddOverlays in class BaseSampleFragmentpublic void onClick(View v)
public void onProgressChanged(SeekBar seekBar,
int progress,
boolean fromUser)
public void onStartTrackingTouch(SeekBar seekBar)
public void onStopTrackingTouch(SeekBar seekBar)
public void beforeTextChanged(CharSequence s, int start, int count, int after)
public void onTextChanged(CharSequence s, int start, int before, int count)
public void afterTextChanged(Editable s)
public void onTaskComplete()
onTaskComplete in interface org.osmdroid.tileprovider.cachemanager.CacheManager.CacheManagerCallbackpublic void updateProgress(int progress,
int currentZoomLevel,
int zoomMin,
int zoomMax)
updateProgress in interface org.osmdroid.tileprovider.cachemanager.CacheManager.CacheManagerCallbackpublic void downloadStarted()
downloadStarted in interface org.osmdroid.tileprovider.cachemanager.CacheManager.CacheManagerCallbackpublic void setPossibleTilesInArea(int total)
setPossibleTilesInArea in interface org.osmdroid.tileprovider.cachemanager.CacheManager.CacheManagerCallbackpublic void onTaskFailed(int errors)
onTaskFailed in interface org.osmdroid.tileprovider.cachemanager.CacheManager.CacheManagerCallback