Skip navigation links
A E G I O R S T U V 

A

acceptsConfiguration(Bundle) - Method in class interdroid.swancore.swanmain.SensorInfo
Checks if this sensor accepts the given configuration.
ACTION_NEW_TRISTATE - Static variable in class interdroid.swancore.swanmain.ExpressionManager
Action to filter on with a broadcast receiver that indicates the arrival of a new tristate for a TristateExpression.
ACTION_NEW_VALUES - Static variable in class interdroid.swancore.swanmain.ExpressionManager
Action to filter on with a broadcast receiver that indicates the arrival of new values for a ValueExpression.
ACTION_REGISTER - Static variable in class interdroid.swancore.swanmain.ExpressionManager
Action to be used to register an Expression with an Intent.
ACTION_UNREGISTER - Static variable in class interdroid.swancore.swanmain.ExpressionManager
Action to be used to unregister an Expression with an Intent.

E

ExpressionListener - Interface in interdroid.swancore.swanmain
Generic listener for both TriStateExpression expressions and ValueExpression expressions.
ExpressionManager - Class in interdroid.swancore.swanmain
 
ExpressionManager() - Constructor for class interdroid.swancore.swanmain.ExpressionManager
 
EXTRA_INTENT_TYPE - Static variable in class interdroid.swancore.swanmain.ExpressionManager
The extra key that can be used with ExpressionManager.registerExpression(Context, String, Expression, Intent, Intent, Intent, Intent) intents to indicate what type the intents are.
EXTRA_NEW_TRISTATE - Static variable in class interdroid.swancore.swanmain.ExpressionManager
The extra key that contains the new TriState.
EXTRA_NEW_TRISTATE_TIMESTAMP - Static variable in class interdroid.swancore.swanmain.ExpressionManager
The extra key that contains the timestamp of when the evaluation resulting in the TriState happened.
EXTRA_NEW_VALUES - Static variable in class interdroid.swancore.swanmain.ExpressionManager
The extra key that contains the Parcelable[] with the new TimestampedValues.

G

getAuthority() - Method in class interdroid.swancore.swanmain.SensorInfo
 
getConfigurationIntent() - Method in class interdroid.swancore.swanmain.SensorInfo
Returns an intent with component.getClassName() + "$ConfigurationActivity" for launching the sensors configuration activity.
getEntity() - Method in class interdroid.swancore.swanmain.SensorInfo
 
getIcon() - Method in class interdroid.swancore.swanmain.SensorInfo
 
getIntent() - Method in class interdroid.swancore.swanmain.SensorInfo
Returns an intent to launch this sensor.
getMax() - Method in class interdroid.swancore.util.SeekBarPreference
 
getProgress() - Method in class interdroid.swancore.util.SeekBarPreference
 
getSensor(Context, String) - Static method in class interdroid.swancore.swanmain.ExpressionManager
Returns the information about a sensor with a specific name or throws a SwanException if the sensor is not installed on the device.
getSensors(Context) - Static method in class interdroid.swancore.swanmain.ExpressionManager
Returns all the information about the sensors known to SWAN.
getUnits() - Method in class interdroid.swancore.swanmain.SensorInfo
 
getValuePaths() - Method in class interdroid.swancore.swanmain.SensorInfo
 

I

INTENT_TYPE_ACTIVITY - Static variable in class interdroid.swancore.swanmain.ExpressionManager
Extra value for key ExpressionManager.EXTRA_INTENT_TYPE that indicates that the intent should start an activity
INTENT_TYPE_BROADCAST - Static variable in class interdroid.swancore.swanmain.ExpressionManager
Extra value for key ExpressionManager.EXTRA_INTENT_TYPE that indicates that the intent should be broadcast
INTENT_TYPE_SERVICE - Static variable in class interdroid.swancore.swanmain.ExpressionManager
Extra value for key ExpressionManager.EXTRA_INTENT_TYPE that indicates that the intent should start a service
interdroid.swancore.swanmain - package interdroid.swancore.swanmain
 
interdroid.swancore.util - package interdroid.swancore.util
 

O

onBindDialogView(View) - Method in class interdroid.swancore.util.SeekBarPreference
 
onBindDialogView(View) - Method in class interdroid.swancore.util.TimePreference
 
onCreateDialogView() - Method in class interdroid.swancore.util.SeekBarPreference
 
onCreateDialogView() - Method in class interdroid.swancore.util.TimePreference
 
onNewState(String, long, TriState) - Method in interface interdroid.swancore.swanmain.TriStateExpressionListener
This method will be invoked when the Expression with the given id changes state to a new TriState.
onNewValues(String, TimestampedValue[]) - Method in interface interdroid.swancore.swanmain.ValueExpressionListener
This method will be invoked when a ValueExpression produces new values.
onProgressChanged(SeekBar, int, boolean) - Method in class interdroid.swancore.util.SeekBarPreference
 
onSetInitialValue(boolean, Object) - Method in class interdroid.swancore.util.SeekBarPreference
 
onSetInitialValue(boolean, Object) - Method in class interdroid.swancore.util.TimePreference
 
onStartTrackingTouch(SeekBar) - Method in class interdroid.swancore.util.SeekBarPreference
 
onStopTrackingTouch(SeekBar) - Method in class interdroid.swancore.util.SeekBarPreference
 
onTimeChanged(TimePicker, int, int) - Method in class interdroid.swancore.util.TimePreference
 

R

registerExpression(Context, String, Expression, ExpressionListener) - Static method in class interdroid.swancore.swanmain.ExpressionManager
Registers an Expression for evaluation.
registerTriStateExpression(Context, String, TriStateExpression, TriStateExpressionListener) - Static method in class interdroid.swancore.swanmain.ExpressionManager
Registers a TriStateExpression for evaluation.
registerTriStateExpression(Context, String, TriStateExpression, Intent, Intent, Intent) - Static method in class interdroid.swancore.swanmain.ExpressionManager
Registers a TriStateExpression for evaluation.
registerValueExpression(Context, String, ValueExpression, ValueExpressionListener) - Static method in class interdroid.swancore.swanmain.ExpressionManager
Registers a ValueExpression for evaluation.
registerValueExpression(Context, String, TriStateExpression, Intent) - Static method in class interdroid.swancore.swanmain.ExpressionManager
Registers a ValueExpression for evaluation.

S

SeekBarPreference - Class in interdroid.swancore.util
 
SeekBarPreference(Context, AttributeSet) - Constructor for class interdroid.swancore.util.SeekBarPreference
 
SensorConfigurationException - Exception in interdroid.swancore.swanmain
Thrown when a sensor is not configured properly.
SensorConfigurationException(String) - Constructor for exception interdroid.swancore.swanmain.SensorConfigurationException
Construct this type of exception.
SensorInfo - Class in interdroid.swancore.swanmain
Stores and keeps tracks of sensor service information.
SensorInfo(ComponentName, Bundle, Drawable) - Constructor for class interdroid.swancore.swanmain.SensorInfo
Construct information about a sensor.
setMax(int) - Method in class interdroid.swancore.util.SeekBarPreference
 
setProgress(int) - Method in class interdroid.swancore.util.SeekBarPreference
 
SwanException - Exception in interdroid.swancore.swanmain
Exception thrown by the ContextManager.
SwanException(String) - Constructor for exception interdroid.swancore.swanmain.SwanException
Instantiates a new context framework exception.
SwanException(Exception) - Constructor for exception interdroid.swancore.swanmain.SwanException
Instantiates a new context framework exception.

T

TimePreference - Class in interdroid.swancore.util
 
TimePreference(Context, AttributeSet) - Constructor for class interdroid.swancore.util.TimePreference
 
toString() - Method in class interdroid.swancore.swanmain.SensorInfo
 
TriStateExpressionListener - Interface in interdroid.swancore.swanmain
 

U

unregisterExpression(Context, String) - Static method in class interdroid.swancore.swanmain.ExpressionManager
Unregisters a previously registered Expression for evaluation.

V

ValueExpressionListener - Interface in interdroid.swancore.swanmain
 
A E G I O R S T U V 
Skip navigation links