Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DAccessibilityInteractionController.java997 if (info == null || shouldBypassApplyWindowMatrix()) { in applyHostWindowMatrixIfNeeded()
1012 private boolean shouldBypassApplyWindowMatrix() { in shouldBypassApplyWindowMatrix() method in AccessibilityInteractionController