HomeSort by relevance Sort by last modified time
    Searched full:invalid_size (Results 1 - 9 of 9) sorted by null

  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/storage/
StorageActivity.java 49 private static final long INVALID_SIZE = -1;
107 String.format(getString(R.string.storage_size), formatSize(INVALID_SIZE)),
130 return getActions(INVALID_SIZE);
134 return getActions(availSize, INVALID_SIZE, INVALID_SIZE, INVALID_SIZE, INVALID_SIZE,
135 INVALID_SIZE, INVALID_SIZE);
204 return (size == INVALID_SIZE) ? getString(R.string.storage_calculating_size
    [all...]
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/
StorageResetActivity.java 60 private static final long INVALID_SIZE = -1;
91 private long mSize = INVALID_SIZE;
277 updateStorageSize(availSize, INVALID_SIZE, INVALID_SIZE, INVALID_SIZE, INVALID_SIZE,
278 INVALID_SIZE, INVALID_SIZE);
327 return (size == INVALID_SIZE) ? getString(R.string.storage_calculating_size)
  /frameworks/support/v7/recyclerview/src/android/support/v7/widget/
OrientationHelper.java 34 private static final int INVALID_SIZE = Integer.MIN_VALUE;
42 private int mLastTotalSpace = INVALID_SIZE;
68 return INVALID_SIZE == mLastTotalSpace ? 0 : getTotalSpace() - mLastTotalSpace;
  /external/chromium_org/media/base/android/
media_codec_bridge_unittest.cc 236 uint8 invalid_size[] = { 0x02, 0x01, 0xff, 0x01, 0xff }; local
238 kCodecVorbis, 44100, 2, invalid_size, sizeof(invalid_size), false, NULL));
  /external/chromium_org/sandbox/win/src/
policy_engine_opcodes.h 156 COMPILE_ASSERT(sizeof(T) <= sizeof(arguments_[0]), invalid_size); local
164 COMPILE_ASSERT(sizeof(T) <= sizeof(arguments_[0]), invalid_size); local
  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_output.c     [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
PhotoView.java 52 public static final int INVALID_SIZE = -1;
    [all...]
  /external/chromium_org/net/disk_cache/
entry_unittest.cc     [all...]
  /prebuilts/sdk/current/support/v7/recyclerview/libs/
android-support-v7-recyclerview.jar 

Completed in 1009 milliseconds