Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/displayservicetests/src/com/android/server/display/
H A DDeviceStateToLayoutMapTest.java98 assertEquals("concurrent1", configLayout.getAt(0).getThermalBrightnessThrottlingMapId()); in testThermalBrightnessThrottlingMapId()
99 assertEquals("concurrent2", configLayout.getAt(1).getThermalBrightnessThrottlingMapId()); in testThermalBrightnessThrottlingMapId()
106 assertEquals(Layout.Display.POSITION_FRONT, configLayout.getAt(0).getPosition()); in testRearDisplayLayout()
107 assertEquals(Layout.Display.POSITION_REAR, configLayout.getAt(1).getPosition()); in testRearDisplayLayout()
114 assertEquals("test1", configLayout.getAt(0).getRefreshRateZoneId()); in testRefreshRateZoneId()
115 assertNull(configLayout.getAt(1).getRefreshRateZoneId()); in testRefreshRateZoneId()
122 assertEquals("test2", configLayout.getAt(0).getRefreshRateThermalThrottlingMapId()); in testThermalRefreshRateThrottlingMapId()
123 assertNull(configLayout.getAt(1).getRefreshRateThermalThrottlingMapId()); in testThermalRefreshRateThrottlingMapId()
/aosp14/frameworks/base/services/core/java/com/android/server/display/layout/
H A DLayout.java246 public Display getAt(int index) { in getAt() method in Layout
/aosp14/frameworks/base/services/core/java/com/android/server/display/
H A DLogicalDisplayMapper.java1014 final Layout.Display displayLayout = mCurrentLayout.getAt(i); in applyLayoutLocked()
/aosp14/frameworks/base/services/
H A Dart-profile3923 HSPLcom/android/server/display/layout/Layout;->getAt(I)Lcom/android/server/display/layout/Layout$Di…