Home
last modified time | relevance | path

Searched refs:dumpViewInfo (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/core/java/android/view/translation/
H A DUiTranslationController.java250 dumpViewInfo(rootView, outerPrefix, pw); in dumpViewByTraversal()
266 dumpViewInfo(child, outerPrefix, pw); in dumpChildren()
271 private void dumpViewInfo(View view, String outerPrefix, PrintWriter pw) { in dumpViewInfo() method in UiTranslationController
/aosp12/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethodManager.java1474 + 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()
3167 private static String dumpViewInfo(@Nullable final View view) { in dumpViewInfo() method in InputMethodManager
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt63821 Landroid/view/inputmethod/InputMethodManager;->dumpViewInfo(Landroid/view/View;)Ljava/lang/String;