Searched refs:eventSourceWithoutClass (Results 1 – 3 of 3) sorted by relevance
1097 final int eventSourceWithoutClass = event.getSource() & ~InputDevice.SOURCE_CLASS_MASK; in anyServiceWantsToObserveMotionEvent() local1100 & eventSourceWithoutClass) in anyServiceWantsToObserveMotionEvent()1111 final int eventSourceWithoutClass = event.getSource() & ~InputDevice.SOURCE_CLASS_MASK; in anyServiceWantsGenericMotionEvent() local1112 return (mCombinedGenericMotionEventSources & eventSourceWithoutClass) != 0; in anyServiceWantsGenericMotionEvent()
1973 final int eventSourceWithoutClass = event.getSource() & ~InputDevice.SOURCE_CLASS_MASK; in wantsGenericMotionEvent() local1974 return (mGenericMotionEventSources & eventSourceWithoutClass) != 0; in wantsGenericMotionEvent()
3479 final int eventSourceWithoutClass = event.getSource() & ~InputDevice.SOURCE_CLASS_MASK;3480 if ((mMotionEventSources & eventSourceWithoutClass) != 0