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

/frameworks/base/services/input/
H A DInputDispatcher.cpp1150 bool isSplit = mTouchState.split; local
1179 isSplit = false;
1184 if (newGesture || (isSplit && maskedAction == AMOTION_EVENT_ACTION_POINTER_DOWN)) {
1253 isSplit = true;
1254 } else if (isSplit) {
1287 if (isSplit) {
1303 if (isSplit) {
1345 isSplit = true;
1350 if (isSplit) {
1358 if (isSplit) {
[all...]
H A DInputDispatcher.h555 inline bool isSplit() const { function in struct:android::InputDispatcher::DispatchEntry

Completed in 21 milliseconds