HomeSort by relevance Sort by last modified time
    Searched refs:maxSize (Results 151 - 175 of 243) sorted by null

1 2 3 4 5 67 8 910

  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
HeapSnapshotView.js     [all...]
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGpuGL.cpp 375 int maxSize = this->caps()->maxTextureSize();
376 if (desc.fWidth > maxSize || desc.fHeight > maxSize) {
    [all...]
  /external/skia/src/gpu/gl/
GrGpuGL.cpp 375 int maxSize = this->caps()->maxTextureSize();
376 if (desc.fWidth > maxSize || desc.fHeight > maxSize) {
    [all...]
  /packages/apps/ContactsCommon/src/com/android/contacts/common/
ContactPhotoManager.java 597 Log.d(TAG, "Cache size: " + btk(mBitmapHolderCache.maxSize())
598 + " + " + btk(mBitmapCache.maxSize()));
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/frame/
FrameView.h 238 void enableAutoSizeMode(bool enable, const IntSize& minSize, const IntSize& maxSize);
FrameView.cpp     [all...]
  /frameworks/base/core/java/android/widget/
NumberPicker.java     [all...]
  /hardware/samsung_slsi/exynos5/libcamera2/
fimc-is-metadata.h 377 uint32_t maxSize;
  /hardware/samsung_slsi/exynos5/original-kernel-headers/linux/
fimc-is-metadata.h 424 uint32_t maxSize;
  /packages/apps/Nfc/nci/jni/
NativeNfcTag.cpp 1013 ** maxSize: Maximum size of NDEF message.
1020 void nativeNfcTag_doCheckNdefResult (tNFA_STATUS status, uint32_t maxSize, uint32_t currentSize, uint8_t flags)
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/photomanager/
PhotoManager.java 226 LogUtils.d(TAG, "Cache size: " + btk(sBitmapHolderCache.maxSize())
227 + " + " + btk(sBitmapCache.maxSize()));
    [all...]
  /prebuilts/tools/common/asm-tools/
asm-commons-4.0.jar 
  /prebuilts/tools/common/m2/internal/asm/asm-commons/3.3/
asm-commons-3.3.jar 
  /packages/apps/Launcher2/src/com/android/launcher2/
AppsCustomizePagedView.java     [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
AppsCustomizePagedView.java     [all...]
PagedView.java 812 int maxSize = Math.max(dm.widthPixels + mInsets.left + mInsets.right,
815 int parentWidthSize = (int) (2f * maxSize);
816 int parentHeightSize = (int) (2f * maxSize);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
WebViewImpl.h 244 const WebSize& maxSize);
    [all...]
WebViewImpl.cpp     [all...]
  /external/chromium_org/third_party/angle/src/compiler/preprocessor/
Tokenizer.cpp 562 #define YY_INPUT(buf, result, maxSize) \
563 result = yyextra->input.read(buf, maxSize);
    [all...]
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
PagedView.java 658 int maxSize = Math.max(dm.widthPixels, dm.heightPixels);
659 int parentWidthSize = (int) (1.5f * maxSize);
660 int parentHeightSize = maxSize;
    [all...]
  /development/samples/training/multiscreen/newsreader/libs/
android-support-v4.jar 
  /external/chromium_org/third_party/mesa/src/src/glx/
indirect_vertex_array.c 586 /* maxSize is the maximum amount of data can be stuffed into a single
590 const size_t maxSize = (gc->bufSize + sz_xGLXRenderReq)
605 elements_per_request[0] = maxSize / single_vertex_size;
    [all...]
  /external/mesa3d/src/glx/
indirect_vertex_array.c 586 /* maxSize is the maximum amount of data can be stuffed into a single
590 const size_t maxSize = (gc->bufSize + sz_xGLXRenderReq)
605 elements_per_request[0] = maxSize / single_vertex_size;
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.commons.el_1.0.0.v201004212143.jar 
  /packages/apps/UnifiedEmail/src/com/android/mail/compose/
ComposeActivity.java     [all...]

Completed in 2547 milliseconds

1 2 3 4 5 67 8 910