Searched refs:mSoftKeyboardController (Results 1 – 2 of 2) sorted by relevance
460 private SoftKeyboardController mSoftKeyboardController; field in AccessibilityService495 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()
86 Landroid/accessibilityservice/AccessibilityService;->mSoftKeyboardController:Landroid/accessibility…