Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/app/
H A DActivityOptions.java309 private static final String KEY_TASK_OVERLAY = "android.activity.taskOverlay"; field in ActivityOptions
1294 mTaskOverlay = opts.getBoolean(KEY_TASK_OVERLAY, false); in ActivityOptions()
2295 b.putBoolean(KEY_TASK_OVERLAY, mTaskOverlay); in toBundle()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt1791 Landroid/app/ActivityOptions;->KEY_TASK_OVERLAY:Ljava/lang/String;