• amirh's avatar
    Fix touch event conversion bugs. (#19780) · 1269863d
    amirh authored
    These are bugs uncovered by the integration test for embedded Android
    views:
    
      * Some PointerEvents were constructed with radiusMinor set to
      radiusMajor.
      * Some PointerEvents were missing radiusMajor/radiusMinor.
      * The pressure parameter was not passed to PointerUpEvent.
      * radiusMin, radiusMax, radiusMinor, and radiusMajor were not
      converted from physical pixels to logical.
    
    Sending the fixes without a test as the bugs are covered by the integration
    test that is going to land soon.
    1269863d
Name
Last commit
Last update
..
arena.dart Loading commit data...
binding.dart Loading commit data...
constants.dart Loading commit data...
converter.dart Loading commit data...
debug.dart Loading commit data...
drag.dart Loading commit data...
drag_details.dart Loading commit data...
events.dart Loading commit data...
hit_test.dart Loading commit data...
long_press.dart Loading commit data...
lsq_solver.dart Loading commit data...
monodrag.dart Loading commit data...
multidrag.dart Loading commit data...
multitap.dart Loading commit data...
pointer_router.dart Loading commit data...
recognizer.dart Loading commit data...
scale.dart Loading commit data...
tap.dart Loading commit data...
team.dart Loading commit data...
velocity_tracker.dart Loading commit data...