Home
last modified time | relevance | path

Searched refs:mSpecsFuture (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/app/
DActivityOptions.java374 private IAppTransitionAnimationSpecsFuture mSpecsFuture; field in ActivityOptions
683 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()