Searched defs:expand (Results 1 - 7 of 7) sorted by relevance

/packages/apps/Camera/src/com/android/camera/ui/
H A DPreviewSurfaceView.java38 public void expand() { method in class:PreviewSurfaceView
/packages/apps/Dialer/tests/src/com/android/dialer/widget/
H A DActionBarControllerTest.java80 public void expand(boolean animate, boolean requestFocus) { method in class:ActionBarControllerTest.MockSearchBox
105 // expand the search box because isInSearchUi is not true.
116 mSearchBox.expand(true, false);
154 mSearchBox.expand(false, false);
169 mSearchBox.expand(true, false);
/packages/apps/Dialer/src/com/android/dialer/widget/
H A DSearchEditTextLayout.java108 // Convert a long click into a click to expand the search box, and then long click on the
209 public void expand(boolean animate, boolean requestFocus) { method in class:SearchEditTextLayout
284 private void prepareAnimator(final boolean expand) { argument
/packages/apps/Contacts/src/com/android/contacts/quickcontact/
H A DExpandingEntryCardView.java250 /** The ViewGroup to run the expand/collapse animation on */
257 * List to hold the separators. This saves us from reconstructing every expand/collapse and
269 expand();
350 * Sets the text for the expand button.
352 * @param expandButtonText The expand button text.
362 * Sets the text for the expand button.
364 * @param expandButtonText The expand button text.
837 private void expand() { method in class:ExpandingEntryCardView
891 // This animation requires layout changes, unlike the expand() animation: the action bar
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
H A DMessageHeaderView.java1043 final boolean expand =
1045 setMessageDetailsExpanded(expand);
1048 mCallbacks.setMessageDetailsExpanded(mMessageHeaderItem, expand, heightBefore);
1052 private void setMessageDetailsExpanded(boolean expand) { argument
1053 if (expand) {
1060 mMessageHeaderItem.detailsExpanded = expand;
/packages/apps/Messaging/build/gcheckstyle/
H A Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com/google/ com/google/ ...
/packages/services/Telecomm/libs/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/util/ ...

Completed in 380 milliseconds