chunhtai
70f7ef0c05
Reland Apply dpr transform to fuchsia accessibility bridge ( #21459 )
...
* Reland "Apply dpr transform to fuchsia accessibility bridge (#21364 )"
This reverts commit 9db9a57a24ebb749f6372d2380db97d303191ce4.
* fix test
2020-09-28 12:50:53 -07:00
Zachary Anderson
9db9a57a24
Revert "Apply dpr transform to fuchsia accessibility bridge ( #21364 )" ( #21458 )
...
This reverts commit cf1fbf27195a8ee62758483898e0903622d091a3.
2020-09-28 09:42:50 -07:00
chunhtai
cf1fbf2719
Apply dpr transform to fuchsia accessibility bridge ( #21364 )
...
* Apply dpr transform to fuchsia accessibility bridge
* fix format
* addressing comment
* fix typo
2020-09-28 09:24:02 -07:00
lucasradaelli
9371aabe33
[a11y] Flutter sends node roles as part of Fuchsia semantics updates. ( #21329 )
2020-09-22 13:57:02 -07:00
Alexander Brusher
30b829e7ed
Populates fuchsia node actions in semantics updates. ( #20451 )
2020-09-03 14:38:36 -07:00
Jim Graham
96efe39272
Revert "Adds fuchsia node roles to accessibility bridge updates. ( #20385 )" ( #20936 )
...
This reverts commit 58a62076559585b167c89531dfb81092d744a552.
2020-09-01 21:21:07 -07:00
Alexander Brusher
58a6207655
Adds fuchsia node roles to accessibility bridge updates. ( #20385 )
2020-09-01 13:33:02 -07:00
Brian Osman
fb208b486e
Convert semantics_node from SkMatrix44 to SkM44 ( #17763 )
...
* Convert semantics_node from SkMatrix44 to SkM44
2020-04-17 07:24:40 -04:00
Alexander Brusher
537eb77379
Update node fields fix ( #16428 )
...
* Modifies accessibility bridge to populate new node fields in semantics API.
* Adds additional UTs and fixes logic for breaking up updates for nodes with large values.
* Chaged tests to set node flags using bitwise-or instead of addition.
* Address bug in update size arithmetic.
* Fixes issue in TruncatesLargeValue unit test causing unexpected deletes.
* Fixes expected number of updates in BatchesLargeMessages unit test to reflect expected values now that node states are populated.
2020-02-07 13:24:36 -08:00
Dan Field
e24ec598e0
Fuchsia a11y actions ( #16321 )
2020-02-04 19:01:19 -08:00
Dan Field
f2ade05de2
Revert "Modifies accessibility bridge to populate new node fields in semantic… ( #15116 )" ( #16323 )
...
This reverts commit 4a55b4fd2500bf96de93c4feb4172d88b93d52c3.
2020-01-31 23:31:27 -08:00
Alexander Brusher
4a55b4fd25
Modifies accessibility bridge to populate new node fields in semantic… ( #15116 )
2020-01-29 10:38:21 -08:00
Dan Field
c3e2c0f32b
[fuchsia] HitTesting for fuchsia a11y ( #15570 )
2020-01-22 01:12:37 -08:00
Ian McKellar
f0371e2f8f
Work around Fuchsia a11y / ICU name conflict ( #13885 )
...
ICU #defines TRUE and FALSE but these are used as enum member name by
the Fuchsia i18n FIDL library. This #undefs TRUE and FALSE before
including the generated FIDL header.
Fixes https://github.com/flutter/flutter/issues/44817
2019-11-15 21:16:44 -08:00
Dan Field
61e6f7dce5
[flutter_runner] a11y updates, tests! ( #12380 )
2019-10-04 13:30:56 -07:00
Kaushik Iska
c25cdfee2b
Remove references to topaz ( #12565 )
...
* Add clangd directory to gitignore
* Remove references to TOPAZ_ from #ifdefs
We missed these in the migration.
2019-09-27 10:24:44 -07:00
Ankit Dave
3b09d9f1ec
[flutter] Remove old A11y API's. ( #12308 )
2019-09-17 15:40:17 -07:00
Jason Simmons
2592d6efe2
[flutter_runner] Port the accessibility bridge from Topaz ( #12054 )
2019-09-10 11:29:08 -07:00