Searched refs:xCoord (Results 1 – 3 of 3) sorted by relevance
350 float xCoord; in showAtLocation() local354 xCoord = minViewMargin; in showAtLocation()358 xCoord = parentViewWidth - minViewMargin - getWidth(); in showAtLocation()361 xCoord = arrowXCoord - halfWidth; in showAtLocation()363 setX(xCoord); in showAtLocation()382 mArrowView.setX(arrowXCoord - xCoord - mArrowView.getWidth() / 2f); in showAtLocation()
97 BigInteger xCoord = key.getW().getAffineX(); in getAndFormatRawPublicKey() local100 byte[] xBytes = xCoord.toByteArray(); in getAndFormatRawPublicKey()
59 private static int markAsDownEvent(final int xCoord) { in markAsDownEvent() argument60 return DOWN_EVENT_MARKER - xCoord; in markAsDownEvent()