Searched refs:viewX (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()
180 val viewX = viewLocation[0] in getAlpha() constant183 outPoint.x = viewX + view.width / 2 in getAlpha()
254 val viewX = viewLocation[0] in <lambda>() constant257 outPoint.x = viewX + if (isLeftEdge) view.height / 2 else view.width - view.height / 2 in <lambda>()
407 float viewX = screenX - locationOnScreen[0]; in dispatchTouchEventToAmbientIndicationContainer() local409 if (0 <= viewX && viewX <= mAmbientIndicationContainer.getWidth() in dispatchTouchEventToAmbientIndicationContainer()