Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DActivityOptions.java231 private static final String KEY_TASK_OVERLAY = "android.activity.taskOverlay"; field in ActivityOptions
1037 mTaskOverlay = opts.getBoolean(KEY_TASK_OVERLAY, false); in ActivityOptions()
1669 b.putBoolean(KEY_TASK_OVERLAY, mTaskOverlay); in toBundle()