Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DActivityOptions.java1723 public void update(ActivityOptions otherOptions) { in update() argument
1724 if (otherOptions.mPackageName != null) { in update()
1725 mPackageName = otherOptions.mPackageName; in update()
1727 mUsageTimeReport = otherOptions.mUsageTimeReport; in update()
1734 mAnimationType = otherOptions.mAnimationType; in update()
1735 switch (otherOptions.mAnimationType) { in update()
1737 mCustomEnterResId = otherOptions.mCustomEnterResId; in update()
1738 mCustomExitResId = otherOptions.mCustomExitResId; in update()
1746 mAnimationStartedListener = otherOptions.mAnimationStartedListener; in update()
1749 mCustomInPlaceResId = otherOptions.mCustomInPlaceResId; in update()
[all …]