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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DTicker.java64 StaticLayout getLayout(CharSequence substr) { argument
67 return new StaticLayout(substr, mPaint, w, Alignment.ALIGN_NORMAL, 1, 0, true);
70 CharSequence rtrim(CharSequence substr, int start, int end) { argument
71 while (end > start && !TextUtils.isGraphic(substr.charAt(end-1))) {
75 return substr.subSequence(start, end);
85 CharSequence substr = this.text.subSequence(this.current, this.text.length());
86 StaticLayout l = getLayout(substr);
92 return rtrim(substr, start, end);
111 CharSequence substr = this.text.subSequence(index, this.text.length());
112 StaticLayout l = getLayout(substr);
[all...]
/frameworks/base/tools/localize/
H A DPerforce.cpp232 return text.substr(index, text.length()-index-1);
/frameworks/base/tools/aidl/
H A Daidl.cpp683 string p = path.substr(0, i);

Completed in 64 milliseconds