Searched refs:toolBarStyle_ (Results 1 – 2 of 2) sorted by relevance
43 if (toolBarStyle_ != barStyle) { in SetToolBarStyle()46 toolBarStyle_.value_or(BarStyle::STANDARD) == BarStyle::SAFE_AREA_PADDING) { in SetToolBarStyle()49 toolBarStyle_ = barStyle; in SetToolBarStyle()378 (toolBarStyle_.value_or(BarStyle::STANDARD) == BarStyle::SAFE_AREA_PADDING && in UpdateHideBarProperty()
54 return toolBarStyle_; in GetToolBarStyle()272 std::optional<BarStyle> toolBarStyle_; variable