Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/app/
H A DPictureInPictureParams.java421 if (otherArgs.hasSetCloseAction()) { in copyOnlySet()
544 public boolean hasSetCloseAction() { in hasSetCloseAction() method in PictureInPictureParams
651 return !hasSourceBoundsHint() && !hasSetActions() && !hasSetCloseAction() in empty()
761 + " hasSetCloseAction=" + hasSetCloseAction() in toString()