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

  /frameworks/base/core/java/android/net/
IThrottleManager.aidl 27 long getByteCount(String iface, int dir, int period, int ago);
ThrottleManager.java 148 public long getByteCount(String iface, int direction, int period, int ago) {
150 return mService.getByteCount(iface, direction, period, ago);
  /packages/apps/Email/src/org/apache/commons/io/output/
CountingOutputStream.java 93 * See {@link #getByteCount()} for a method using a <code>long</code>.
99 long result = getByteCount();
134 public synchronized long getByteCount() {
ThresholdingOutputStream.java 184 public long getByteCount()
  /frameworks/av/media/mtp/
MtpStringBuffer.h 50 inline int getByteCount() const { return mByteCount; }
  /packages/apps/Email/src/org/apache/commons/io/input/
CountingInputStream.java 114 * See {@link #getByteCount()} for a method using a <code>long</code>.
120 long result = getByteCount();
155 public synchronized long getByteCount() {
  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
NativeFrame.java 179 int byteCount = rgbaBitmap.getByteCount();
195 int byteCount = result.getByteCount();
GLFrame.java 234 if (!setNativeBitmap(rgbaBitmap, rgbaBitmap.getByteCount())) {
  /frameworks/base/graphics/tests/graphicstests/src/android/graphics/
BitmapTest.java 43 assertEquals("byteCount", 80000, bm1.getByteCount());
44 assertEquals("byteCount", 40000, bm2.getByteCount());
45 assertEquals("byteCount", 40000, bm3.getByteCount());
  /cts/tests/tests/holo/src/android/holo/cts/
LayoutTestActivity.java 182 ByteBuffer buffer1 = ByteBuffer.allocate(bitmap.getByteCount());
183 ByteBuffer buffer2 = ByteBuffer.allocate(reference.getByteCount());
  /packages/apps/Browser/src/com/android/browser/
DataController.java 202 if (mBuffer == null || mBuffer.limit() < capture.getByteCount()) {
203 mBuffer = ByteBuffer.allocate(capture.getByteCount());
Tab.java     [all...]
  /packages/apps/Contacts/src/com/android/contacts/
ContactPhotoManager.java 377 return value.getByteCount();
431 bitmapBytes += b.getByteCount();
449 bitmapBytes += b.getByteCount();
587 if (cachedBitmap.getByteCount() < mBitmapCache.maxSize() / 6) {
646 + ", " + btk(bitmap.getByteCount()));
    [all...]
  /frameworks/base/graphics/java/android/graphics/
Bitmap.java 378 long pixelSize = getByteCount();
414 long bitmapBytes = getByteCount();
    [all...]
  /development/samples/training/bitmapfun/src/com/example/android/bitmapfun/util/
ImageCache.java 466 return bitmap.getByteCount();
  /packages/apps/Mms/src/com/android/mms/util/
ThumbnailManager.java 291 resultBitmap.getByteCount());
  /packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
MediaItemView.java 643 return value.getByteCount();
  /frameworks/base/services/java/com/android/server/
ThrottleService.java 305 public long getByteCount(String iface, int dir, int period, int ago) {
    [all...]
  /tools/motodev/src/plugins/preflighting.core/apktool/
apktool.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 1221 milliseconds