Merge "Ensure the animation finish sequence by synchronize call."

This commit is contained in:
Wei Sheng Shih
2022-11-17 08:16:32 +00:00
committed by Android (Google) Code Review

View File

@@ -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);
}