Searched refs:mSpecsFuture (Results 1 – 1 of 1) sorted by relevance
374 private IAppTransitionAnimationSpecsFuture mSpecsFuture; field in ActivityOptions683 opts.mSpecsFuture = specsFuture; in makeMultiThumbFutureAspectScaleAnimation()1061 mSpecsFuture = IAppTransitionAnimationSpecsFuture.Stub.asInterface(opts.getBinder( in ActivityOptions()1210 return mSpecsFuture; in getSpecsFuture()1566 mSpecsFuture = otherOptions.mSpecsFuture; in update()1696 if (mSpecsFuture != null) { in toBundle()1697 b.putBinder(KEY_SPECS_FUTURE, mSpecsFuture.asBinder()); in toBundle()