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

/packages/apps/TV/usbtuner/src/com/android/usbtuner/util/
H A DByteArrayBuffer.java50 private void expand(int newlen) { method in class:ByteArrayBuffer
69 expand(newlen);
78 expand(newlen);
98 expand(newlen);
/packages/apps/DeskClock/src/com/android/deskclock/alarms/dataadapter/
H A DAlarmTimeAdapter.java124 * Request the UI to expand the alarm at selected position and scroll it into view.
126 public void expand(int position) { method in class:AlarmTimeAdapter
/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
283 private void prepareAnimator(final boolean expand) { argument
/packages/apps/Contacts/src/com/android/contacts/quickcontact/
H A DExpandingEntryCardView.java272 /** The ViewGroup to run the expand/collapse animation on */
279 * List to hold the separators. This saves us from reconstructing every expand/collapse and
291 expand();
372 * Sets the text for the expand button.
374 * @param expandButtonText The expand button text.
384 * Sets the text for the expand button.
386 * @param expandButtonText The expand button text.
877 private void expand() { method in class:ExpandingEntryCardView
931 // 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 334 milliseconds