Searched refs:mLaunchDisplayId (Results 1 – 2 of 2) sorted by relevance
482 private int mLaunchDisplayId = INVALID_DISPLAY; field in ActivityOptions1282 mLaunchDisplayId = opts.getInt(KEY_LAUNCH_DISPLAY_ID, INVALID_DISPLAY); in ActivityOptions()1657 return mLaunchDisplayId; in getLaunchDisplayId()1672 mLaunchDisplayId = launchDisplayId; in setLaunchDisplayId()2261 if (mLaunchDisplayId != INVALID_DISPLAY) { in toBundle()2262 b.putInt(KEY_LAUNCH_DISPLAY_ID, mLaunchDisplayId); in toBundle()2551 + mLaunchDisplayId; in toString()
1821 Landroid/app/ActivityOptions;->mLaunchDisplayId:I