Searched refs:softInputModeToString (Results 1 – 13 of 13) sorted by relevance
154 + InputMethodDebug.softInputModeToString(mSoftInputState)); in startInputOrWindowGainedFocus_forwardNavigation()195 + InputMethodDebug.softInputModeToString(mSoftInputState)); in startInputOrWindowGainedFocus_notForwardNavigation()252 + InputMethodDebug.softInputModeToString(mSoftInputState) in startInputOrWindowGainedFocus()254 + InputMethodDebug.softInputModeToString(mSoftInputAdjustment)); in startInputOrWindowGainedFocus()
86 InputMethodDebug.softInputModeToString(mFocusedWindowSoftInputMode)); in dumpDebug()91 p.println(prefix + "softInputMode=" + InputMethodDebug.softInputModeToString( in dump()
98 InputMethodDebug.softInputModeToString( in performShowIme()129 InputMethodDebug.softInputModeToString( in performHideIme()
145 pw.println(" focusedWindowSoftInputMode=" + InputMethodDebug.softInputModeToString( in dump()
177 pw.println(" softInputMode=" + InputMethodDebug.softInputModeToString( in dump()
33 import static com.android.internal.inputmethod.InputMethodDebug.softInputModeToString;788 + " softInputModeState " + softInputModeToString(mSoftInputModeState) in toString()
3880 + " softInputMode=" + InputMethodDebug.softInputModeToString(softInputMode) in startInputOrWindowGainedFocusInternalLocked()4619 proto.write(CUR_FOCUSED_WINDOW_SOFT_INPUT_MODE, InputMethodDebug.softInputModeToString( in dumpDebug()
52 InputMethodDebug.softInputModeToString( in testSoftInputModeToString()
106 + " softInputMode=" + InputMethodDebug.softInputModeToString( in onPostWindowFocus()
5667 sb.append(softInputModeToString(softInputMode)); in toString()5972 private static String softInputModeToString(@SoftInputModeFlags int softInputMode) { in softInputModeToString() method in WindowManager.LayoutParams
9669 proto.write(SOFT_INPUT_MODE, InputMethodDebug.softInputModeToString(mSoftInputMode)); in dumpDebug()
108 public static String softInputModeToString(@SoftInputModeFlags int softInputMode) { in softInputModeToString() method in InputMethodDebug
64584 Landroid/view/WindowManager$LayoutParams;->softInputModeToString(I)Ljava/lang/String;85269 Lcom/android/internal/view/InputMethodClient;->softInputModeToString(I)Ljava/lang/String;