Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DPictureInPictureParams.java168 public void copyOnlySet(PictureInPictureParams otherArgs) { in copyOnlySet() argument
169 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()
DPictureInPictureArgs.java210 public void copyOnlySet(PictureInPictureArgs otherArgs) { in copyOnlySet() argument
211 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()