Searched refs:autoAdvance (Results 1 - 3 of 3) sorted by relevance

/frameworks/opt/photoviewer/src/com/android/ex/photo/util/
H A DInputStreamBuffer.java45 * index, then you should set the <code>autoAdvance</code> parameter to <code>true</code> in the
47 * buffer yourself, set <code>autoAdvance</code> to <code>false</code>. When
48 * <code>autoAdvance</code> is enabled, every time an index is beyond the buffer length,
74 * If <code>autoAdvance</code> is true, behavior is undefined if you call {@link #get(int)}
81 * If <code>autoAdvance</code> is false, you must be diligent and call {@link #advanceTo(int)}
91 * @param autoAdvance Determines the behavior when you need to read an index that is beyond
98 final boolean autoAdvance) {
106 mAutoAdvance = autoAdvance;
249 * Otherwise, if <code>autoAdvance</code> was set to true in the constructor,
251 * and then the buffer filled. If <code>autoAdvance</cod
97 InputStreamBuffer(final InputStream inputStream, int bufferSize, final boolean autoAdvance) argument
[all...]
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/time/
H A DTimePickerDialog.java392 public void onValueSelected(int pickerIndex, int newValue, boolean autoAdvance) { argument
396 if (mAllowAutoAdvance && autoAdvance) {
H A DRadialPickerLayout.java98 void onValueSelected(int pickerIndex, int newValue, boolean autoAdvance); argument

Completed in 124 milliseconds