Home
last modified time | relevance | path

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

/cts/tests/app/app/src/android/app/stubs/
DOrientationTestUtils.java62 final DisplayInfo displayInfo = new DisplayInfo(); in getOrientations() local
63 activity.getDisplay().getDisplayInfo(displayInfo); in getOrientations()
64 final int originalOrientation = displayInfo.logicalWidth > displayInfo.logicalHeight in getOrientations()
84 final DisplayInfo displayInfo = new DisplayInfo(); in isCloseToSquareDisplay() local
85 activity.getDisplay().getDisplayInfo(displayInfo); in isCloseToSquareDisplay()
86 final int w = displayInfo.logicalWidth; in isCloseToSquareDisplay()
87 final int h = displayInfo.logicalHeight; in isCloseToSquareDisplay()
/cts/tests/tests/telephony/current/src/android/telephony/cts/
DPhoneStateListenerTest.java709 public void onDisplayInfoChanged(TelephonyDisplayInfo displayInfo) { in testOnDisplayInfoChanged()
DTelephonyCallbackTest.java686 public void onDisplayInfoChanged(TelephonyDisplayInfo displayInfo) { in onDisplayInfoChanged() argument
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DWindowManagerState.java1134 DisplayInfoProto infoProto = proto.displayInfo; in DisplayContent()