Home
last modified time | relevance | path

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

/packages/apps/RemoteProvisioner/src/com/android/remoteprovisioner/
DX509Utils.java70 BigInteger yCoord = key.getW().getAffineY(); in getAndFormatRawPublicKey() local
82 byte[] yBytes = yCoord.toByteArray(); in getAndFormatRawPublicKey()
/packages/apps/Launcher3/src/com/android/launcher3/views/
DArrowTipView.java182 @Nullable public ArrowTipView showAtLocation(String text, @Px int arrowXCoord, @Px int yCoord) { in showAtLocation() argument
186 /* yCoordDownPointingTip= */ yCoord, in showAtLocation()
187 /* yCoordUpPointingTip= */ yCoord); in showAtLocation()