Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DAccessibilityInteractionController.java861 if (infos == null || shouldBypassApplyScreenMatrix()) { in applyScreenMatrixIfNeeded()
872 if (info == null || shouldBypassApplyScreenMatrix()) { in applyScreenMatrixIfNeeded()
887 private boolean shouldBypassApplyScreenMatrix() { in shouldBypassApplyScreenMatrix() method in AccessibilityInteractionController