Searched refs:touchExplorationEnabled (Results 1 – 8 of 8) sorted by relevance
271 boolean touchExplorationEnabled = mAccessibilityService.isTouchExplorationEnabled(); in inflateView()279 descriptionStringResId = touchExplorationEnabled in inflateView()286 descriptionStringResId = touchExplorationEnabled in inflateView()312 final int backBgVisibility = touchExplorationEnabled ? View.INVISIBLE : View.VISIBLE; in inflateView()
96 void onStateChanged(boolean accessibilityEnabled, boolean touchExplorationEnabled); in onStateChanged() argument
65 boolean touchExplorationEnabled); in temporaryEnableAccessibilityStateUntilKeyguardRemoved() argument
1131 final boolean touchExplorationEnabled = in setStateLocked()1142 mIsTouchExplorationEnabled = touchExplorationEnabled; in setStateLocked()1149 if (wasTouchExplorationEnabled != touchExplorationEnabled) { in setStateLocked()
421 public void onStateChanged(boolean accessibilityEnabled, boolean touchExplorationEnabled) { in onStateChanged() argument422 mRightAffordanceView.setClickable(touchExplorationEnabled); in onStateChanged()423 mLeftAffordanceView.setClickable(touchExplorationEnabled); in onStateChanged()
1114 boolean touchExplorationEnabled = mAccessibilityManager.isTouchExplorationEnabled(); in onLongPressNavigationButtons()1118 if (inLockTaskMode && !touchExplorationEnabled) { in onLongPressNavigationButtons()1141 } else if (touchExplorationEnabled && inLockTaskMode) { in onLongPressNavigationButtons()
885 ComponentName service, boolean touchExplorationEnabled) { in temporaryEnableAccessibilityStateUntilKeyguardRemoved() argument896 userState.setTouchExplorationEnabledLocked(touchExplorationEnabled); in temporaryEnableAccessibilityStateUntilKeyguardRemoved()1973 final boolean touchExplorationEnabled = Settings.Secure.getIntForUser( in readTouchExplorationEnabledSettingLocked()1976 if (touchExplorationEnabled != userState.isTouchExplorationEnabledLocked()) { in readTouchExplorationEnabledSettingLocked()1977 userState.setTouchExplorationEnabledLocked(touchExplorationEnabled); in readTouchExplorationEnabledSettingLocked()2020 boolean touchExplorationEnabled = mUiAutomationManager.isTouchExplorationEnabledLocked(); in updateTouchExplorationLocked()2027 touchExplorationEnabled = true; in updateTouchExplorationLocked()2033 if (touchExplorationEnabled != userState.isTouchExplorationEnabledLocked()) { in updateTouchExplorationLocked()2034 userState.setTouchExplorationEnabledLocked(touchExplorationEnabled); in updateTouchExplorationLocked()2038 Settings.Secure.TOUCH_EXPLORATION_ENABLED, touchExplorationEnabled ? 1 : 0, in updateTouchExplorationLocked()
1137 final boolean touchExplorationEnabled = getIntValueFromTable(db, TABLE_SECURE, in onUpgrade()1139 if (accessibilityEnabled && touchExplorationEnabled) { in onUpgrade()