Searched refs:otherOptions (Results 1 – 1 of 1) sorted by relevance
1358 public void update(ActivityOptions otherOptions) { in update() argument1359 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 …]