Searched defs:increment (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Email/src/org/apache/james/mime4j/decoder/
H A DUnboundedFifoByteBuffer.java189 * @param index the index to increment
192 private int increment(int index) { method in class:UnboundedFifoByteBuffer
235 index = increment(index);
/packages/apps/MusicFX/src/com/android/musicfx/seekbar/
H A DAbsSeekBar.java46 * On key presses (right or left), the amount to increment/decrement the
160 * @param increment The amount to increment or decrement when the user
163 public void setKeyProgressIncrement(int increment) { argument
164 mKeyProgressIncrement = increment < 0 ? -increment : increment;
172 * @return The amount to increment or decrement when the user presses the

Completed in 82 milliseconds