Searched refs:isWindowManagerDrawComplete (Results 1 – 4 of 4) sorted by relevance
373 when(mMockDisplayPolicy.isWindowManagerDrawComplete()).thenReturn(true); in testNotEnablesSensor_AutoRotationNotSupported()388 when(mMockDisplayPolicy.isWindowManagerDrawComplete()).thenReturn(true); in testNotEnablesSensor_ScreenNotOn()403 when(mMockDisplayPolicy.isWindowManagerDrawComplete()).thenReturn(true); in testNotEnablesSensor_NotAwake()418 when(mMockDisplayPolicy.isWindowManagerDrawComplete()).thenReturn(true); in testNotEnablesSensor_KeyguardNotDrawnCompletely()433 when(mMockDisplayPolicy.isWindowManagerDrawComplete()).thenReturn(false); in testNotEnablesSensor_WindowManagerNotDrawnCompletely()446 when(mMockDisplayPolicy.isWindowManagerDrawComplete()).thenReturn(true); in testNotEnablesSensor_FixedUserRotation()460 when(mMockDisplayPolicy.isWindowManagerDrawComplete()).thenReturn(true); in testNotEnablesSensor_ForceDefaultRotation_Car()473 when(mMockDisplayPolicy.isWindowManagerDrawComplete()).thenReturn(true); in testNotEnablesSensor_ForceDefaultRotation_Tv()482 when(mMockDisplayPolicy.isWindowManagerDrawComplete()).thenReturn(true); in enableOrientationSensor()
1079 final boolean windowManagerDrawComplete = mDisplayPolicy.isWindowManagerDrawComplete(); in updateOrientationListenerLw()
805 public boolean isWindowManagerDrawComplete() { in isWindowManagerDrawComplete() method in DisplayPolicy
6154 mDefaultDisplayPolicy.isWindowManagerDrawComplete());