[roll] Roll fuchsia [ui][testing] TextInputTest removes FocusListener

Now that the test can confirm focus with
fuchsia.ui.test.input.TestAppStatus, we no longer need the
FocusListener. This removal is helpful when migrating test client view
from ViewProvider to GraphicalPresenter, since the latter no longer
easily provides the attached view ref with which we use to check focus.

Original-Bug: 42078967
Test: fx test text-input-test
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1101032
Original-Revision: 12639b3daec021e2b269cb10c9ac9c44c69a4bec
GitOrigin-RevId: 0e43419cdef4016d02450a2123a8fd1f5bb06cae
Change-Id: Id78f9bac6684ea5554265fac152ffce63ea8fbd7
1 file changed
tree: d9ed4f141f0d01e3db19aad49ae2b8311cabb7fa
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia on Freenode.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.