Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DDisplayContent.java5841 if (needsGestureExclusionRestrictions(w, false /* ignoreRequest */)) { in calculateSystemGestureExclusion()
5858 boolean loggable = needsGestureExclusionRestrictions(w, true /* ignoreRequest */); in calculateSystemGestureExclusion()
5887 private static boolean needsGestureExclusionRestrictions(WindowState win, in needsGestureExclusionRestrictions() method in DisplayContent
5912 && needsGestureExclusionRestrictions(win, true /* ignoreRequest */) in logsGestureExclusionRestrictions()
/aosp14/frameworks/base/services/
H A Dart-profile10931 HSPLcom/android/server/wm/DisplayContent;->needsGestureExclusionRestrictions(Lcom/android/server/wm…