Searched refs:mOnWindowAttachListeners (Results 1 – 2 of 2) sorted by relevance
45 private CopyOnWriteArrayList<OnWindowAttachListener> mOnWindowAttachListeners; field in ViewTreeObserver392 if (observer.mOnWindowAttachListeners != null) { in merge()393 if (mOnWindowAttachListeners != null) { in merge()394 mOnWindowAttachListeners.addAll(observer.mOnWindowAttachListeners); in merge()396 mOnWindowAttachListeners = observer.mOnWindowAttachListeners; in merge()509 if (mOnWindowAttachListeners == null) { in addOnWindowAttachListener()510 mOnWindowAttachListeners in addOnWindowAttachListener()514 mOnWindowAttachListeners.add(listener); in addOnWindowAttachListener()528 if (mOnWindowAttachListeners == null) { in removeOnWindowAttachListener()531 mOnWindowAttachListeners.remove(victim); in removeOnWindowAttachListener()[all …]
65016 Landroid/view/ViewTreeObserver;->mOnWindowAttachListeners:Ljava/util/concurrent/CopyOnWriteArrayLis…