Searched refs:getWindowTransformationMatrixAndMagnificationSpec (Results 1 – 6 of 6) sorted by relevance
282 Pair<float[], MagnificationSpec> getWindowTransformationMatrixAndMagnificationSpec( in getWindowTransformationMatrixAndMagnificationSpec() method646 getWindowTransformationMatrixAndMagnificationSpec(resolvedWindowId); in findAccessibilityNodeInfosByViewId()721 getWindowTransformationMatrixAndMagnificationSpec(resolvedWindowId); in findAccessibilityNodeInfosByText()797 getWindowTransformationMatrixAndMagnificationSpec(resolvedWindowId); in findAccessibilityNodeInfoByAccessibilityId()875 getWindowTransformationMatrixAndMagnificationSpec(resolvedWindowId); in findFocus()951 getWindowTransformationMatrixAndMagnificationSpec(resolvedWindowId); in focusSearch()1784 private Pair<float[], MagnificationSpec> getWindowTransformationMatrixAndMagnificationSpec( in getWindowTransformationMatrixAndMagnificationSpec() method in AbstractAccessibilityServiceConnection1786 return mSystemSupport.getWindowTransformationMatrixAndMagnificationSpec(resolvedWindowId); in getWindowTransformationMatrixAndMagnificationSpec()
547 public Pair<float[], MagnificationSpec> getWindowTransformationMatrixAndMagnificationSpec( in getWindowTransformationMatrixAndMagnificationSpec() method in AccessibilityManagerService567 mWindowManagerService.getWindowTransformationMatrixAndMagnificationSpec(token); in getWindowTransformationMatrixAndMagnificationSpec()587 getWindowTransformationMatrixAndMagnificationSpec(windowId); in getWindowTransformationSpec()4375 getWindowTransformationMatrixAndMagnificationSpec(focus.getWindowId()); in getAccessibilityFocusClickPointInScreenNotLocked()
508 getWindowTransformationMatrixAndMagnificationSpec(IBinder token); in getWindowTransformationMatrixAndMagnificationSpec() method in WindowManagerInternal
464 public Pair<Matrix, MagnificationSpec> getWindowTransformationMatrixAndMagnificationSpec( in getWindowTransformationMatrixAndMagnificationSpec() method in AccessibilityController
7802 public Pair<Matrix, MagnificationSpec> getWindowTransformationMatrixAndMagnificationSpec( in getWindowTransformationMatrixAndMagnificationSpec() method in WindowManagerService.LocalService7805 .getWindowTransformationMatrixAndMagnificationSpec(token); in getWindowTransformationMatrixAndMagnificationSpec()
195 when(mMockSystemSupport.getWindowTransformationMatrixAndMagnificationSpec(anyInt())) in setup()