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

Commit 4535899b authored by Jeff Brown's avatar Jeff Brown Committed by Android Git Automerger
Browse files

am 1957fd27: Merge "Add public API to Choreographer." into jb-dev

* commit '1957fd27':
  Add public API to Choreographer.
parents d429f877 1957fd27
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -22737,6 +22737,17 @@ package android.view {
    method public void onPrepareSubMenu(android.view.SubMenu);
  }
  public final class Choreographer {
    method public static android.view.Choreographer getInstance();
    method public void postFrameCallback(android.view.Choreographer.FrameCallback);
    method public void postFrameCallbackDelayed(android.view.Choreographer.FrameCallback, long);
    method public void removeFrameCallback(android.view.Choreographer.FrameCallback);
  }
  public static abstract interface Choreographer.FrameCallback {
    method public abstract void doFrame(long);
  }
  public abstract interface CollapsibleActionView {
    method public abstract void onActionViewCollapsed();
    method public abstract void onActionViewExpanded();
+11 −0
Original line number Diff line number Diff line
@@ -22737,6 +22737,17 @@ package android.view {
    method public void onPrepareSubMenu(android.view.SubMenu);
  }
  public final class Choreographer {
    method public static android.view.Choreographer getInstance();
    method public void postFrameCallback(android.view.Choreographer.FrameCallback);
    method public void postFrameCallbackDelayed(android.view.Choreographer.FrameCallback, long);
    method public void removeFrameCallback(android.view.Choreographer.FrameCallback);
  }
  public static abstract interface Choreographer.FrameCallback {
    method public abstract void doFrame(long);
  }
  public abstract interface CollapsibleActionView {
    method public abstract void onActionViewCollapsed();
    method public abstract void onActionViewExpanded();
+235 −62

File changed.

Preview size limit exceeded, changes collapsed.