Searched refs:isGraphic (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DTicker.java71 while (end > start && !TextUtils.isGraphic(substr.charAt(end-1))) {
104 while (index < len && !TextUtils.isGraphic(this.text.charAt(index))) {
139 while (index < len && !TextUtils.isGraphic(text.charAt(index))) {

Completed in 50 milliseconds