Home
last modified time | relevance | path

Searched refs:mSoftKeyboardController (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/accessibilityservice/
DAccessibilityService.java460 private SoftKeyboardController mSoftKeyboardController; field in AccessibilityService
495 if (mSoftKeyboardController != null) { in dispatchServiceConnected()
496 mSoftKeyboardController.onServiceConnected(); in dispatchServiceConnected()
1208 if (mSoftKeyboardController == null) { in getSoftKeyboardController()
1209 mSoftKeyboardController = new SoftKeyboardController(this, mLock); in getSoftKeyboardController()
1211 return mSoftKeyboardController; in getSoftKeyboardController()
1216 if (mSoftKeyboardController != null) { in onSoftKeyboardShowModeChanged()
1217 mSoftKeyboardController.dispatchSoftKeyboardShowModeChanged(showMode); in onSoftKeyboardShowModeChanged()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt86 Landroid/accessibilityservice/AccessibilityService;->mSoftKeyboardController:Landroid/accessibility…