Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/app/
H A DActivityOptions.java521 private PictureInPictureParams mLaunchIntoPipParams; field in ActivityOptions
1206 opts.mLaunchIntoPipParams = new PictureInPictureParams.Builder(pictureInPictureParams) in makeLaunchIntoPip()
1333mLaunchIntoPipParams = 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()