Merge branch 'readonly-p4-donut' into donut
This commit is contained in:
committed by
The Android Open Source Project
commit
d4ed049672
@@ -225,6 +225,7 @@ public final class MotionEvent implements Parcelable {
|
|||||||
mSize *= scale;
|
mSize *= scale;
|
||||||
mXPrecision *= scale;
|
mXPrecision *= scale;
|
||||||
mYPrecision *= scale;
|
mYPrecision *= scale;
|
||||||
|
if (mHistory != null) {
|
||||||
float[] history = mHistory;
|
float[] history = mHistory;
|
||||||
int length = history.length;
|
int length = history.length;
|
||||||
for (int i = 0; i < length; i++) {
|
for (int i = 0; i < length; i++) {
|
||||||
@@ -232,6 +233,7 @@ public final class MotionEvent implements Parcelable {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Create a new MotionEvent, copying from an existing one.
|
* Create a new MotionEvent, copying from an existing one.
|
||||||
|
|||||||
Reference in New Issue
Block a user