Searched refs:IsTablet (Results 1 – 6 of 6) sorted by relevance
51 if ((IsPhone() || IsTablet()) && onFocus_) { in Paint()54 if ((IsPhone() || IsTablet()) && isTouch_) { in Paint()57 if ((IsPhone() || IsTablet()) && isHover_) { in Paint()
80 if ((IsPhone() || IsTablet()) && onFocus_) { in Paint()83 if ((IsPhone() || IsTablet()) && isTouch_) { in Paint()86 if ((IsPhone() || IsTablet()) && isHover_) { in Paint()
83 bool IsTablet() const in IsTablet() function
62 if ((IsPhone() || IsTablet()) && onFocus_) { in Paint()65 if ((IsPhone() || IsTablet()) && isTouch_) { in Paint()68 if ((IsPhone() || IsTablet()) && isHover_) { in Paint()
53 …if ((IsTablet() || IsPhone()) && !isIndicator_ && operationEvent_ == OperationEvent::RATING_KEY_EV… in Paint()62 if ((IsPhone() || IsTablet()) && !isIndicator_) { in Paint()66 if (!isIndicator_ && (IsTablet() || IsPhone()) && isPress_) { in Paint()
109 bool IsTablet() const in IsTablet() function