Searched refs:mOnWindowAttachListeners (Results 1 – 1 of 1) sorted by relevance
45 private CopyOnWriteArrayList<OnWindowAttachListener> mOnWindowAttachListeners; field in ViewTreeObserver368 if (observer.mOnWindowAttachListeners != null) { in merge()369 if (mOnWindowAttachListeners != null) { in merge()370 mOnWindowAttachListeners.addAll(observer.mOnWindowAttachListeners); in merge()372 mOnWindowAttachListeners = observer.mOnWindowAttachListeners; in merge()477 if (mOnWindowAttachListeners == null) { in addOnWindowAttachListener()478 mOnWindowAttachListeners in addOnWindowAttachListener()482 mOnWindowAttachListeners.add(listener); in addOnWindowAttachListener()496 if (mOnWindowAttachListeners == null) { in removeOnWindowAttachListener()499 mOnWindowAttachListeners.remove(victim); in removeOnWindowAttachListener()[all …]