Searched refs:otherArgs (Results 1 – 1 of 1) sorted by relevance
411 if (otherArgs.hasSetAspectRatio()) { in copyOnlySet()412 mAspectRatio = otherArgs.mAspectRatio; in copyOnlySet()418 if (otherArgs.hasSetActions()) { in copyOnlySet()419 mUserActions = otherArgs.mUserActions; in copyOnlySet()421 if (otherArgs.hasSetCloseAction()) { in copyOnlySet()424 if (otherArgs.hasSourceBoundsHint()) { in copyOnlySet()433 if (otherArgs.hasSetTitle()) { in copyOnlySet()434 mTitle = otherArgs.mTitle; in copyOnlySet()436 if (otherArgs.hasSetSubtitle()) { in copyOnlySet()437 mSubtitle = otherArgs.mSubtitle; in copyOnlySet()[all …]