Searched refs:otherArgs (Results 1 – 2 of 2) sorted by relevance
168 public void copyOnlySet(PictureInPictureParams otherArgs) { in copyOnlySet() argument169 if (otherArgs.hasSetAspectRatio()) { in copyOnlySet()170 mAspectRatio = otherArgs.mAspectRatio; in copyOnlySet()172 if (otherArgs.hasSetActions()) { in copyOnlySet()173 mUserActions = otherArgs.mUserActions; in copyOnlySet()175 if (otherArgs.hasSourceBoundsHint()) { in copyOnlySet()176 mSourceRectHint = new Rect(otherArgs.getSourceRectHint()); in copyOnlySet()
210 public void copyOnlySet(PictureInPictureArgs otherArgs) { in copyOnlySet() argument211 if (otherArgs.hasSetAspectRatio()) { in copyOnlySet()212 mAspectRatio = otherArgs.mAspectRatio; in copyOnlySet()214 if (otherArgs.hasSetActions()) { in copyOnlySet()215 mUserActions = otherArgs.mUserActions; in copyOnlySet()217 if (otherArgs.hasSourceBoundsHint()) { in copyOnlySet()218 mSourceRectHint = new Rect(otherArgs.getSourceRectHint()); in copyOnlySet()