
public class SampleCacheDownloader extends BaseSampleFragment
| Modifier and Type | Field and Description |
|---|---|
(package private) AlertDialog |
alertDialog |
(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) AlertDialog |
downloadPrompt |
(package private) Button |
executeJob |
(package private) org.osmdroid.tileprovider.cachemanager.CacheManager |
mgr |
(package private) SeekBar |
zoom_max |
(package private) SeekBar |
zoom_min |
mMapView, TAG| Constructor and Description |
|---|
SampleCacheDownloader() |
| 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) |
String |
getSampleTitle() |
void |
onClick(View v) |
View |
onCreateView(LayoutInflater inflater,
ViewGroup container,
Bundle savedInstanceState) |
void |
onPause() |
void |
onProgressChanged(SeekBar seekBar,
int progress,
boolean fromUser) |
void |
onStartTrackingTouch(SeekBar seekBar) |
void |
onStopTrackingTouch(SeekBar seekBar) |
void |
onTextChanged(CharSequence s,
int start,
int before,
int count) |
void |
runTestProcedures()
optional place to put automated test procedures, used during the connectCheck tests
this is called OFF of the UI thread.
|
getmMapView, onActivityCreated, onCreate, onCreateOptionsMenu, onDestroy, onDestroyView, onOptionsItemSelected, onPrepareOptionsMenu, skipOnCiTestsButton 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
AlertDialog alertDialog
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 onPause()
public void runTestProcedures()
BaseSampleFragmentrunTestProcedures in class BaseSampleFragment