Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DActivityOptions.java1358 public void update(ActivityOptions otherOptions) { in update() argument
1359 if (otherOptions.mPackageName != null) { in update()
1360 mPackageName = otherOptions.mPackageName; in update()
1362 mUsageTimeReport = otherOptions.mUsageTimeReport; in update()
1369 mAnimationType = otherOptions.mAnimationType; in update()
1370 switch (otherOptions.mAnimationType) { in update()
1372 mCustomEnterResId = otherOptions.mCustomEnterResId; in update()
1373 mCustomExitResId = otherOptions.mCustomExitResId; in update()
1381 mAnimationStartedListener = otherOptions.mAnimationStartedListener; in update()
1384 mCustomInPlaceResId = otherOptions.mCustomInPlaceResId; in update()
[all …]