Searched refs:eventSourceWithoutClass (Results 1 – 3 of 3) sorted by relevance
913 final int eventSourceWithoutClass = event.getSource() & ~InputDevice.SOURCE_CLASS_MASK; in anyServiceWantsGenericMotionEvent() local914 return (mCombinedGenericMotionEventSources & eventSourceWithoutClass) != 0; in anyServiceWantsGenericMotionEvent()
1790 final int eventSourceWithoutClass = event.getSource() & ~InputDevice.SOURCE_CLASS_MASK; in wantsGenericMotionEvent() local1791 return (mGenericMotionEventSources & eventSourceWithoutClass) != 0; in wantsGenericMotionEvent()
3424 final int eventSourceWithoutClass = event.getSource() & ~InputDevice.SOURCE_CLASS_MASK;3425 if ((mMotionEventSources & eventSourceWithoutClass) != 0