Home
last modified time | relevance | path

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

/frameworks/layoutlib/bridge/src/android/widget/
DMagnifier_Delegate.java23 static void show(Magnifier thisMagnifier, float sourceCenterX, float sourceCenterY) { in show() argument
29 static void show(Magnifier thisMagnifier, float sourceCenterX, float sourceCenterY, in show() argument
/frameworks/base/core/java/android/widget/
DMagnifier.java263 @FloatRange(from = 0) float sourceCenterY) { in show()
264 show(sourceCenterX, sourceCenterY, in show()
266 sourceCenterY + mDefaultVerticalSourceToMagnifierOffset); in show()
292 @FloatRange(from = 0) float sourceCenterY, in show()
296 obtainContentCoordinates(sourceCenterX, sourceCenterY); in show()
356 if (sourceCenterX != mPrevShowSourceCoords.x || sourceCenterY != mPrevShowSourceCoords.y in show()
384 mPrevShowSourceCoords.y = sourceCenterY; in show()