Searched refs:mLaunchIntoPipParams (Results 1 – 1 of 1) sorted by relevance
521 private PictureInPictureParams mLaunchIntoPipParams; field in ActivityOptions1206 opts.mLaunchIntoPipParams = new PictureInPictureParams.Builder(pictureInPictureParams) in makeLaunchIntoPip()1333 …mLaunchIntoPipParams = opts.getParcelable(KEY_LAUNCH_INTO_PIP_PARAMS, android.app.PictureInPicture… in ActivityOptions()1757 return mLaunchIntoPipParams; in getLaunchIntoPipParams()1765 return mLaunchIntoPipParams != null in isLaunchIntoPip()1766 && mLaunchIntoPipParams.isLaunchIntoPip(); in isLaunchIntoPip()2178 mLaunchIntoPipParams = otherOptions.mLaunchIntoPipParams; in update()2365 if (mLaunchIntoPipParams != null) { in toBundle()2366 b.putParcelable(KEY_LAUNCH_INTO_PIP_PARAMS, mLaunchIntoPipParams); in toBundle()