Searched refs:isSplit (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/services/input/
H A DInputDispatcher.cpp1164 bool isSplit = mTouchState.split; local
1193 isSplit = false;
1198 if (newGesture || (isSplit && maskedAction == AMOTION_EVENT_ACTION_POINTER_DOWN)) {
1268 isSplit = true;
1269 } else if (isSplit) {
1288 if (isSplit) {
1304 if (isSplit) {
1346 isSplit = true;
1351 if (isSplit) {
1359 if (isSplit) {
[all...]
H A DInputDispatcher.h558 inline bool isSplit() const { function in struct:android::InputDispatcher::DispatchEntry

Completed in 63 milliseconds