Searched defs:calledInBackground (Results 1 - 2 of 2) sorted by path

/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethodManager.java560 protected void onReportFullscreenMode(boolean enabled, boolean calledInBackground) { argument
561 mParentInputMethodManager.onReportFullscreenMode(enabled, calledInBackground,
727 public void onReportFullscreenMode(boolean fullScreen, boolean calledInBackground, argument
730 if (!calledInBackground || TextUtils.equals(mCurId, inputMethodId)) {
/frameworks/base/core/java/com/android/internal/view/
H A DIInputConnectionWrapper.java139 * @param calledInBackground {@code true} if this input connection is in a state when incoming
142 abstract protected void onReportFullscreenMode(boolean enabled, boolean calledInBackground); argument

Completed in 60 milliseconds