Merge "Ensure the animation finish sequence by synchronize call."
This commit is contained in:
committed by
Android (Google) Code Review
commit
b6d85cd980
@@ -22,6 +22,6 @@ package android.window;
|
||||
* @param trigger Whether the back gesture has passed the triggering threshold.
|
||||
* {@hide}
|
||||
*/
|
||||
oneway interface IBackAnimationFinishedCallback {
|
||||
interface IBackAnimationFinishedCallback {
|
||||
void onAnimationFinished(in boolean triggerBack);
|
||||
}
|
||||
Reference in New Issue
Block a user