Home
last modified time | relevance | path

Searched refs:setSize (Results 1 – 25 of 103) sorted by relevance

12345

/frameworks/support/v4/java/android/support/v4/widget/
DEdgeEffectCompat.java46 public void setSize(Object edgeEffect, int width, int height); in setSize() method
63 public void setSize(Object edgeEffect, int width, int height) { in setSize() method in EdgeEffectCompat.BaseEdgeEffectImpl
95 public void setSize(Object edgeEffect, int width, int height) { in setSize() method in EdgeEffectCompat.EdgeEffectIcsImpl
96 EdgeEffectCompatIcs.setSize(edgeEffect, width, height); in setSize()
142 public void setSize(int width, int height) { in setSize() method in EdgeEffectCompat
143 IMPL.setSize(mEdgeEffect, width, height); in setSize()
/frameworks/compile/mclinker/unittests/
DStaticResolverTest.cpp78 new_sym->setSize(0); in TEST_F()
80 old_sym->setSize(1); in TEST_F()
105 new_sym->setSize(0); in TEST_F()
107 old_sym->setSize(1); in TEST_F()
132 new_sym->setSize(0); in TEST_F()
134 old_sym->setSize(1); in TEST_F()
155 new_sym->setSize(0); in TEST_F()
156 old_sym->setSize(1); in TEST_F()
183 new_sym->setSize(0); in TEST_F()
185 old_sym->setSize(1); in TEST_F()
[all …]
/frameworks/support/v4/ics/android/support/v4/widget/
DEdgeEffectCompatIcs.java33 public static void setSize(Object edgeEffect, int width, int height) { in setSize() method in EdgeEffectCompatIcs
34 ((EdgeEffect) edgeEffect).setSize(width, height); in setSize()
/frameworks/compile/mclinker/include/mcld/LD/
DLDSymbol.h123 void setSize(SizeType pSize) { in setSize() function
125 m_pResolveInfo->setSize(pSize); in setSize()
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
DHardwareCanvasSurfaceViewActivity.java60 mThread.setSize(width, height); in surfaceChanged()
77 void setSize(int width, int height) { in setSize() method in HardwareCanvasSurfaceViewActivity.RenderingThread
/frameworks/compile/mclinker/lib/Target/ARM/
DARMLDBackend.cpp228 m_pAttributes->setSize(attribute().sizeOutput()); in doPreLayout()
249 file_format->getRelDyn().setSize( in doPreLayout()
257 file_format->getRelPlt().setSize( in doPreLayout()
667 symtab.setSize(symtab.size() + sizeof(llvm::ELF::Elf32_Sym)); in doRelax()
669 symtab.setSize(symtab.size() + sizeof(llvm::ELF::Elf64_Sym)); in doRelax()
671 strtab.setSize(strtab.size() + stub->symInfo()->nameSize() + 1); in doRelax()
714 file_format->getText().setSize( in doRelax()
/frameworks/av/media/libstagefright/
DMediaCodec.cpp377 msg->setSize("index", index); in queueInputBuffer()
378 msg->setSize("offset", offset); in queueInputBuffer()
379 msg->setSize("size", size); in queueInputBuffer()
404 msg->setSize("index", index); in queueSecureInputBuffer()
405 msg->setSize("offset", offset); in queueSecureInputBuffer()
407 msg->setSize("numSubSamples", numSubSamples); in queueSecureInputBuffer()
463 msg->setSize("index", index); in renderOutputBufferAndRelease()
472 msg->setSize("index", index); in renderOutputBufferAndRelease()
482 msg->setSize("index", index); in releaseOutputBuffer()
661 response->setSize("index", index); in handleDequeueInputBuffer()
[all …]
/frameworks/base/tools/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/setup/
DConfigGenerator.java78 .setSize(ScreenSize.NORMAL)
93 .setSize(ScreenSize.LARGE)
108 .setSize(ScreenSize.XLARGE)
265 public ConfigGenerator setSize(ScreenSize size) { in setSize() method in ConfigGenerator
/frameworks/base/libs/hwui/
DLayer.cpp137 setSize(desiredWidth, desiredHeight); in resize()
145 setSize(oldWidth, oldHeight); in resize()
155 setSize(oldWidth, oldHeight); in resize()
DDeferredLayerUpdater.h42 ANDROID_API bool setSize(uint32_t width, uint32_t height) { in setSize() function
/frameworks/compile/mclinker/lib/Target/
DGOT.cpp42 m_Section.setSize(offset); in finalizeSectionSize()
DGNULDBackend.cpp590 f_pDynamic->setSize(file_format->getDynamic().size()); in finalizeStandardSymbols()
752 getOutputFormat()->getShStrTab().setSize(shstrtab); in sizeShstrtab()
873 file_format->getDynSymTab().setSize(dynsym * in sizeNamePools()
876 file_format->getDynSymTab().setSize(dynsym * in sizeNamePools()
879 file_format->getDynStrTab().setSize(dynstr); in sizeNamePools()
880 file_format->getHashTab().setSize(hash); in sizeNamePools()
881 file_format->getGNUHashTab().setSize(gnuhash); in sizeNamePools()
891 file_format->getDynamic().setSize(dynamic().numOfBytes()); in sizeNamePools()
897 file_format->getSymTab().setSize(symtab*sizeof(llvm::ELF::Elf32_Sym)); in sizeNamePools()
899 file_format->getSymTab().setSize(symtab*sizeof(llvm::ELF::Elf64_Sym)); in sizeNamePools()
[all …]
/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonLDBackend.cpp302 file_format->getRelaDyn().setSize in setRelaDynSize()
309 file_format->getRelaPlt().setSize in setRelaPLTSize()
616 symtab.setSize(symtab.size() + sizeof(llvm::ELF::Elf32_Sym)); in doRelax()
617 strtab.setSize(strtab.size() + stub->symInfo()->nameSize() + 1); in doRelax()
656 file_format->getText().setSize( in doRelax()
739 pTo->getSection().setSize(offset); in SetSDataSection()
921 bss_sect.setSize(bss_offset); in allocateCommonSymbols()
922 tbss_sect.setSize(tbss_offset); in allocateCommonSymbols()
1045 pTo.getSection().setSize(offset); in MoveSectionDataAndSort()
/frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
DBlockingGLTextureView.java69 mRenderThread.setSize(width, height); in onSurfaceTextureAvailable()
75 mRenderThread.setSize(width, height); in onSurfaceTextureSizeChanged()
353 public void setSize(int width, int height) { in setSize() method in BlockingGLTextureView.RenderThread
/frameworks/compile/mclinker/lib/LD/
DNamePool.cpp49 (*result)->setSize(pSize); in createSymbol()
88 new_symbol->setSize(pSize); in insertSymbol()
DStaticResolver.cpp130 old->setSize(pNew.size()); in resolve()
138 old->setSize(pNew.size()); in resolve()
/frameworks/native/libs/gui/
DSurfaceControl.cpp107 status_t SurfaceControl::setSize(uint32_t w, uint32_t h) { in setSize() function in android::SurfaceControl
110 return mClient->setSize(mHandle, w, h); in setSize()
/frameworks/compile/mclinker/lib/Target/Mips/
DMipsLDBackend.cpp202 file_format->getRelPlt().setSize( in doPreLayout()
210 file_format->getRelDyn().setSize( in doPreLayout()
609 bss_sect.setSize(bss_offset); in allocateCommonSymbols()
610 tbss_sect.setSize(tbss_offset); in allocateCommonSymbols()
707 symtab.setSize(symtab.size() + sizeof(llvm::ELF::Elf32_Sym)); in relaxRelocation()
708 strtab.setSize(strtab.size() + stub->symInfo()->nameSize() + 1); in relaxRelocation()
772 getOutputFormat()->getText().setSize(textData->back().getOffset() + in doRelax()
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
DRawTexture.java31 setSize(width, height); in RawTexture()
/frameworks/native/services/surfaceflinger/tests/resize/
Dresize.cpp61 surfaceControl->setSize(320, 240); in main()
/frameworks/compile/mclinker/lib/Core/
DIRBuilder.cpp369 pSD.getSection().setSize(pSD.getSection().size() + size); in AppendFragment()
385 pEhFrame.getSection().setSize(pEhFrame.getSection().size() + size); in AppendEhFrame()
393 pEhFrame.getSection().setSize(pEhFrame.getSection().size() + pFDE.size()); in AppendEhFrame()
401 pEhFrame.getSection().setSize(pEhFrame.getSection().size() + pCIE.size()); in AppendEhFrame()
656 info->setSize(pSize); in AddSymbol()
707 info->setSize(pSize); in AddSymbol()
/frameworks/compile/mclinker/lib/Target/X86/
DX86LDBackend.cpp483 file_format->getRelDyn().setSize in setRelDynSize()
490 file_format->getRelPlt().setSize in setRelPLTSize()
653 file_format->getRelaDyn().setSize in setRelDynSize()
660 file_format->getRelaPlt().setSize in setRelPLTSize()
/frameworks/native/include/gui/
DSurfaceControl.h63 status_t setSize(uint32_t w, uint32_t h);
/frameworks/base/core/jni/
Dandroid_view_HardwareLayer.cpp50 changed |= layer->setSize(width, height); in android_view_HardwareLayer_prepare()
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
DFrameManager.java123 public void setSize(int size) { in setSize() method in FrameManager.BackingCache
294 mCache.setSize(bytes); in setCacheSize()

12345