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

/frameworks/volley/src/com/android/volley/toolbox/
H A DPoolingByteArrayOutputStream.java37 * to this instance, the underlying byte array will expand.
46 * expand.
71 private void expand(int i) { method in class:PoolingByteArrayOutputStream
72 /* Can the buffer handle @i more bytes, if not expand it */
84 expand(len);
90 expand(1);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DExpandableNotificationRow.java70 public void setExpanded(boolean expand) { argument
72 if (expand && mExpandable) {
/frameworks/opt/calendar/src/com/android/calendarcommon2/
H A DRecurrenceProcessor.java131 long[] dates = expand(dtstart, recur,
628 * @param rangeStartMillis the beginning of the range to expand, in UTC
630 * @param rangeEndMillis the non-inclusive end of the range to expand, in
636 public long[] expand(Time dtstart, method in class:RecurrenceProcessor
663 expand(dtstart, rrule, rangeStartDateValue,
678 expand(dtstart, exrule, rangeStartDateValue,
733 public void expand(Time dtstart, method in class:RecurrenceProcessor
861 Log.i(TAG, "expand called w/ rangeStart=" + rangeStartDateValue
/frameworks/base/core/java/android/view/
H A DVolumePanel.java494 private void expand() { method in class:VolumePanel
1056 expand();
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPanelView.java55 private float mExpandMinDisplayFraction; // classic value: 0.5 (drag open halfway to expand)
667 public void expand() { method in class:PanelView
668 if (DEBUG) logf("expand: " + this);
/frameworks/ex/chips/src/com/android/ex/chips/
H A DRecipientEditTextView.java422 expand();
521 private void expand() { method in class:RecipientEditTextView

Completed in 217 milliseconds