No examples for this method.
Frequently called with: [Clear]
-1
API Diff Specification | |
To Level: | 9 |
From Level: | 8 |
Generated | 2010.11.19 19:12 |
MotionEvent
The superclass changed from java.lang.Object
to android.view.InputEvent
.
Removed Methods | |
---|---|
MotionEvent obtain(
long,
long
|
Added Methods | |
---|---|
void
addBatch (
long,
PointerCoords[]
|
|
int
getFlags ()
|
|
float
getHistoricalOrientation (
int )
|
|
float
getHistoricalOrientation (
int,
int
|
|
void
getHistoricalPointerCoords (
int,
int
|
|
float
getHistoricalToolMajor (
int )
|
|
float
getHistoricalToolMajor (
int,
int
|
|
float
getHistoricalToolMinor (
int )
|
|
float
getHistoricalToolMinor (
int,
int
|
|
float
getHistoricalTouchMajor (
int )
|
|
float
getHistoricalTouchMajor (
int,
int
|
|
float
getHistoricalTouchMinor (
int )
|
|
float
getHistoricalTouchMinor (
int,
int
|
|
float
getOrientation ()
|
|
float
getOrientation (
int )
|
|
void
getPointerCoords (
int,
PointerCoords
|
|
float
getToolMajor ()
|
|
float
getToolMajor (
int )
|
|
float
getToolMinor ()
|
|
float
getToolMinor (
int )
|
|
float
getTouchMajor ()
|
|
float
getTouchMajor (
int )
|
|
float
getTouchMinor ()
|
|
float
getTouchMinor (
int )
|
|
MotionEvent
obtain (
long,
long
|
|
MotionEvent
obtain (
long,
long
|
Changed Methods | ||
---|---|---|
int
describeContents ()
|
Method was locally defined, but is now inherited from InputEvent . |
|
int
getDeviceId ()
|
Method was locally defined, but is now inherited from InputEvent . |
|
void
recycle ()
|
Change from non-final to final. |
Added Fields | |
---|---|
int
FLAG_WINDOW_IS_OBSCURED
|