Searched refs:appBarPattern (Results 1 – 1 of 1) sorted by relevance
276 if (!appBarPattern) { in ParsePattern()280 initColorParameters(theme, appBarPattern); in ParsePattern()282 theme->iconSize_ = appBarPattern->GetAttr<Dimension>("icon_size", 0.0_vp); in ParsePattern()288 theme->bentRadius_ = appBarPattern->GetAttr<Dimension>("bent_radius", 18.0_vp); in ParsePattern()289 theme->rightAngle_ = appBarPattern->GetAttr<Dimension>("right_angle", 0.0_vp); in ParsePattern()295 theme->borderWidth_ = appBarPattern->GetAttr<Dimension>("border_width", 1.0_px); in ParsePattern()296 theme->buttonWidth_ = appBarPattern->GetAttr<Dimension>("button_width", 40.0_vp); in ParsePattern()305 theme->blurRadius_ = appBarPattern->GetAttr<Dimension>("blur_radius", 5.0_vp); in ParsePattern()314 theme->dividerColor_ = appBarPattern->GetAttr<Color>("divider_color", Color()); in initColorParameters()315 theme->borderColor_ = appBarPattern->GetAttr<Color>("border_color", Color()); in initColorParameters()[all …]