Searched refs:isWindowManagerDrawComplete (Results 1 – 5 of 5) sorted by relevance
291 when(mMockDisplayPolicy.isWindowManagerDrawComplete()).thenReturn(true); in testNotEnablesSensor_AutoRotationNotSupported()306 when(mMockDisplayPolicy.isWindowManagerDrawComplete()).thenReturn(true); in testNotEnablesSensor_ScreenNotOn()321 when(mMockDisplayPolicy.isWindowManagerDrawComplete()).thenReturn(true); in testNotEnablesSensor_NotAwake()336 when(mMockDisplayPolicy.isWindowManagerDrawComplete()).thenReturn(true); in testNotEnablesSensor_KeyguardNotDrawnCompletely()351 when(mMockDisplayPolicy.isWindowManagerDrawComplete()).thenReturn(false); in testNotEnablesSensor_WindowManagerNotDrawnCompletely()364 when(mMockDisplayPolicy.isWindowManagerDrawComplete()).thenReturn(true); in testNotEnablesSensor_FixedUserRotation()378 when(mMockDisplayPolicy.isWindowManagerDrawComplete()).thenReturn(true); in testNotEnablesSensor_ForceDefaultRotation_Car()391 when(mMockDisplayPolicy.isWindowManagerDrawComplete()).thenReturn(true); in testNotEnablesSensor_ForceDefaultRotation_Tv()400 when(mMockDisplayPolicy.isWindowManagerDrawComplete()).thenReturn(true); in enableOrientationSensor()
428 final boolean windowManagerDrawComplete = mDisplayPolicy.isWindowManagerDrawComplete(); in updateOrientationListenerLw()
709 public boolean isWindowManagerDrawComplete() { in isWindowManagerDrawComplete() method in DisplayPolicy
2313 && (mAodShowing || !mDefaultDisplayPolicy.isWindowManagerDrawComplete()); in shouldBeHiddenByKeyguard()5420 mDefaultDisplayPolicy.isWindowManagerDrawComplete()); in writeToProto()
16058 HSPLcom/android/server/wm/DisplayPolicy;->isWindowManagerDrawComplete()Z