Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DImeFocusController.java80 View viewForWindowFocus = focusedView != null ? focusedView : mViewRootImpl.mView; in onTraversal() local
81 getImmDelegate().onPostWindowGainedFocus(viewForWindowFocus, windowAttribute); in onTraversal()
103 View viewForWindowFocus = focusedView != null ? focusedView : mViewRootImpl.mView; in onPostWindowFocus() local
105 Log.v(TAG, "onWindowFocus: " + viewForWindowFocus in onPostWindowFocus()
110 getImmDelegate().onPostWindowGainedFocus(viewForWindowFocus, windowAttribute); in onPostWindowFocus()
167 void onPostWindowGainedFocus(View viewForWindowFocus, in onPostWindowGainedFocus() argument
/frameworks/base/core/java/android/view/inputmethod/
DInputMethodManager.java831 public void onPostWindowGainedFocus(View viewForWindowFocus, in onPostWindowGainedFocus() argument
836 onViewFocusChangedInternal(viewForWindowFocus, true); in onPostWindowGainedFocus()
840 final boolean nextFocusIsServedView = mServedView == viewForWindowFocus; in onPostWindowGainedFocus()
843 && !hasActiveInputConnectionInternal(viewForWindowFocus)) { in onPostWindowGainedFocus()
851 int startInputFlags = getStartInputFlags(viewForWindowFocus, 0); in onPostWindowGainedFocus()
877 viewForWindowFocus, startInputFlags, softInputMode, windowFlags)) { in onPostWindowGainedFocus()
893 viewForWindowFocus.getWindowToken(), startInputFlags, softInputMode, in onPostWindowGainedFocus()