Searched defs:appScale (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/
H A DAccessibilityInteractionController.java769 private boolean shouldApplyAppScaleAndMagnificationSpec(float appScale, argument
771 return (appScale != 1.0f || (spec != null && !spec.isNop()));

Completed in 5203 milliseconds