Searched refs:RotationListener (Results 1 – 8 of 8) sorted by relevance
37 ) : CallbackController<RotationChangeProvider.RotationListener> {39 private val listeners = mutableListOf<RotationListener>()44 override fun addCallback(listener: RotationListener) { in addCallback()53 override fun removeCallback(listener: RotationListener) { in removeCallback()80 fun interface RotationListener { in interface() interface in com.android.systemui.unfold.updates.RotationChangeProvider
30 import com.android.systemui.unfold.updates.RotationChangeProvider.RotationListener66 private val rotationListener = RotationListener { in <lambda>()
36 protected RotationListener mRotationListener;135 public void setRotationListener(RotationListener listener) { in setRotationListener()153 public interface RotationListener { interface in MultiListLayout
22 import com.android.systemui.unfold.updates.RotationChangeProvider.RotationListener in <lambda>()45 private val rotationListener = RotationListener { rotation -> in <lambda>()
26 import com.android.systemui.unfold.updates.RotationChangeProvider.RotationListener48 @Mock lateinit var listener: RotationListener
31 import com.android.systemui.unfold.updates.RotationChangeProvider.RotationListener in <lambda>()68 @Captor private lateinit var rotationListener: ArgumentCaptor<RotationListener> in <lambda>()
25 import com.android.systemui.unfold.updates.RotationChangeProvider.RotationListener48 @Captor private lateinit var rotationListenerCaptor: ArgumentCaptor<RotationListener>
338 private inner class RotationWatcher : RotationChangeProvider.RotationListener { in <lambda>()