Stay organized with collections
Save and categorize content based on your preferences.
VehicleAreaWheel
public
final
class
VehicleAreaWheel
extends Object
java.lang.Object
|
↳ |
android.car.VehicleAreaWheel
|
Object used to indicate area value for car properties which have area type
VehicleAreaType#VEHICLE_AREA_TYPE_WHEEL
.
The constants defined by VehicleAreaWheel
indicate the position for area type
VehicleAreaType#VEHICLE_AREA_TYPE_WHEEL
. A property can have a single or a combination of
positions. Developers can query the position using
CarPropertyManager.getAreaId(int, int)
.
Refer to CarPropertyConfig#getAreaIds()
for more information about areaId.
Summary
Inherited methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
Constants
WHEEL_LEFT_FRONT
public static final int WHEEL_LEFT_FRONT
Constant for left front wheel.
Constant Value:
1
(0x00000001)
WHEEL_LEFT_REAR
public static final int WHEEL_LEFT_REAR
Constant for left rear wheel.
Constant Value:
4
(0x00000004)
WHEEL_RIGHT_FRONT
public static final int WHEEL_RIGHT_FRONT
Constant for right front wheel.
Constant Value:
2
(0x00000002)
WHEEL_RIGHT_REAR
public static final int WHEEL_RIGHT_REAR
Constant for right rear wheel.
Constant Value:
8
(0x00000008)
WHEEL_UNKNOWN
public static final int WHEEL_UNKNOWN
Unknown wheel
Constant Value:
0
(0x00000000)
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-02-17 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-17 UTC."],[],[],null,["# VehicleAreaWheel\n\nSummary: [Constants](#constants) \\| [Inherited Methods](#inhmethods) \n\nVehicleAreaWheel\n================\n\n\n`\npublic\n\nfinal\n\nclass\nVehicleAreaWheel\n`\n\n\n`\n\nextends Object\n\n\n`\n\n`\n\n\n`\n\n|---|------------------------------|\n| java.lang.Object ||\n| ↳ | android.car.VehicleAreaWheel |\n\n\u003cbr /\u003e\n\n*** ** * ** ***\n\nObject used to indicate area value for car properties which have area type\n[VehicleAreaType#VEHICLE_AREA_TYPE_WHEEL](/reference/android/car/VehicleAreaType#VEHICLE_AREA_TYPE_WHEEL).\n\n\nThe constants defined by [VehicleAreaWheel](/reference/android/car/VehicleAreaWheel) indicate the position for area type\n[VehicleAreaType#VEHICLE_AREA_TYPE_WHEEL](/reference/android/car/VehicleAreaType#VEHICLE_AREA_TYPE_WHEEL). A property can have a single or a combination of\npositions. Developers can query the position using\n[CarPropertyManager.getAreaId(int, int)](/reference/android/car/hardware/property/CarPropertyManager#getAreaId(int,%20int)).\n\n\nRefer to [CarPropertyConfig#getAreaIds()](/reference/android/car/hardware/CarPropertyConfig#getAreaIds()) for more information about areaId.\n\n\u003cbr /\u003e\n\nSummary\n-------\n\n| ### Constants ||\n|-------|----------------------------------------------------------------------------------------------------------------|\n| `int` | [WHEEL_LEFT_FRONT](/reference/android/car/VehicleAreaWheel#WHEEL_LEFT_FRONT) Constant for left front wheel. |\n| `int` | [WHEEL_LEFT_REAR](/reference/android/car/VehicleAreaWheel#WHEEL_LEFT_REAR) Constant for left rear wheel. |\n| `int` | [WHEEL_RIGHT_FRONT](/reference/android/car/VehicleAreaWheel#WHEEL_RIGHT_FRONT) Constant for right front wheel. |\n| `int` | [WHEEL_RIGHT_REAR](/reference/android/car/VehicleAreaWheel#WHEEL_RIGHT_REAR) Constant for right rear wheel. |\n| `int` | [WHEEL_UNKNOWN](/reference/android/car/VehicleAreaWheel#WHEEL_UNKNOWN) Unknown wheel |\n\n| ### Inherited methods |\n|-----------------------|---|\n| From class ` java.lang.Object ` |-------------------|-------------------------------| | ` Object` | ` clone() ` | | ` boolean` | ` equals(Object arg0) ` | | ` void` | ` finalize() ` | | ` final Class\u003c?\u003e` | ` getClass() ` | | ` int` | ` hashCode() ` | | ` final void` | ` notify() ` | | ` final void` | ` notifyAll() ` | | ` String` | ` toString() ` | | ` final void` | ` wait(long arg0, int arg1) ` | | ` final void` | ` wait(long arg0) ` | | ` final void` | ` wait() ` | ||\n\nConstants\n---------\n\n### WHEEL_LEFT_FRONT\n\n```\npublic static final int WHEEL_LEFT_FRONT\n```\n\nConstant for left front wheel.\n\n\u003cbr /\u003e\n\nConstant Value:\n\n1\n(0x00000001)\n\n\n### WHEEL_LEFT_REAR\n\n```\npublic static final int WHEEL_LEFT_REAR\n```\n\nConstant for left rear wheel.\n\n\u003cbr /\u003e\n\nConstant Value:\n\n4\n(0x00000004)\n\n\n### WHEEL_RIGHT_FRONT\n\n```\npublic static final int WHEEL_RIGHT_FRONT\n```\n\nConstant for right front wheel.\n\n\u003cbr /\u003e\n\nConstant Value:\n\n2\n(0x00000002)\n\n\n### WHEEL_RIGHT_REAR\n\n```\npublic static final int WHEEL_RIGHT_REAR\n```\n\nConstant for right rear wheel.\n\n\u003cbr /\u003e\n\nConstant Value:\n\n8\n(0x00000008)\n\n\n### WHEEL_UNKNOWN\n\n```\npublic static final int WHEEL_UNKNOWN\n```\n\nUnknown wheel\n\n\u003cbr /\u003e\n\nConstant Value:\n\n0\n(0x00000000)"]]