Searched refs:dumpViewInfo (Results 1 – 4 of 4) sorted by relevance
305 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
1971 + InputMethodDebug.dumpViewInfo(clearedView)); in finishInputLocked()2682 Log.v(TAG, "Starting input: view=" + InputMethodDebug.dumpViewInfo(view) + in startInputInner()2740 + " view=" + InputMethodDebug.dumpViewInfo(view) in startInputInner()2741 + " servedView=" + InputMethodDebug.dumpViewInfo(servedView) in startInputInner()2801 Log.v(TAG, "START INPUT: view=" + InputMethodDebug.dumpViewInfo(view) in startInputInner()3049 + InputMethodDebug.dumpViewInfo(view)); in onViewFocusChangedInternal()
60498 Landroid/view/inputmethod/InputMethodManager;->dumpViewInfo(Landroid/view/View;)Ljava/lang/String;