Searched refs:currentTextSize_ (Results 1 – 2 of 2) sorted by relevance
43 currentTextSize_ = in Update()45 defaultTextSize_ = currentTextSize_; in Update()82 if (GreatNotEqual(currentTextSize_, textSizeMax)) { in PerformLayout()83 currentTextSize_ = textSizeMax; in PerformLayout()85 currentTextSize_ = defaultTextSize_; in PerformLayout()87 normalStyle_.SetFontSize(Dimension(currentTextSize_)); in PerformLayout()88 activeStyle_.SetFontSize(Dimension(currentTextSize_)); in PerformLayout()
144 double currentTextSize_ = 0.0; variable