Loading api/test-current.txt +1 −0 Original line number Diff line number Diff line Loading @@ -3389,6 +3389,7 @@ package android.view.contentcapture { package android.view.inputmethod { public final class InputMethodManager { method public int getDisplayId(); method public boolean isInputMethodPickerShown(); } Loading core/java/android/view/inputmethod/InputMethodManager.java +10 −0 Original line number Diff line number Diff line Loading @@ -2887,6 +2887,16 @@ public final class InputMethodManager { } } /** * <p>This is used for CTS test only. Do not use this method outside of CTS package.<p/> * @return the ID of this display which this {@link InputMethodManager} resides * @hide */ @TestApi public int getDisplayId() { return mDisplayId; } void doDump(FileDescriptor fd, PrintWriter fout, String[] args) { final Printer p = new PrintWriterPrinter(fout); p.println("Input method client state for " + this + ":"); Loading Loading
api/test-current.txt +1 −0 Original line number Diff line number Diff line Loading @@ -3389,6 +3389,7 @@ package android.view.contentcapture { package android.view.inputmethod { public final class InputMethodManager { method public int getDisplayId(); method public boolean isInputMethodPickerShown(); } Loading
core/java/android/view/inputmethod/InputMethodManager.java +10 −0 Original line number Diff line number Diff line Loading @@ -2887,6 +2887,16 @@ public final class InputMethodManager { } } /** * <p>This is used for CTS test only. Do not use this method outside of CTS package.<p/> * @return the ID of this display which this {@link InputMethodManager} resides * @hide */ @TestApi public int getDisplayId() { return mDisplayId; } void doDump(FileDescriptor fd, PrintWriter fout, String[] args) { final Printer p = new PrintWriterPrinter(fout); p.println("Input method client state for " + this + ":"); Loading