Searched refs:getTrimmedLength (Results 1 – 11 of 11) sorted by relevance
152 if (TextUtils.getTrimmedLength(cs) == 0) return ""; in fixText()
743 if (query == null || TextUtils.getTrimmedLength(query) == 0) { in triggerSearch()
657 return TextUtils.getTrimmedLength(actv.getText()) == 0; in isEmpty()
1299 if (query != null && TextUtils.getTrimmedLength(query) > 0) { in onSubmitQuery()1979 return TextUtils.getTrimmedLength(getText()) == 0; in isEmpty()
246 assertEquals(s.trim().length(), TextUtils.getTrimmedLength(s)); in testTrim()
590 if (!TextUtils.isEmpty(text) && TextUtils.getTrimmedLength(text) > 0) { in append()600 && TextUtils.getTrimmedLength(displayString) > 0) { in append()
578 public static int getTrimmedLength(CharSequence s) { in getTrimmedLength() method in TextUtils
1806 if (TextUtils.getTrimmedLength(description) == 0) { in toString()
29961 method public static int getTrimmedLength(java.lang.CharSequence);
47531 method public static int getTrimmedLength(CharSequence);
47675 method public static int getTrimmedLength(CharSequence);