Searched refs:powerKeyGestures (Results 1 – 1 of 1) sorted by relevance
2042 int powerKeyGestures = 0; in initSingleKeyGestureRules() local2044 powerKeyGestures |= KEY_VERYLONGPRESS; in initSingleKeyGestureRules()2047 powerKeyGestures |= KEY_LONGPRESS; in initSingleKeyGestureRules()2049 mSingleKeyGestureDetector.addRule(new PowerKeyRule(powerKeyGestures)); in initSingleKeyGestureRules()