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

Commit 616f467b authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Add method to access the View wrapped by the ViewUIComponent" into main

parents 70667301 04f0ee69
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();