Searched refs:mLaunchDisplayId (Results 1 – 2 of 2) sorted by relevance
496 private int mLaunchDisplayId = INVALID_DISPLAY; field in ActivityOptions1344 mLaunchDisplayId = opts.getInt(KEY_LAUNCH_DISPLAY_ID, INVALID_DISPLAY); in ActivityOptions()1704 return mLaunchDisplayId; in getLaunchDisplayId()1719 mLaunchDisplayId = launchDisplayId; in setLaunchDisplayId()2375 if (mLaunchDisplayId != INVALID_DISPLAY) { in toBundle()2376 b.putInt(KEY_LAUNCH_DISPLAY_ID, mLaunchDisplayId); in toBundle()2667 + mLaunchDisplayId; in toString()
1821 Landroid/app/ActivityOptions;->mLaunchDisplayId:I