Merge "Fix order of initialization arguments for obtained MotionEvents." into mnc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
cc87cfa29c
@@ -370,7 +370,7 @@ static jlong android_view_MotionEvent_nativeInitialize(JNIEnv* env, jclass clazz
|
||||
env->DeleteLocalRef(pointerCoordsObj);
|
||||
}
|
||||
|
||||
event->initialize(deviceId, source, action, flags, edgeFlags, metaState, buttonState, 0,
|
||||
event->initialize(deviceId, source, action, 0, flags, edgeFlags, metaState, buttonState,
|
||||
xOffset, yOffset, xPrecision, yPrecision,
|
||||
downTimeNanos, eventTimeNanos, pointerCount, pointerProperties, rawPointerCoords);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user