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