Searched refs:mOnWindowAttachListeners (Results 1 – 1 of 1) sorted by relevance
37 private CopyOnWriteArrayList<OnWindowAttachListener> mOnWindowAttachListeners; field in ViewTreeObserver341 if (observer.mOnWindowAttachListeners != null) { in merge()342 if (mOnWindowAttachListeners != null) { in merge()343 mOnWindowAttachListeners.addAll(observer.mOnWindowAttachListeners); in merge()345 mOnWindowAttachListeners = observer.mOnWindowAttachListeners; in merge()426 if (mOnWindowAttachListeners == null) { in addOnWindowAttachListener()427 mOnWindowAttachListeners in addOnWindowAttachListener()431 mOnWindowAttachListeners.add(listener); in addOnWindowAttachListener()445 if (mOnWindowAttachListeners == null) { in removeOnWindowAttachListener()448 mOnWindowAttachListeners.remove(victim); in removeOnWindowAttachListener()[all …]