Home
last modified time | relevance | path

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

/foundation/windowmanager/dmserver/src/
Dabstract_screen_controller.cpp345 int32_t activeModeId = rsInterface_.GetScreenActiveMode(rsScreenId).GetScreenModeId(); in FillAbstractScreen() local
346 WLOGD("fill screen activeModeId:%{public}d", activeModeId); in FillAbstractScreen()
347 if (static_cast<std::size_t>(activeModeId) >= allModes.size()) { in FillAbstractScreen()
349 rsScreenId, activeModeId, static_cast<uint32_t>(allModes.size())); in FillAbstractScreen()
352 absScreen->activeIdx_ = activeModeId; in FillAbstractScreen()