Searched refs:mSpecsFuture (Results 1 – 1 of 1) sorted by relevance
337 private IAppTransitionAnimationSpecsFuture mSpecsFuture; field in ActivityOptions612 opts.mSpecsFuture = specsFuture; in makeMultiThumbFutureAspectScaleAnimation()974 mSpecsFuture = IAppTransitionAnimationSpecsFuture.Stub.asInterface(opts.getBinder( in ActivityOptions()1123 return mSpecsFuture; in getSpecsFuture()1430 mSpecsFuture = otherOptions.mSpecsFuture; in update()1546 if (mSpecsFuture != null) { in toBundle()1547 b.putBinder(KEY_SPECS_FUTURE, mSpecsFuture.asBinder()); in toBundle()