Advertisement
Guest User

Untitled

a guest
Jun 27th, 2017
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.09 KB | None | 0 0
  1. frameworks/base/services/java/com/android/server/InputDevice.java:837: cannot find symbol
  2. symbol : variable x
  3. location: class com.android.server.InputDevice.MotionState
  4. (device.tInfo.x1 * x +
  5. ^
  6. frameworks/base/services/java/com/android/server/InputDevice.java:838: cannot find symbol
  7. symbol : variable y
  8. location: class com.android.server.InputDevice.MotionState
  9. device.tInfo.y1 * y +
  10. ^
  11. frameworks/base/services/java/com/android/server/InputDevice.java:843: cannot find symbol
  12. symbol : variable x
  13. location: class com.android.server.InputDevice.MotionState
  14. (device.tInfo.x2 * x +
  15. ^
  16. frameworks/base/services/java/com/android/server/InputDevice.java:844: cannot find symbol
  17. symbol : variable y
  18. location: class com.android.server.InputDevice.MotionState
  19. device.tInfo.y2 * y +
  20. ^
  21. ProGuard, version 4.4
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement