| 586 | } |
| 587 | |
| 588 | int TextEntry::GetNumValues() |
| 589 | { |
| 590 | if (mType == kTextEntry_Int) |
| 591 | return mIntMax - mIntMin + 1; |
| 592 | return 0; |
| 593 | } |
| 594 | |
| 595 | std::string TextEntry::GetDisplayValue(float val) const |
| 596 | { |
no outgoing calls
no test coverage detected