Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 04f0ee69 authored by Todd Lee's avatar Todd Lee
Browse files

Add method to access the View wrapped by the ViewUIComponent

Bug: b/352680005
Test: manual integration with tile launch
Flag: NONE trivial
Change-Id: I496db1b89ac2a6d6a055c04f14a594dfcf580637
parent 49413be1
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -57,6 +57,14 @@ public class ViewUIComponent implements UIComponent {
        mView = view;
    }

    /**
     * @return the view wrapped by this UI component.
     * @hide
     */
    public View getView() {
        return mView;
    }

    @Override
    public float getAlpha() {
        return mView.getAlpha();