Searched refs:isWindowManagerDrawComplete (Results 1 – 5 of 5) sorted by relevance
449 when(mMockDisplayPolicy.isWindowManagerDrawComplete()).thenReturn(true); in testNotEnablesSensor_AutoRotationNotSupported()464 when(mMockDisplayPolicy.isWindowManagerDrawComplete()).thenReturn(true); in testNotEnablesSensor_ScreenNotOn()479 when(mMockDisplayPolicy.isWindowManagerDrawComplete()).thenReturn(true); in testNotEnablesSensor_NotAwake()494 when(mMockDisplayPolicy.isWindowManagerDrawComplete()).thenReturn(true); in testNotEnablesSensor_KeyguardNotDrawnCompletely()509 when(mMockDisplayPolicy.isWindowManagerDrawComplete()).thenReturn(false); in testNotEnablesSensor_WindowManagerNotDrawnCompletely()522 when(mMockDisplayPolicy.isWindowManagerDrawComplete()).thenReturn(true); in testNotEnablesSensor_FixedUserRotation()536 when(mMockDisplayPolicy.isWindowManagerDrawComplete()).thenReturn(true); in testNotEnablesSensor_ForceDefaultRotation_Car()549 when(mMockDisplayPolicy.isWindowManagerDrawComplete()).thenReturn(true); in testNotEnablesSensor_ForceDefaultRotation_Tv()558 when(mMockDisplayPolicy.isWindowManagerDrawComplete()).thenReturn(true); in enableOrientationSensor()
1111 final boolean windowManagerDrawComplete = mDisplayPolicy.isWindowManagerDrawComplete(); in updateOrientationListenerLw()
828 public boolean isWindowManagerDrawComplete() { in isWindowManagerDrawComplete() method in DisplayPolicy
6533 mDefaultDisplayPolicy.isWindowManagerDrawComplete());
27080 PLcom/android/server/wm/DisplayPolicy;->isWindowManagerDrawComplete()Z