Searched refs:barDisplayMode_ (Results 1 – 2 of 2) sorted by relevance
949 return barDisplayMode_.value_or(DisplayMode::AUTO); in GetBarDisplayMode()1445 std::optional<DisplayMode> barDisplayMode_ = std::nullopt; variable
8140 CHECK_NULL_VOID(!barDisplayMode_ || barDisplayMode_.value() != barState); in OnBackPressed()8141 barDisplayMode_ = barState; in OnBackPressed()