Searched refs:BUFFER_SIZE (Results 1 – 11 of 11) sorted by relevance
88 private static final int BUFFER_SIZE = 5; field in FilmstripView89 private static final int BUFFER_CENTER = (BUFFER_SIZE - 1) / 2;128 private final ViewItem[] mViewItems = new ViewItem[BUFFER_SIZE];801 while (nearest < BUFFER_SIZE in findTheNearestView()806 if (nearest == BUFFER_SIZE) { in findTheNearestView()812 for (int i = nearest + 1; i < BUFFER_SIZE && mViewItems[i] != null; i++) { in findTheNearestView()878 for(int i = 0; i < BUFFER_SIZE; i++) { in renderAllThumbnails()922 for (int k = 0; k + adjust < BUFFER_SIZE; k++) { in stepIfNeeded()926 for (int k = BUFFER_SIZE - adjust; k < BUFFER_SIZE; k++) { in stepIfNeeded()935 for (int k = BUFFER_SIZE - 1; k >= BUFFER_SIZE + adjust; k--) { in stepIfNeeded()[all …]
52 private static final int BUFFER_SIZE = 10 * 1024 * 1024; field in CancelFromNotificationUiTest136 byte[] dummyByte = new byte[BUFFER_SIZE]; in createDummyFile()140 dummyByte = new byte[BUFFER_SIZE]; in createDummyFile()
30 private static final int BUFFER_SIZE = 8092; field in FileUtils46 final byte[] buffer = new byte[BUFFER_SIZE]; in copy()
38 private static final int BUFFER_SIZE = 16384; field in DumpDatabaseAction70 final byte[] buffer = new byte[BUFFER_SIZE]; in executeAction()
38 private static final int BUFFER_SIZE = 1024 * 4; field in JavaNetHttpHelper161 char[] chars = new char[BUFFER_SIZE]; in getResponseFrom()
48 private static final int BUFFER_SIZE = 32 * 1024; field in PhotoSource166 bis.mark(BUFFER_SIZE); in load()
76 private static final int BUFFER_SIZE = 4096; field in EmlAttachmentProvider333 final byte data[] = new byte[BUFFER_SIZE]; in copyAttachment()
120 public static final int BUFFER_SIZE = 8192; field in Constants
622 final byte buffer[] = new byte[Constants.BUFFER_SIZE]; in transferData()
934 private static final int BUFFER_SIZE = 1024 * 16; field in ContactPhotoManagerImpl.LoaderThread1225 buffer = new byte[BUFFER_SIZE]; in loadUriBasedPhotos()
1285 private static final int BUFFER_SIZE = 1024*16; field in ContactPhotoManagerImpl.LoaderThread1575 mBuffer = new byte[BUFFER_SIZE]; in loadUriBasedPhotos()