Searched defs:supportsEnterPipOnTaskSwitch (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/com/android/internal/os/logging/
H A DMetricsLoggerWrapper.java89 int uid, String shortComponentName, boolean supportsEnterPipOnTaskSwitch) {
91 supportsEnterPipOnTaskSwitch);
88 logPictureInPictureEnter(Context context, int uid, String shortComponentName, boolean supportsEnterPipOnTaskSwitch) argument
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityRecord.java322 boolean supportsEnterPipOnTaskSwitch; // This flag is set by the system to indicate that the field in class:ActivityRecord
562 pw.println(prefix + "supportsEnterPipOnTaskSwitch: "
563 + supportsEnterPipOnTaskSwitch);
1313 (supportsEnterPipOnTaskSwitch || !beforeStopping);
1320 && supportsEnterPipOnTaskSwitch;
1325 if (supportsEnterPipOnTaskSwitch) {

Completed in 14 milliseconds