OsmAnd
|
Classes | |
class | DownloadEntry |
class | DownloadIndexAdapter |
class | DownloadIndexesAsyncTask |
class | DownloadIndexListThread |
class | IndexItemCategory |
Public Member Functions | |
boolean | onPrepareOptionsMenu (Menu menu) |
boolean | onOptionsItemSelected (MenuItem item) |
ExpandableListView | getListView () |
ExpandableListAdapter | getListAdapter () |
boolean | onChildClick (ExpandableListView parent, View v, int groupPosition, int childPosition, long id) |
List< IndexItemCategory > | categorizeIndexItems (Collection< IndexItem > indexItems) |
Static Public Attributes | |
static final String | FILTER_KEY = "filter" |
Protected Member Functions | |
void | onCreate (Bundle savedInstanceState) |
Dialog | onCreateDialog (int id) |
void | onPrepareDialog (int id, Dialog dialog) |
void | downloadFilesCheckFreeVersion () |
void | downloadFilesPreCheckSpace () |
void | onDestroy () |
Static Protected Attributes | |
static final int | DIALOG_MAP_VERSION_UPDATE = 0 |
static final int | DIALOG_PROGRESS_FILE = 1 |
static final int | DIALOG_PROGRESS_LIST = 2 |
List<IndexItemCategory> net.osmand.plus.activities.DownloadIndexActivity.categorizeIndexItems | ( | Collection< IndexItem > | indexItems | ) |
void net.osmand.plus.activities.DownloadIndexActivity.downloadFilesCheckFreeVersion | ( | ) | [protected] |
void net.osmand.plus.activities.DownloadIndexActivity.downloadFilesPreCheckSpace | ( | ) | [protected] |
ExpandableListAdapter net.osmand.plus.activities.DownloadIndexActivity.getListAdapter | ( | ) |
ExpandableListView net.osmand.plus.activities.DownloadIndexActivity.getListView | ( | ) |
boolean net.osmand.plus.activities.DownloadIndexActivity.onChildClick | ( | ExpandableListView | parent, |
View | v, | ||
int | groupPosition, | ||
int | childPosition, | ||
long | id | ||
) |
void net.osmand.plus.activities.DownloadIndexActivity.onCreate | ( | Bundle | savedInstanceState | ) | [protected] |
Dialog net.osmand.plus.activities.DownloadIndexActivity.onCreateDialog | ( | int | id | ) | [protected] |
void net.osmand.plus.activities.DownloadIndexActivity.onDestroy | ( | ) | [protected] |
boolean net.osmand.plus.activities.DownloadIndexActivity.onOptionsItemSelected | ( | MenuItem | item | ) |
void net.osmand.plus.activities.DownloadIndexActivity.onPrepareDialog | ( | int | id, |
Dialog | dialog | ||
) | [protected] |
boolean net.osmand.plus.activities.DownloadIndexActivity.onPrepareOptionsMenu | ( | Menu | menu | ) |
final int net.osmand.plus.activities.DownloadIndexActivity.DIALOG_MAP_VERSION_UPDATE = 0 [static, protected] |
dialogs
final int net.osmand.plus.activities.DownloadIndexActivity.DIALOG_PROGRESS_FILE = 1 [static, protected] |
final int net.osmand.plus.activities.DownloadIndexActivity.DIALOG_PROGRESS_LIST = 2 [static, protected] |
final String net.osmand.plus.activities.DownloadIndexActivity.FILTER_KEY = "filter" [static] |