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

/frameworks/base/core/java/android/view/inputmethod/
H A DBaseInputConnection.java505 public boolean reportFullscreenMode(boolean enabled) { method in class:BaseInputConnection
H A DInputConnection.java326 public boolean reportFullscreenMode(boolean enabled); method in interface:InputConnection
H A DInputConnectionWrapper.java118 public boolean reportFullscreenMode(boolean enabled) { method in class:InputConnectionWrapper
119 return mTarget.reportFullscreenMode(enabled);
/frameworks/base/core/java/com/android/internal/view/
H A DInputConnectionWrapper.java389 public boolean reportFullscreenMode(boolean enabled) { method in class:InputConnectionWrapper
391 mIInputContext.reportFullscreenMode(enabled);
H A DIInputConnectionWrapper.java164 public void reportFullscreenMode(boolean enabled) { method in class:IInputConnectionWrapper
394 ic.reportFullscreenMode(msg.arg1 == 1);

Completed in 398 milliseconds