Home
last modified time | relevance | path

Searched defs:mDisplayInfo (Results 1 – 10 of 10) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DRefreshRatePolicy.java59 private final DisplayInfo mDisplayInfo; field in RefreshRatePolicy
H A DWindowToken.java119 final DisplayInfo mDisplayInfo; field in WindowToken.FixedRotationTransformState
H A DDisplayContent.java464 private final DisplayInfo mDisplayInfo = new DisplayInfo(); field in DisplayContent
/aosp14/frameworks/base/core/tests/mockingcoretests/src/android/view/
H A DDisplayTest.java88 private DisplayInfo mDisplayInfo = new DisplayInfo(); field in DisplayTest
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/
H A DScreenDecorationsTest.java169 private DisplayInfo mDisplayInfo; field in ScreenDecorationsTest
/aosp14/frameworks/base/core/java/android/hardware/display/
H A DDisplayManagerGlobal.java1114 private final DisplayInfo mDisplayInfo = new DisplayInfo(); field in DisplayManagerGlobal.DisplayListenerDelegate
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DScreenDecorations.java177 protected DisplayInfo mDisplayInfo = new DisplayInfo(); field in ScreenDecorations
/aosp14/frameworks/base/core/java/android/view/
H A DDisplay.java101 private DisplayInfo mDisplayInfo; // never null field in Display
/aosp14/frameworks/base/services/tests/displayservicetests/src/com/android/server/display/mode/
H A DDisplayModeDirectorTest.java3082 private final DisplayInfo mDisplayInfo; field in DisplayModeDirectorTest.FakesInjector
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DWindowTestsBase.java157 DisplayInfo mDisplayInfo = new DisplayInfo(); field in WindowTestsBase