Loading packages/SystemUI/animation/lib/src/com/android/systemui/animation/ViewUIComponent.java +8 −0 Original line number Diff line number Diff line Loading @@ -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(); Loading Loading
packages/SystemUI/animation/lib/src/com/android/systemui/animation/ViewUIComponent.java +8 −0 Original line number Diff line number Diff line Loading @@ -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(); Loading