Home
last modified time | relevance | path

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

12345

/frameworks/support/v4/java/android/support/v4/widget/
DEdgeEffectCompat.java48 public void setSize(Object edgeEffect, int width, int height); in setSize() method
66 public void setSize(Object edgeEffect, int width, int height) { in setSize() method in EdgeEffectCompat.BaseEdgeEffectImpl
102 public void setSize(Object edgeEffect, int width, int height) { in setSize() method in EdgeEffectCompat.EdgeEffectIcsImpl
103 EdgeEffectCompatIcs.setSize(edgeEffect, width, height); in setSize()
159 public void setSize(int width, int height) { in setSize() method in EdgeEffectCompat
160 IMPL.setSize(mEdgeEffect, width, height); in setSize()
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
DNavigationBar.java96 setSize(context, leftPadding, orientation, getSidePadding(sw)); in setupNavBar()
97 setSize(context, rightPadding, orientation, getSidePadding(sw)); in setupNavBar()
101 setSize(context, navButton, orientation, navButtonWidth); in setupNavBar()
104 setSize(context, getChildAt(2), orientation, 128); in setupNavBar()
105 setSize(context, getChildAt(4), orientation, 128); in setupNavBar()
109 private static void setSize(BridgeContext context, View view, int orientation, int size) { in setSize() method in NavigationBar
/frameworks/compile/mclinker/unittests/
DStaticResolverTest.cpp74 new_sym->setSize(0); in TEST_F()
76 old_sym->setSize(1); in TEST_F()
101 new_sym->setSize(0); in TEST_F()
103 old_sym->setSize(1); in TEST_F()
128 new_sym->setSize(0); in TEST_F()
130 old_sym->setSize(1); in TEST_F()
150 new_sym->setSize(0); in TEST_F()
151 old_sym->setSize(1); in TEST_F()
178 new_sym->setSize(0); in TEST_F()
180 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/lib/Target/ARM/
DARMLDBackend.cpp221 m_pAttributes->setSize(attribute().sizeOutput()); in doPreLayout()
242 file_format->getRelDyn().setSize(m_pRelDyn->numOfRelocs() * in doPreLayout()
251 file_format->getRelPlt().setSize(m_pRelPLT->numOfRelocs() * in doPreLayout()
448 m_pEXIDX->setSize(frag->size()); in mergeSection()
471 m_pEXIDX->setSize(offset); in mergeSection()
707 symtab.setSize(symtab.size() + in doRelax()
710 symtab.setSize(symtab.size() + in doRelax()
713 strtab.setSize(strtab.size() + stub->symInfo()->nameSize() + in doRelax()
758 file_format->getText().setSize( in doRelax()
/frameworks/base/tools/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/setup/
DConfigGenerator.java77 .setSize(ScreenSize.NORMAL)
92 .setSize(ScreenSize.LARGE)
107 .setSize(ScreenSize.XLARGE)
122 .setSize(ScreenSize.NORMAL)
278 public ConfigGenerator setSize(ScreenSize size) { in setSize() method in ConfigGenerator
/frameworks/compile/mclinker/include/mcld/LD/
DLDSymbol.h114 void setSize(SizeType pSize) { in setSize() function
116 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/base/libs/hwui/
DLayer.cpp121 setSize(desiredWidth, desiredHeight); in resize()
129 setSize(oldWidth, oldHeight); in resize()
139 setSize(oldWidth, oldHeight); in resize()
DDeferredLayerUpdater.h41 ANDROID_API bool setSize(int width, int height) { in setSize() function
/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonLDBackend.cpp280 file_format->getRelaDyn().setSize(m_pRelaDyn->numOfRelocs() * in setRelaDynSize()
286 file_format->getRelaPlt().setSize(m_pRelaPLT->numOfRelocs() * in setRelaPLTSize()
583 symtab.setSize(symtab.size() + sizeof(llvm::ELF::Elf32_Sym)); in doRelax()
584 strtab.setSize(strtab.size() + stub->symInfo()->nameSize() + 1); in doRelax()
623 file_format->getText().setSize( in doRelax()
699 pTo->getSection().setSize(offset); in SetSDataSection()
866 bss_sect.setSize(bss_offset); in allocateCommonSymbols()
867 tbss_sect.setSize(tbss_offset); in allocateCommonSymbols()
986 pTo.getSection().setSize(offset); in MoveSectionDataAndSort()
/frameworks/compile/mclinker/lib/Target/
DGOT.cpp39 m_Section.setSize(offset); in finalizeSectionSize()
DGNULDBackend.cpp558 f_pDynamic->setSize(file_format->getDynamic().size()); in finalizeStandardSymbols()
706 getOutputFormat()->getShStrTab().setSize(shstrtab); in sizeShstrtab()
824 file_format->getDynSymTab().setSize(dynsym * in sizeNamePools()
827 file_format->getDynSymTab().setSize(dynsym * in sizeNamePools()
830 file_format->getDynStrTab().setSize(dynstr); in sizeNamePools()
831 file_format->getHashTab().setSize(hash); in sizeNamePools()
832 file_format->getGNUHashTab().setSize(gnuhash); in sizeNamePools()
842 file_format->getDynamic().setSize(dynamic().numOfBytes()); in sizeNamePools()
848 file_format->getSymTab().setSize(symtab * sizeof(llvm::ELF::Elf32_Sym)); in sizeNamePools()
850 file_format->getSymTab().setSize(symtab * sizeof(llvm::ELF::Elf64_Sym)); in sizeNamePools()
[all …]
/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()
86 new_symbol->setSize(pSize); in insertSymbol()
DStaticResolver.cpp128 old->setSize(pNew.size()); in resolve()
136 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/av/media/libstagefright/
DMediaCodec.cpp636 msg->setSize("index", index); in queueInputBuffer()
637 msg->setSize("offset", offset); in queueInputBuffer()
638 msg->setSize("size", size); in queueInputBuffer()
663 msg->setSize("index", index); in queueSecureInputBuffer()
664 msg->setSize("offset", offset); in queueSecureInputBuffer()
666 msg->setSize("numSubSamples", numSubSamples); in queueSecureInputBuffer()
722 msg->setSize("index", index); in renderOutputBufferAndRelease()
731 msg->setSize("index", index); in renderOutputBufferAndRelease()
741 msg->setSize("index", index); in releaseOutputBuffer()
934 response->setSize("index", index); in handleDequeueInputBuffer()
[all …]
/frameworks/compile/mclinker/lib/Target/Mips/
DMipsLDBackend.cpp193 file_format->getRelPlt().setSize(m_pRelPlt->numOfRelocs() * in doPreLayout()
202 file_format->getRelDyn().setSize(m_pRelDyn->numOfRelocs() * in doPreLayout()
555 bss_sect.setSize(bss_offset); in allocateCommonSymbols()
556 tbss_sect.setSize(tbss_offset); in allocateCommonSymbols()
646 symtab.setSize(symtab.size() + sizeof(llvm::ELF::Elf32_Sym)); in relaxRelocation()
647 strtab.setSize(strtab.size() + stub->symInfo()->nameSize() + 1); in relaxRelocation()
714 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.cpp364 pSD.getSection().setSize(pSD.getSection().size() + size); in AppendFragment()
377 pEhFrame.getSection().setSize(pEhFrame.getSection().size() + size); in AppendEhFrame()
384 pEhFrame.getSection().setSize(pEhFrame.getSection().size() + pFDE.size()); in AppendEhFrame()
391 pEhFrame.getSection().setSize(pEhFrame.getSection().size() + pCIE.size()); in AppendEhFrame()
652 info->setSize(pSize); in AddSymbol()
702 info->setSize(pSize); in AddSymbol()
/frameworks/native/include/gui/
DSurfaceControl.h63 status_t setSize(uint32_t w, uint32_t h);
/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()
/frameworks/base/core/jni/
Dandroid_view_HardwareLayer.cpp48 changed |= layer->setSize(width, height); in android_view_HardwareLayer_prepare()

12345