Searched refs:maxMode (Results 1 – 3 of 3) sorted by relevance
125 int maxMode = 0; in GetBgLimitMaxMode() local131 if (iter->second > maxMode) { in GetBgLimitMaxMode()132 maxMode = iter->second; in GetBgLimitMaxMode()135 return maxMode; in GetBgLimitMaxMode()
136 int32_t maxMode = HGM_REFRESHRATE_MODE_AUTO; in CheckCustomFrameRateModeValid() local142 if (maxMode < mode) { in CheckCustomFrameRateModeValid()143 maxMode = mode; in CheckCustomFrameRateModeValid()146 HGM_LOGE("auto repair mode: %{public}d -> %{public}d", customFrameRateMode_, maxMode); in CheckCustomFrameRateModeValid()147 customFrameRateMode_ = maxMode; in CheckCustomFrameRateModeValid()
678 auto maxMode = windowSessionProperty->GetMaximizeMode(); in CheckIfUpdatePointAreas() local686 maxMode != MaximizeMode::MODE_AVOID_SYSTEM_BAR) || in CheckIfUpdatePointAreas()