Searched refs:outputListeners (Results 1 – 2 of 2) sorted by relevance
49 private val outputListeners: MutableList<FoldStateLoggingListener> = mutableListOf() constant in com.android.systemui.unfold.FoldStateLoggingProviderImpl90 outputListeners.forEach { it.onFoldUpdate(foldStateChange) } in dispatchState()101 outputListeners.add(listener) in addCallback()105 outputListeners.remove(listener) in removeCallback()
52 private val outputListeners = CopyOnWriteArrayList<FoldStateProvider.FoldUpdatesListener>() constant100 outputListeners.add(listener) in addCallback()104 outputListeners.remove(listener) in removeCallback()170 outputListeners.forEach { it.onHingeAngleUpdate(angle) } in onHingeAngle()232 outputListeners.forEach { it.onFoldUpdate(update) } in notifyFoldUpdate()265 outputListeners.forEach { it.onUnfoldedScreenAvailable() } in cancelAnimation()