mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-20 11:18:21 +00:00
Moving OrientationTouchTransformerTest to instrumentation tests
Bug: 196825541 Test: Presubmit Change-Id: Ifb0b00f789214a8dde246ab13703211d536364af
This commit is contained in:
@@ -462,7 +462,7 @@ class OrientationTouchTransformer {
|
||||
+ "mRotation: " + mRotation
|
||||
+ " this: " + this);
|
||||
}
|
||||
event.transform(mTmpMatrix);
|
||||
event.applyTransform(mTmpMatrix);
|
||||
return true;
|
||||
}
|
||||
mTmpPoint[0] = event.getX();
|
||||
@@ -478,7 +478,7 @@ class OrientationTouchTransformer {
|
||||
}
|
||||
|
||||
if (contains(mTmpPoint[0], mTmpPoint[1])) {
|
||||
event.transform(mTmpMatrix);
|
||||
event.applyTransform(mTmpMatrix);
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user