Searched defs:collapse (Results 1 - 5 of 5) sorted by relevance

/packages/apps/Dialer/tests/src/com/android/dialer/widget/
H A DActionBarControllerTest.java81 public void collapse(boolean animate) { method in class:ActionBarControllerTest.MockSearchBox
95 mSearchBox.collapse(false);
102 mSearchBox.collapse(false);
119 mSearchBox.collapse(false);
/packages/apps/Dialer/src/com/android/dialer/widget/
H A DSearchEditTextLayout.java200 public void collapse(boolean animate) { method in class:SearchEditTextLayout
/packages/apps/Contacts/src/com/android/contacts/quickcontact/
H A DExpandingEntryCardView.java237 /** The ViewGroup to run the expand/collapse animation on */
243 * List to hold the separators. This saves us from reconstructing every expand/collapse and
253 collapse();
815 private void collapse() { method in class:ExpandingEntryCardView
/packages/apps/UnifiedEmail/src/com/android/mail/lib/base/
H A DStringUtil.java574 /** Strip white spaces from both end, and collapse white spaces
2117 * E.g. collapse("hello world", " ", "::")
2133 @Deprecated public static String collapse( method in class:StringUtil
2183 * We re-implement the StringUtil.collapse() loop here rather than call
2184 * collapse() with an input String of control chars, because matching via
/packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/
H A DStringUtil.java575 /** Strip white spaces from both end, and collapse white spaces
2125 * E.g. collapse("hello world", " ", "::")
2141 @Deprecated public static String collapse( method in class:StringUtil
2191 * We re-implement the StringUtil.collapse() loop here rather than call
2192 * collapse() with an input String of control chars, because matching via

Completed in 139 milliseconds