diff options
Diffstat (limited to 'api/current.txt')
-rw-r--r-- | api/current.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/api/current.txt b/api/current.txt index 81efd34..0f5f3af 100644 --- a/api/current.txt +++ b/api/current.txt @@ -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(); |