Detect Android status bar activation (downward swipe)

My game uses the ‘on touch up’ event.
When the user swipes downwards once to get the small Android status bar (and navigation bar) to show my game is registering that as a finger release.
Is there a way to detect when the user has swiped downwards from the edge of the screen to activate the status/navigation bar?
To be clear, I’m referring to the SMALL status bar (and navigation bar), after an initial downward swipe - I know that I can detect loss or gain of focus when the full status bar is activated after a second downward swipe.