Home
last modified time | relevance | path

Searched refs:curListener (Results 1 – 1 of 1) sorted by relevance

/development/samples/ControllerSample/src/com/example/inputmanagercompat/
DInputManagerV16.java84 V16InputDeviceListener curListener = mListeners.remove(listener); in unregisterInputDeviceListener() local
85 if (null != curListener) in unregisterInputDeviceListener()
87 mInputManager.unregisterInputDeviceListener(curListener); in unregisterInputDeviceListener()