OsmAnd
|
Public Member Functions | |
BusyIndicator (Context ctx, View bar) | |
boolean | isVisible () |
int | getStatus () |
void | updateStatus (int status) |
Static Public Attributes | |
static final int | STATUS_INVISIBLE = 0 |
static final int | STATUS_GREEN = 1 |
static final int | STATUS_BLUE = 2 |
static final int | STATUS_BLACK = 3 |
net.osmand.plus.BusyIndicator.BusyIndicator | ( | Context | ctx, |
View | bar | ||
) |
boolean net.osmand.plus.BusyIndicator.isVisible | ( | ) |
void net.osmand.plus.BusyIndicator.updateStatus | ( | int | status | ) |
status | - 0 invisible 1 |
final int net.osmand.plus.BusyIndicator.STATUS_BLACK = 3 [static] |
final int net.osmand.plus.BusyIndicator.STATUS_BLUE = 2 [static] |
final int net.osmand.plus.BusyIndicator.STATUS_GREEN = 1 [static] |
final int net.osmand.plus.BusyIndicator.STATUS_INVISIBLE = 0 [static] |