Home
last modified time | relevance | path

Searched refs:mMockDisplayContent (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DDisplayRotationTests.java118 private DisplayContent mMockDisplayContent; field in DisplayRotationTests
214 verify(mMockDisplayWindowSettings).setUserRotation(mMockDisplayContent, in testPersistsUserRotation_LockRotation_NonDefaultDisplay()
238 verify(mMockDisplayWindowSettings).setUserRotation(same(mMockDisplayContent), in testPersistsUserRotation_UnlockRotation_NonDefaultDisplay()
1024 mMockDisplayContent.mCurrentFocus = win; in testShouldRotateSeamlessly()
1182 when(mMockDisplayContent.isDisplayOrientationFixed()).thenReturn(true); in testIsFixedToUserRotation_displayContentOrientationFixed()
1422 mMockDisplayContent = mock(DisplayContent.class); in build()
1423 mMockDisplayContent.isDefaultDisplay = mIsDefaultDisplay; in build()
1424 when(mMockDisplayContent.calculateDisplayCutoutForRotation(anyInt())) in build()
1426 when(mMockDisplayContent.getDefaultTaskDisplayArea()) in build()
1428 when(mMockDisplayContent.getWindowConfiguration()) in build()
[all …]