Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/dispatcher/
DTouchState.h53 void removeWindowByToken(const sp<IBinder>& token);
DTouchState.cpp105 void TouchState::removeWindowByToken(const sp<IBinder>& token) { in removeWindowByToken() function in android::inputdispatcher::TouchState
DInputDispatcher.cpp1091 state.removeWindowByToken(token); in removeWindowByTokenLocked()