summaryrefslogtreecommitdiff
path: root/java/tests
diff options
context:
space:
mode:
author Joshua Trask <joshtrask@google.com> 2022-11-09 11:28:07 -0500
committer Joshua Trask <joshtrask@google.com> 2022-11-09 17:40:58 +0000
commit5ff8942a8e160269c98deefbfb16e53b812b74e9 (patch)
tree7f1718313adb8367a667351c8d3e4496bbdd2771 /java/tests
parent9c8893a5983988c9127f3ae846ea212593777466 (diff)
Extract ChooserActivity.RoundedRectImageView
This is a trivial code move (diffs show only minor formatting changes [EDIT: a later snapshot also gets rid of the `<view>` tags in our layouts, which were only necessary to reference this as an inner class, in favor of the more common practice of using an XML element with the same fully-qualified name). As an inner class, it had already been marked `static`, so there's no correctness concern (EDIT: on the Java side...) The only "client" is the (soon-to-be-extracted) preview UI, but instead of moving this to an inner class of the extracted component, it seems reasonable for this class to stand alone -- it has a simple design that's plausibly reusable in other applications, since it doesn't really encapsulate any requirements that are specific to Sharesheet. Bug: 202167050 Test: atest IntentResolverUnitTests Change-Id: I63833626925896a0baaa06d729233cd7037ac730
Diffstat (limited to 'java/tests')
0 files changed, 0 insertions, 0 deletions