Searched refs:mOnWindowAttachListeners (Results 1 – 2 of 2) sorted by relevance
45 private CopyOnWriteArrayList<OnWindowAttachListener> mOnWindowAttachListeners; field in ViewTreeObserver390 if (observer.mOnWindowAttachListeners != null) { in merge()391 if (mOnWindowAttachListeners != null) { in merge()392 mOnWindowAttachListeners.addAll(observer.mOnWindowAttachListeners); in merge()394 mOnWindowAttachListeners = observer.mOnWindowAttachListeners; in merge()507 if (mOnWindowAttachListeners == null) { in addOnWindowAttachListener()508 mOnWindowAttachListeners in addOnWindowAttachListener()512 mOnWindowAttachListeners.add(listener); in addOnWindowAttachListener()526 if (mOnWindowAttachListeners == null) { in removeOnWindowAttachListener()529 mOnWindowAttachListeners.remove(victim); in removeOnWindowAttachListener()[all …]
64373 Landroid/view/ViewTreeObserver;->mOnWindowAttachListeners:Ljava/util/concurrent/CopyOnWriteArrayLis…