Home | History | Annotate | Download | only in inputmethodservice

Lines Matching refs:yDist

469             int yDist = this.y + height / 2 - y;
470 return xDist * xDist + yDist * yDist;