OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mistouchexplorationenabled
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/core/java/android/view/accessibility/
AccessibilityManager.java
108
boolean
mIsTouchExplorationEnabled
;
261
return
mIsTouchExplorationEnabled
;
555
final boolean wasTouchExplorationEnabled =
mIsTouchExplorationEnabled
;
560
mIsTouchExplorationEnabled
= touchExplorationEnabled;
668
isTouchExplorationEnabled =
mIsTouchExplorationEnabled
;
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
AccessibilityManagerService.java
690
userState.
mIsTouchExplorationEnabled
= false;
[
all
...]
Completed in 80 milliseconds