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.java208 private static final String KEY_TASK_OVERLAY = "android.activity.taskOverlay"; field in ActivityOptions
952 mTaskOverlay = opts.getBoolean(KEY_TASK_OVERLAY, false); in ActivityOptions()
1522 b.putBoolean(KEY_TASK_OVERLAY, mTaskOverlay); in toBundle()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt1791 Landroid/app/ActivityOptions;->KEY_TASK_OVERLAY:Ljava/lang/String;