Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/accessibilityservice/
DAccessibilityService.java849 private SoftKeyboardController mSoftKeyboardController; field in AccessibilityService
895 if (mSoftKeyboardController != null) { in dispatchServiceConnected()
896 mSoftKeyboardController.onServiceConnected(); in dispatchServiceConnected()
1999 if (mSoftKeyboardController == null) { in getSoftKeyboardController()
2000 mSoftKeyboardController = new SoftKeyboardController(this, mLock); in getSoftKeyboardController()
2002 return mSoftKeyboardController; in getSoftKeyboardController()
2033 if (mSoftKeyboardController != null) { in onSoftKeyboardShowModeChanged()
2034 mSoftKeyboardController.dispatchSoftKeyboardShowModeChanged(showMode); in onSoftKeyboardShowModeChanged()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt86 Landroid/accessibilityservice/AccessibilityService;->mSoftKeyboardController:Landroid/accessibility…