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

  /frameworks/base/core/java/android/webkit/
ViewStateSerializer.java 33 private static final int WORKING_STREAM_STORAGE = 16 * 1024;
48 new byte[WORKING_STREAM_STORAGE]);
61 new byte[WORKING_STREAM_STORAGE]);
  /frameworks/base/graphics/java/android/graphics/
Picture.java 40 private static final int WORKING_STREAM_STORAGE = 16 * 1024;
116 return new Picture(nativeCreateFromStream(stream, new byte[WORKING_STREAM_STORAGE]), true);
134 new byte[WORKING_STREAM_STORAGE])) {

Completed in 538 milliseconds