FLAG_TOUCHABLE_WHEN_WAKING constant

int const FLAG_TOUCHABLE_WHEN_WAKING

Window flag: when set, if the device is asleep when the touch screen is pressed, you will receive this first touch event. Usually the first touch event is consumed by the system since the user can not see what they are pressing on.

Implementation

static const int FLAG_TOUCHABLE_WHEN_WAKING = 0x00000040;