Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DActivityOptions.java320 private int mLaunchDisplayId = INVALID_DISPLAY; field in ActivityOptions
947 mLaunchDisplayId = opts.getInt(KEY_LAUNCH_DISPLAY_ID, INVALID_DISPLAY); in ActivityOptions()
1187 return mLaunchDisplayId; in getLaunchDisplayId()
1202 mLaunchDisplayId = launchDisplayId; in setLaunchDisplayId()
1506 if (mLaunchDisplayId != INVALID_DISPLAY) { in toBundle()
1507 b.putInt(KEY_LAUNCH_DISPLAY_ID, mLaunchDisplayId); in toBundle()