Home
last modified time | relevance | path

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

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