Searched refs:mServiceDetectsGestures (Results 1 – 5 of 5) sorted by relevance
93 private boolean mServiceDetectsGestures = false; field in TouchState109 mServiceDetectsGestures = mServiceDetectsGesturesRequested; in clear()255 if (mServiceDetectsGestures) { in setState()395 return mServiceDetectsGestures; in isServiceDetectingGestures()
107 private boolean mServiceDetectsGestures; field in TouchInteractionController254 mServiceDetectsGestures = mode; in setServiceDetectsGestures()378 if (!mServiceDetectsGestures || mCallbacks.size() == 0) { in validateTransitionRequest()
199 private SparseArray<Boolean> mServiceDetectsGestures = new SparseArray<>(); field in AccessibilityInputFilter645 if (!mServiceDetectsGestures.contains(displayId)) { in enableFeaturesForDisplay()646 mServiceDetectsGestures.put(displayId, false); in enableFeaturesForDisplay()670 explorer.setServiceDetectsGestures(mServiceDetectsGestures.get(displayId)); in enableFeaturesForDisplay()1183 mServiceDetectsGestures.put(displayId, mode); in setServiceDetectsGesturesEnabled()1187 mServiceDetectsGestures.clear(); in resetServiceDetectsGestures()
139 private SparseArray<Boolean> mServiceDetectsGestures = new SparseArray<>(0); field in AccessibilityUserState1066 mServiceDetectsGestures.put(displayId, mode); in setServiceDetectsGesturesEnabled()1070 mServiceDetectsGestures.clear(); in resetServiceDetectsGestures()1074 if (mServiceDetectsGestures.contains(displayId)) { in isServiceDetectsGesturesEnabled()1075 return mServiceDetectsGestures.get(displayId); in isServiceDetectsGesturesEnabled()
196 private SparseArray<Boolean> mServiceDetectsGestures = new SparseArray<>(0); field in AbstractAccessibilityServiceConnection2678 mServiceDetectsGestures.put(displayId, mode); in setServiceDetectsGesturesEnabled()2686 if (mServiceDetectsGestures.contains(displayId)) { in isServiceDetectsGesturesEnabled()2687 return mServiceDetectsGestures.get(displayId); in isServiceDetectsGesturesEnabled()