Searched refs:dumpViewInfo (Results 1 – 3 of 3) sorted by relevance
251 dumpViewInfo(rootView, outerPrefix, pw); in dumpViewByTraversal()267 dumpViewInfo(child, outerPrefix, pw); in dumpChildren()272 private void dumpViewInfo(View view, String outerPrefix, PrintWriter pw) { in dumpViewInfo() method in UiTranslationController
1474 + dumpViewInfo(getServedViewLocked())); in finishInputLocked()1876 Log.v(TAG, "Starting input: view=" + dumpViewInfo(view) + in startInputInner()1940 "Starting input: finished by someone else. view=" + dumpViewInfo(view) in startInputInner()1941 + " servedView=" + dumpViewInfo(servedView) in startInputInner()1987 Log.v(TAG, "START INPUT: view=" + dumpViewInfo(view) + " ic=" in startInputInner()3166 private static String dumpViewInfo(@Nullable final View view) { in dumpViewInfo() method in InputMethodManager
63821 Landroid/view/inputmethod/InputMethodManager;->dumpViewInfo(Landroid/view/View;)Ljava/lang/String;