Searched refs:otherOptions (Results 1 – 4 of 4) sorted by relevance
783 public void update(ActivityOptions otherOptions) { in update() argument784 if (otherOptions.mPackageName != null) { in update()785 mPackageName = otherOptions.mPackageName; in update()787 mUsageTimeReport = otherOptions.mUsageTimeReport; in update()794 mAnimationType = otherOptions.mAnimationType; in update()795 switch (otherOptions.mAnimationType) { in update()797 mCustomEnterResId = otherOptions.mCustomEnterResId; in update()798 mCustomExitResId = otherOptions.mCustomExitResId; in update()806 mAnimationStartedListener = otherOptions.mAnimationStartedListener; in update()809 mCustomInPlaceResId = otherOptions.mCustomInPlaceResId; in update()[all …]
190 public void update(ActivityOptionsCompat otherOptions) { in update() argument191 if (otherOptions instanceof ActivityOptionsImplJB) { in update()192 ActivityOptionsImplJB otherImpl = (ActivityOptionsImplJB)otherOptions; in update()211 public void update(ActivityOptionsCompat otherOptions) { in update() argument212 if (otherOptions instanceof ActivityOptionsCompat.ActivityOptionsImpl21) { in update()214 otherImpl = (ActivityOptionsCompat.ActivityOptionsImpl21)otherOptions; in update()239 public void update(ActivityOptionsCompat otherOptions) { in update() argument
55 public void update(ActivityOptionsCompatJB otherOptions) { in update() argument56 mActivityOptions.update(otherOptions.mActivityOptions); in update()
57 public void update(ActivityOptionsCompat21 otherOptions) { in update() argument58 mActivityOptions.update(otherOptions.mActivityOptions); in update()