Searched defs:reportFullscreenMode (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/core/java/android/view/inputmethod/
H A DInputConnection.java343 public boolean reportFullscreenMode(boolean enabled); method in interface:InputConnection
H A DInputConnectionWrapper.java121 public boolean reportFullscreenMode(boolean enabled) { method in class:InputConnectionWrapper
122 return mTarget.reportFullscreenMode(enabled);
H A DBaseInputConnection.java524 public boolean reportFullscreenMode(boolean enabled) { method in class:BaseInputConnection
/frameworks/base/core/java/com/android/internal/view/
H A DInputConnectionWrapper.java399 public boolean reportFullscreenMode(boolean enabled) { method in class:InputConnectionWrapper
401 mIInputContext.reportFullscreenMode(enabled);
H A DIInputConnectionWrapper.java170 public void reportFullscreenMode(boolean enabled) { method in class:IInputConnectionWrapper
409 ic.reportFullscreenMode(msg.arg1 == 1);

Completed in 307 milliseconds