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

Commit 6619852e authored by Daniel Sandler's avatar Daniel Sandler Committed by Android (Google) Code Review
Browse files

Merge "Protect animation methods from Proguard."

parents be591d73 dfab1817
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -4,3 +4,12 @@
  public void recentButtonClicked(android.view.View);
  public void toggleLightsOut(android.view.View);
}

-keep class com.android.systemui.statusbar.policy.KeyButtonView {
  public float getDrawingAlpha();
  public float getGlowAlpha();
  public float getGlowScale();
  public void setDrawingAlpha(float);
  public void setGlowAlpha(float);
  public void setGlowScale(float);
}