Searched refs:mEnabledFeatures (Results 1 – 1 of 1) sorted by relevance
181 private int mEnabledFeatures; field in AccessibilityInputFilter434 if (mEnabledFeatures == enabledFeatures && mUserId == userId) { in setUserAndEnabledFeatures()441 mEnabledFeatures = enabledFeatures; in setUserAndEnabledFeatures()491 if ((mEnabledFeatures & FLAG_FEATURE_AUTOCLICK) != 0) { in enableFeaturesForDisplay()499 if ((mEnabledFeatures & FLAG_FEATURE_TOUCH_EXPLORATION) != 0) { in enableFeaturesForDisplay()510 if ((mEnabledFeatures & FLAG_SEND_MOTION_EVENTS) != 0) { in enableFeaturesForDisplay()541 if ((mEnabledFeatures & FLAG_FEATURE_INJECT_MOTION_EVENTS) != 0) { in enableFeaturesForDisplay()550 if ((mEnabledFeatures & FLAG_FEATURE_INJECT_MOTION_EVENTS) != 0) { in enableDisplayIndependentFeatures()554 if ((mEnabledFeatures & FLAG_FEATURE_FILTER_KEY_EVENTS) != 0) { in enableDisplayIndependentFeatures()649 final boolean detectControlGestures = (mEnabledFeatures in createMagnificationGestureHandler()[all …]