OsmAnd
|
Public Member Functions | |
DayNightMode (int key) | |
String | toHumanString (Context ctx) |
boolean | isSensor () |
boolean | isAuto () |
boolean | isDay () |
boolean | isNight () |
Static Public Member Functions | |
static DayNightMode[] | possibleValues (Context context) |
Public Attributes | |
AUTO = (R.string.daynight_mode_auto) | |
DAY = (R.string.daynight_mode_day) | |
NIGHT = (R.string.daynight_mode_night) | |
SENSOR = (R.string.daynight_mode_sensor) |
static DayNightMode [] net.osmand.plus.OsmandSettings.DayNightMode.possibleValues | ( | Context | context | ) | [static] |
String net.osmand.plus.OsmandSettings.DayNightMode.toHumanString | ( | Context | ctx | ) |
net.osmand.plus.OsmandSettings.DayNightMode.AUTO = (R.string.daynight_mode_auto) |
net.osmand.plus.OsmandSettings.DayNightMode.DAY = (R.string.daynight_mode_day) |
net.osmand.plus.OsmandSettings.DayNightMode.NIGHT = (R.string.daynight_mode_night) |
net.osmand.plus.OsmandSettings.DayNightMode.SENSOR = (R.string.daynight_mode_sensor) |