Searched refs:mLaunchDisplayId (Results 1 – 2 of 2) sorted by relevance
395 private int mLaunchDisplayId = INVALID_DISPLAY; field in ActivityOptions1137 mLaunchDisplayId = opts.getInt(KEY_LAUNCH_DISPLAY_ID, INVALID_DISPLAY); in ActivityOptions()1422 return mLaunchDisplayId; in getLaunchDisplayId()1437 mLaunchDisplayId = launchDisplayId; in setLaunchDisplayId()1873 if (mLaunchDisplayId != INVALID_DISPLAY) { in toBundle()1874 b.putInt(KEY_LAUNCH_DISPLAY_ID, mLaunchDisplayId); in toBundle()
1821 Landroid/app/ActivityOptions;->mLaunchDisplayId:I