Searched refs:onRotationChanged (Results 1 – 8 of 8) sorted by relevance
106 listenerWrapper.onRotationChanged(newRotation); in RotationProvider()222 void onRotationChanged(int rotation) { in onRotationChanged() method in RotationProvider.ListenerWrapper225 mListener.onRotationChanged(rotation); in onRotationChanged()252 void onRotationChanged(int rotation); in onRotationChanged() method
101 rotation?.let { onRotationChanged(it) } in <lambda>()209 private fun onRotationChanged(@Surface.Rotation newRotation: Int) { in <lambda>() method in com.android.settings.biometrics2.ui.view.FingerprintEnrollFindSfpsFragment
158 Observer { rotation: Int? -> rotation?.let { onRotationChanged(it) } } in <lambda>()607 private fun onRotationChanged(newRotation: Int) { in <lambda>() method
151 public void onRotationChanged(@Rotation int newRotation) { in onRotationChanged() method in BaseUnfoldMoveFromCenterAnimator.UnfoldMoveFromCenterRotationListener
86 mControllers.taskbarViewController.onRotationChanged(dp);
828 public void onRotationChanged(DeviceProfile deviceProfile) { in onRotationChanged() method in TaskbarViewController
148 public void onRotationChanged() {
2722 tv.onRotationChanged(); in updateChildTaskOrientations()