Searched refs:hotSpotY (Results 1 – 2 of 2) sorted by relevance
54 final int hotSpotY = d.getIntrinsicHeight() / 2; in onResolvePointerIcon() local55 mCustomIcon = PointerIcon.create(bitmapDrawable.getBitmap(), hotSpotX, hotSpotY); in onResolvePointerIcon()
82 final int hotSpotY = bitmap.getHeight() / 2; in onResolvePointerIcon() local83 return PointerIcon.create(bitmap, hotSpotX, hotSpotY); in onResolvePointerIcon()