Looking for:
isVisible(dc, x, y) as Boolean
that returns true only if the pixel is visible (in the sense whether it's inside the round part of the screen or not outside, in a "corner" like {0,0} [aka not interested in notifications over my pixel])
I guess that for any full-screen app this can be calculated knowing the width and height. Bonus: the same that also works on a non full-screen datafield
I don't see any function similar to this in the SDK, but maybe I missed it or someone already made it and would share.