public final class IAOrientationRequest
extends java.lang.Object
implements android.os.Parcelable
Modifier and Type | Field and Description |
---|---|
static android.os.Parcelable.Creator<IAOrientationRequest> |
CREATOR |
Modifier | Constructor and Description |
---|---|
|
IAOrientationRequest(double heading,
double orientation)
Constructor specifying the sensitivity for heading and orientation updates.
|
protected |
IAOrientationRequest(android.os.Parcel in) |
Modifier and Type | Method and Description |
---|---|
int |
describeContents() |
double |
getHeadingSensitivity()
Get heading update sensitivity in degrees.
|
double |
getOrientationSensitivity()
Get orientation update sensitivity in degrees.
|
void |
writeToParcel(android.os.Parcel dest,
int flags) |
public static final android.os.Parcelable.Creator<IAOrientationRequest> CREATOR
public IAOrientationRequest(double heading, double orientation)
heading
- Heading sensitivity in degrees.orientation
- Orientation sensitivity in degrees.protected IAOrientationRequest(android.os.Parcel in)
public double getHeadingSensitivity()
public double getOrientationSensitivity()
public void writeToParcel(android.os.Parcel dest, int flags)
writeToParcel
in interface android.os.Parcelable
public int describeContents()
describeContents
in interface android.os.Parcelable