Searched refs:mAttachedWindow (Results 1 – 1 of 1) sorted by relevance
36 private Window mAttachedWindow; field in CollectorThread106 if (mAttachedWindow != null) { in attachToWindow()107 mAttachedWindow.removeOnFrameMetricsAvailableListener(mCollector); in attachToWindow()110 mAttachedWindow = window; in attachToWindow()116 if (mAttachedWindow != null) { in detachFromWindow()117 mAttachedWindow.removeOnFrameMetricsAvailableListener(mCollector); in detachFromWindow()120 mAttachedWindow = null; in detachFromWindow()