Searched refs:mSoftKeyboardController (Results 1 – 2 of 2) sorted by relevance
807 private SoftKeyboardController mSoftKeyboardController; field in AccessibilityService852 if (mSoftKeyboardController != null) { in dispatchServiceConnected()853 mSoftKeyboardController.onServiceConnected(); in dispatchServiceConnected()1940 if (mSoftKeyboardController == null) { in getSoftKeyboardController()1941 mSoftKeyboardController = new SoftKeyboardController(this, mLock); in getSoftKeyboardController()1943 return mSoftKeyboardController; in getSoftKeyboardController()1974 if (mSoftKeyboardController != null) { in onSoftKeyboardShowModeChanged()1975 mSoftKeyboardController.dispatchSoftKeyboardShowModeChanged(showMode); in onSoftKeyboardShowModeChanged()
86 Landroid/accessibilityservice/AccessibilityService;->mSoftKeyboardController:Landroid/accessibility…