Searched refs:getAt (Results 1 – 4 of 4) sorted by relevance
98 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()
246 public Display getAt(int index) { in getAt() method in Layout
1014 final Layout.Display displayLayout = mCurrentLayout.getAt(i); in applyLayoutLocked()
3923 HSPLcom/android/server/display/layout/Layout;->getAt(I)Lcom/android/server/display/layout/Layout$Di…