Searched refs:watchRotation (Results 1 – 11 of 11) sorted by relevance
225 mIWindowManager.watchRotation(mRotationWatcher, Display.DEFAULT_DISPLAY); in createFullscreenMagnificationBorder()
144 .watchRotation(any(IRotationWatcher.class), eq(Display.DEFAULT_DISPLAY)); in enableFullscreenMagnification_visibleBorder()
57 sRotation = sWindowManager.watchRotation( in LegacySensorManager()
305 int watchRotation(IRotationWatcher watcher, int displayId); in watchRotation() method
170 verify(mWm, times(1)).watchRotation(any(), anyInt()); in testSetupBarsRegistersListeners()
259 mWm.watchRotation(mRotationWatcher, mDefaultDisplayId); in setupOnFirstBar()
241 .watchRotation(mRotationWatcher, DEFAULT_DISPLAY); in registerListeners()
196 Landroid/view/IWindowManager$Stub$Proxy;->watchRotation(Landroid/view/IRotationWatcher;I)I
60447 Landroid/view/IWindowManager;->watchRotation(Landroid/view/IRotationWatcher;I)I
3808 WindowManagerHolder.sWindowManager.watchRotation(this,
4768 public int watchRotation(IRotationWatcher watcher, int displayId) { in watchRotation() method in WindowManagerService