Searched refs:expand (Results 1 - 14 of 14) sorted by relevance

/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/Camera/src/com/android/camera/ui/
H A DPreviewSurfaceView.java38 public void expand() { method in class:PreviewSurfaceView
/packages/apps/Dialer/src/com/android/dialer/widget/
H A DActionBarController.java73 mSearchBox.expand(true /* animate */, true /* requestFocus */);
117 mSearchBox.expand(false /* animate */, false /* requestFocus */);
211 mSearchBox.expand(false, false);
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/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/Browser/src/com/android/browser/
H A DBrowserBookmarksPage.java130 boolean expand = true;
132 expand = mState.getBoolean(accountName != null ? accountName
135 mGrid.addAccount(accountName, adapter, expand);
/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/providers/CalendarProvider/src/com/android/providers/calendar/
H A DCalendarInstancesHelper.java330 dates = rp.expand(eventTime, recur, begin, end);
580 // also filter with last_synced=0 so we don't expand events that were
846 // don't expand events that were dup'ed for partial updates
857 Log.v(TAG, "Retrieving events to expand: " + qb.toString());
H A DCalendarProvider2.java1273 // we expand the instances here because we might be searching over
1284 // we expand the instances here because we might be searching over
1329 * @param useMinimumExpansionWindow expand by at least MINIMUM_EXPANSION_SPAN
1353 * @param useMinimumExpansionWindow expand by at least MINIMUM_EXPANSION_SPAN
1374 // if we end up having to expand events into the instances table, expand
1410 // Empty the Instances table and expand from scratch.
1651 recurrences = recurProc.expand(dtstart, recurSet, startTimeMillis, endTimeMillis);
/packages/apps/Calendar/src/com/android/calendar/event/
H A DEditEventHelper.java733 recurrences = recurProc.expand(dtstart, recurSet, startTimeMillis, endTimeMillis);
/packages/apps/Camera/src/com/android/camera/
H A DPhotoModule.java1210 mPreviewSurfaceView.expand();
H A DVideoModule.java2544 mPreviewSurfaceView.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 436 milliseconds