Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/view/
H A DMagnificationSpec.java54 public boolean isNop() { in isNop() method in MagnificationSpec
H A DAccessibilityInteractionController.java972 if (spec != null && !spec.isNop()) { in adjustIsVisibleToUserIfNeeded()
1037 return (appScale != 1.0f || (spec != null && !spec.isNop())); in shouldApplyAppScaleAndMagnificationSpec()
/aosp14/frameworks/base/core/tests/coretests/src/android/view/
H A DWindowInfoTest.java134 assertTrue(windowinfo.mMagnificationSpec.isNop()); in assertDefaultValue()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DAccessibilityWindowsPopulator.java458 if (currentMagnificationSpec.isNop()) { in generateMagnificationSpecInverseMatrix()
H A DAccessibilityController.java477 if (otherMagnificationSpec != null && !otherMagnificationSpec.isNop()) { in getWindowTransformationMatrixAndMagnificationSpec()
816 if (spec != null && !spec.isNop()) { in getMagnificationSpecForWindow()
/aosp14/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DAccessibilityManagerService.java571 if (!spec.isNop()) { in getWindowTransformationMatrixAndMagnificationSpec()
4382 if (spec != null && !spec.isNop()) { in getAccessibilityFocusClickPointInScreenNotLocked()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt61328 Landroid/view/MagnificationSpec;->isNop()Z