Searched refs:viewY (Results 1 – 4 of 4) sorted by relevance
121 private int distance(View sceneRoot, int viewX, int viewY, int epicenterX, int epicenterY, in distance() argument136 distance = right - viewX + Math.abs(epicenterY - viewY); in distance()139 distance = bottom - viewY + Math.abs(epicenterX - viewX); in distance()142 distance = viewX - left + Math.abs(epicenterY - viewY); in distance()145 distance = viewY - top + Math.abs(epicenterX - viewX); in distance()
181 val viewY = viewLocation[1] in getAlpha() constant184 outPoint.y = viewY + view.height / 2 in getAlpha()
255 val viewY = viewLocation[1] in <lambda>() constant258 outPoint.y = viewY + view.height / 2 in <lambda>()
408 float viewY = screenY - locationOnScreen[1]; in dispatchTouchEventToAmbientIndicationContainer() local410 && 0 <= viewY && viewY <= mAmbientIndicationContainer.getHeight()) { in dispatchTouchEventToAmbientIndicationContainer()