Searched refs:dumpViewInfo (Results 1 – 4 of 4) sorted by relevance
343 public static String dumpViewInfo(@Nullable View view) { in dumpViewInfo() method in InputMethodDebug
255 dumpViewInfo(rootView, outerPrefix, pw); in dumpViewByTraversal()271 dumpViewInfo(child, outerPrefix, pw); in dumpChildren()276 private void dumpViewInfo(View view, String outerPrefix, PrintWriter pw) { in dumpViewInfo() method in UiTranslationController
2120 + InputMethodDebug.dumpViewInfo(clearedView)); in finishInputLocked()3164 Log.v(TAG, "Starting input: view=" + InputMethodDebug.dumpViewInfo(view) + in startInputInner()3222 + " view=" + InputMethodDebug.dumpViewInfo(view) in startInputInner()3223 + " servedView=" + InputMethodDebug.dumpViewInfo(servedView) in startInputInner()3283 Log.v(TAG, "START INPUT: view=" + InputMethodDebug.dumpViewInfo(view) in startInputInner()3573 + InputMethodDebug.dumpViewInfo(view)); in onViewFocusChangedInternal()
59855 Landroid/view/inputmethod/InputMethodManager;->dumpViewInfo(Landroid/view/View;)Ljava/lang/String;