private bool isInStickerArea(Sticker sticker, MotionEvent e) { RectF dst = sticker.getSrcImageBound(); return(dst.Contains(e.GetX(), e.GetY())); }