Searched refs:mOnWindowAttachListeners (Results 1 – 1 of 1) sorted by relevance
37 private CopyOnWriteArrayList<OnWindowAttachListener> mOnWindowAttachListeners; field in ViewTreeObserver314 if (observer.mOnWindowAttachListeners != null) { in merge()315 if (mOnWindowAttachListeners != null) { in merge()316 mOnWindowAttachListeners.addAll(observer.mOnWindowAttachListeners); in merge()318 mOnWindowAttachListeners = observer.mOnWindowAttachListeners; in merge()391 if (mOnWindowAttachListeners == null) { in addOnWindowAttachListener()392 mOnWindowAttachListeners in addOnWindowAttachListener()396 mOnWindowAttachListeners.add(listener); in addOnWindowAttachListener()410 if (mOnWindowAttachListeners == null) { in removeOnWindowAttachListener()413 mOnWindowAttachListeners.remove(victim); in removeOnWindowAttachListener()[all …]