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

/frameworks/base/core/java/android/view/inputmethod/
H A DBaseInputConnection.java438 public boolean reportFullscreenMode(boolean enabled) { method in class:BaseInputConnection
H A DInputConnection.java299 public boolean reportFullscreenMode(boolean enabled); method in interface:InputConnection
H A DInputConnectionWrapper.java110 public boolean reportFullscreenMode(boolean enabled) { method in class:InputConnectionWrapper
111 return mTarget.reportFullscreenMode(enabled);
/frameworks/base/core/java/com/android/internal/view/
H A DInputConnectionWrapper.java350 public boolean reportFullscreenMode(boolean enabled) { method in class:InputConnectionWrapper
352 mIInputContext.reportFullscreenMode(enabled);
H A DIInputConnectionWrapper.java154 public void reportFullscreenMode(boolean enabled) { method in class:IInputConnectionWrapper
359 ic.reportFullscreenMode(msg.arg1 == 1);

Completed in 58 milliseconds