Searched refs:mOnWindowAttachListeners (Results 1 – 1 of 1) sorted by relevance
40 private CopyOnWriteArrayList<OnWindowAttachListener> mOnWindowAttachListeners; field in ViewTreeObserver348 if (observer.mOnWindowAttachListeners != null) { in merge()349 if (mOnWindowAttachListeners != null) { in merge()350 mOnWindowAttachListeners.addAll(observer.mOnWindowAttachListeners); in merge()352 mOnWindowAttachListeners = observer.mOnWindowAttachListeners; in merge()441 if (mOnWindowAttachListeners == null) { in addOnWindowAttachListener()442 mOnWindowAttachListeners in addOnWindowAttachListener()446 mOnWindowAttachListeners.add(listener); in addOnWindowAttachListener()460 if (mOnWindowAttachListeners == null) { in removeOnWindowAttachListener()463 mOnWindowAttachListeners.remove(victim); in removeOnWindowAttachListener()[all …]