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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DExpandableNotificationRow.java70 public void setExpanded(boolean expand) { argument
72 if (expand && mExpandable) {
/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/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/opt/calendar/tests/src/com/android/calendarcommon2/
H A DRecurrenceProcessorTest.java74 // note that the zulu of all parameters here must be the same, expand
109 long[] out = rp.expand(dtstart, recur, rangeStart.toMillis(false /* use isDst */),
2241 * This test fails because of a bug in RecurrenceProcessor.expand(). We
2269 * This test fails because of a bug in RecurrenceProcessor.expand(). We
2292 * This test fails because of a bug in RecurrenceProcessor.expand(). We
2325 * This test fails because of a bug in RecurrenceProcessor.expand(). We
2476 long [] dates = rp.expand(dtstart, recur, rangeStartMillis, rangeEndMillis);
2493 Log.i(TAG, "testPerformanceExpand() expand() elapsed millis: " + elapsed);
H A DRRuleTest.java77 * @param rrule The rule to expand
79 * @param limit Maximum number of entries to expand. if there are more, "..." is appended to
118 long[] out = rp.expand(dtstart, recur, rangeStart.toMillis(false /* use isDst */),
/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);
H A DPhoneStatusBar.java147 private float mExpandMinDisplayFraction; // classic value: 0.5 (drag open halfway to expand)
1237 flagdbg.append(((state & StatusBarManager.DISABLE_EXPAND) != 0) ? "EXPAND" : "expand");
1521 mNotificationPanel.expand();
1580 mNotificationPanel.expand();
1585 mSettingsPanel.expand();
/frameworks/ex/chips/src/com/android/ex/chips/
H A DRecipientEditTextView.java422 expand();
521 private void expand() { method in class:RecipientEditTextView

Completed in 247 milliseconds