Searched refs:mLaunchDisplayId (Results 1 – 2 of 2) sorted by relevance
404 private int mLaunchDisplayId = INVALID_DISPLAY; field in ActivityOptions1147 mLaunchDisplayId = opts.getInt(KEY_LAUNCH_DISPLAY_ID, INVALID_DISPLAY); in ActivityOptions()1432 return mLaunchDisplayId; in getLaunchDisplayId()1447 mLaunchDisplayId = launchDisplayId; in setLaunchDisplayId()1896 if (mLaunchDisplayId != INVALID_DISPLAY) { in toBundle()1897 b.putInt(KEY_LAUNCH_DISPLAY_ID, mLaunchDisplayId); in toBundle()
1821 Landroid/app/ActivityOptions;->mLaunchDisplayId:I