Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/dispatcher/
DTouchState.h57 void removeWindowByToken(const sp<IBinder>& token);
DTouchState.cpp129 void TouchState::removeWindowByToken(const sp<IBinder>& token) { in removeWindowByToken() function in android::inputdispatcher::TouchState
DInputDispatcher.cpp5735 state->removeWindowByToken(fromToken); in transferTouchGesture()
7164 state.removeWindowByToken(oldWallpaper->getToken()); in transferWallpaperTouch()