Home
last modified time | relevance | path

Searched defs:createDisplayInfo (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
H A DShadowDisplayManager.java145 private static DisplayInfo createDisplayInfo( in createDisplayInfo() method in ShadowDisplayManager
182 private static DisplayInfo createDisplayInfo(String qualifiersStr, @Nullable Integer displayId) { in createDisplayInfo() method in ShadowDisplayManager
186 private static DisplayInfo createDisplayInfo( in createDisplayInfo() method in ShadowDisplayManager
/aosp_15_r20/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/common/
H A DImeListenerTest.kt95 private fun createDisplayInfo(width: Int, height: Int, cutoutHeight: Int, in createDisplayInfo() method in com.android.wm.shell.common.ImeListenerTest
H A DDisplayLayoutTest.java149 private DisplayInfo createDisplayInfo(int width, int height, int cutoutHeight, int rotation) { in createDisplayInfo() method in DisplayLayoutTest
/aosp_15_r20/packages/apps/Launcher3/quickstep/tests/src/com/android/quickstep/
DOrientationTouchTransformerTest.java327 private DisplayController.Info createDisplayInfo(Size screenSize, int rotation) { in createDisplayInfo() method in OrientationTouchTransformerTest
/aosp_15_r20/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DContentRecorderTests.java118 private DisplayInfo createDisplayInfo(int width, int height) { in createDisplayInfo() method in ContentRecorderTests