Searched refs:dumpViewInfo (Results 1 – 2 of 2) sorted by relevance
1259 if (DEBUG) Log.v(TAG, "FINISH INPUT: mServedView=" + dumpViewInfo(mServedView)); in finishInputLocked()1607 Log.v(TAG, "Starting input: view=" + dumpViewInfo(view) + in startInputInner()1670 "Starting input: finished by someone else. view=" + dumpViewInfo(view) in startInputInner()1671 + " mServedView=" + dumpViewInfo(mServedView) in startInputInner()1717 if (DEBUG) Log.v(TAG, "START INPUT: view=" + dumpViewInfo(view) + " ic=" in startInputInner()1794 if (DEBUG) Log.v(TAG, "focusIn: " + dumpViewInfo(view)); in focusInLocked()1820 if (DEBUG) Log.v(TAG, "focusOut: view=" + dumpViewInfo(view) in focusOut()1821 + " mServedView=" + dumpViewInfo(mServedView)); in focusOut()1843 if (DEBUG) Log.v(TAG, "onViewDetachedFromWindow: view=" + dumpViewInfo(view) in onViewDetachedFromWindow()1844 + " mServedView=" + dumpViewInfo(mServedView)); in onViewDetachedFromWindow()[all …]
74927 Landroid/view/inputmethod/InputMethodManager;->dumpViewInfo(Landroid/view/View;)Ljava/lang/String;