Home
last modified time | relevance | path

Searched refs:yCoord (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/views/
DArrowTipView.java260 @Nullable public ArrowTipView showAtLocation(String text, @Px int arrowXCoord, @Px int yCoord) { in showAtLocation() argument
264 /* yCoordDownPointingTip= */ yCoord, in showAtLocation()
265 /* yCoordUpPointingTip= */ yCoord, in showAtLocation()
281 String text, @Px int arrowXCoord, @Px int yCoord, boolean shouldAutoClose) { in showAtLocation() argument
285 /* yCoordDownPointingTip= */ yCoord, in showAtLocation()
286 /* yCoordUpPointingTip= */ yCoord, in showAtLocation()
/packages/modules/RemoteKeyProvisioning/app/src/com/android/rkpdapp/utils/
DX509Utils.java98 BigInteger yCoord = key.getW().getAffineY(); in getAndFormatRawPublicKey() local
110 byte[] yBytes = yCoord.toByteArray(); in getAndFormatRawPublicKey()