Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethodManager.java2194 mCurRootView.getLastClickToolType(), in showSoftInput()
2235 mCurRootView.getLastClickToolType(), in showSoftInputUnchecked()
2759 editorInfo.setInitialToolType(mCurRootView.getLastClickToolType()); in startInputInner()
/aosp14/frameworks/base/core/java/android/view/
H A DViewRootImpl.java8327 public int getLastClickToolType() { in getLastClickToolType() method in ViewRootImpl.TrackballAxis