summaryrefslogtreecommitdiff
path: root/libs/input/SpriteController.cpp
diff options
context:
space:
mode:
author Paul Duffin <paulduffin@google.com> 2024-01-19 15:03:41 +0000
committer Paul Duffin <paulduffin@google.com> 2024-01-19 15:18:58 +0000
commitcf7ff527cf5fa7deb086cb61c5ec3400d45838db (patch)
treeb2124ded30a253a8c62e685f282b20e704473329 /libs/input/SpriteController.cpp
parent2d3fbfd0544f0725a3efa95dc6be1e63c97a415e (diff)
Remove android.graphics.RecordingCanvas.drawMesh(...) from current.txt
Previously, the `core/api/current.txt` erroneously and unnecessarily listed `drawMesh(...)` as the only method in the `android.graphics.RecordingCanvas` class. That was because there was an bug in Metalava that meant it ignored a super method if that method came from a hidden/inaccessible class. The accompanying change in this topic fixes the bug and so it can be removed. Listing `drawMesh(...)` method in `RecordingCanvas` was unnecessary because `RecordingCanvas` extends `Canvas` which defines and provides a concrete implement of `drawMesh(...)`. The `RecordingCanvas` does not add any new methods, it simply overrides the methods from `Canvas` and records their parameters. Bug: 319826204 Test: m checkapi Change-Id: I7e23b93659a87f13606ca2d6c4c3ceebee23901f
Diffstat (limited to 'libs/input/SpriteController.cpp')
0 files changed, 0 insertions, 0 deletions