Searched refs:sourceCenterY (Results 1 – 2 of 2) sorted by relevance
23 static void show(Magnifier thisMagnifier, float sourceCenterX, float sourceCenterY) { in show() argument29 static void show(Magnifier thisMagnifier, float sourceCenterX, float sourceCenterY, in show() argument
263 @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()