Searched refs:viewForWindowFocus (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/core/java/android/view/ |
D | ImeFocusController.java | 80 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/ |
D | InputMethodManager.java | 831 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()
|