HomeSort by relevance Sort by last modified time
    Searched refs:mFilled (Results 1 - 2 of 2) sorted by null

  /frameworks/opt/bitmap/src/com/android/bitmap/util/
InputStreamBuffer.java 68 private int mFilled = 0;
170 if (i >= mFilled || i >= mBuffer.length) {
194 } else if (i < mFilled) {
198 mFilled = mFilled - i;
201 int burn = i - mFilled;
228 mFilled = 0;
232 mFilled = 0;
295 read = mInputStream.read(mBuffer, mFilled, mBuffer.length - mFilled);
    [all...]
  /frameworks/opt/photoviewer/src/com/android/ex/photo/util/
InputStreamBuffer.java 68 private int mFilled = 0;
170 if (i >= mFilled || i >= mBuffer.length) {
194 } else if (i < mFilled) {
198 mFilled = mFilled - i;
201 int burn = i - mFilled;
228 mFilled = 0;
232 mFilled = 0;
295 read = mInputStream.read(mBuffer, mFilled, mBuffer.length - mFilled);
    [all...]

Completed in 899 milliseconds