Searched refs:mSoftKeyboardController (Results 1 – 2 of 2) sorted by relevance
725 private SoftKeyboardController mSoftKeyboardController; field in AccessibilityService762 if (mSoftKeyboardController != null) { in dispatchServiceConnected()763 mSoftKeyboardController.onServiceConnected(); in dispatchServiceConnected()1583 if (mSoftKeyboardController == null) { in getSoftKeyboardController()1584 mSoftKeyboardController = new SoftKeyboardController(this, mLock); in getSoftKeyboardController()1586 return mSoftKeyboardController; in getSoftKeyboardController()1591 if (mSoftKeyboardController != null) { in onSoftKeyboardShowModeChanged()1592 mSoftKeyboardController.dispatchSoftKeyboardShowModeChanged(showMode); in onSoftKeyboardShowModeChanged()
86 Landroid/accessibilityservice/AccessibilityService;->mSoftKeyboardController:Landroid/accessibility…