Searched refs:setSize (Results 1 - 25 of 107) sorted by relevance

12345

/frameworks/support/v4/ics/android/support/v4/widget/
H A DEdgeEffectCompatIcs.java33 public static void setSize(Object edgeEffect, int width, int height) { method in class:EdgeEffectCompatIcs
34 ((EdgeEffect) edgeEffect).setSize(width, height);
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
H A DNavigationBar.java96 setSize(context, leftPadding, orientation, getSidePadding(sw));
97 setSize(context, rightPadding, orientation, getSidePadding(sw));
101 setSize(context, navButton, orientation, navButtonWidth);
104 setSize(context, getChildAt(2), orientation, 128);
105 setSize(context, getChildAt(4), orientation, 128);
109 private static void setSize(BridgeContext context, View view, int orientation, int size) { method in class:NavigationBar
/frameworks/support/v4/java/android/support/v4/widget/
H A DEdgeEffectCompat.java48 public void setSize(Object edgeEffect, int width, int height); method in interface:EdgeEffectCompat.EdgeEffectImpl
66 public void setSize(Object edgeEffect, int width, int height) { method in class:EdgeEffectCompat.BaseEdgeEffectImpl
102 public void setSize(Object edgeEffect, int width, int height) { method in class:EdgeEffectCompat.EdgeEffectIcsImpl
103 EdgeEffectCompatIcs.setSize(edgeEffect, width, height);
159 public void setSize(int width, int height) { method in class:EdgeEffectCompat
160 IMPL.setSize(mEdgeEffect, width, height);
/frameworks/compile/mclinker/lib/Target/
H A DGOT.cpp39 m_Section.setSize(offset);
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
H A DRawTexture.java31 setSize(width, height);
H A DBasicTexture.java78 public void setSize(int width, int height) { method in class:BasicTexture
H A DGLCanvas.java38 public abstract void setSize(int width, int height); method in interface:GLCanvas
/frameworks/compile/mclinker/unittests/
H A DStaticResolverTest.cpp74 new_sym->setSize(0);
76 old_sym->setSize(1);
101 new_sym->setSize(0);
103 old_sym->setSize(1);
128 new_sym->setSize(0);
130 old_sym->setSize(1);
150 new_sym->setSize(0);
151 old_sym->setSize(1);
178 new_sym->setSize(0);
180 old_sym->setSize(
[all...]
/frameworks/compile/mclinker/include/mcld/LD/
H A DLDSymbol.h114 void setSize(SizeType pSize) { function in class:mcld::LDSymbol
116 m_pResolveInfo->setSize(pSize);
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DHardwareCanvasSurfaceViewActivity.java60 mThread.setSize(width, height);
77 void setSize(int width, int height) { method in class:HardwareCanvasSurfaceViewActivity.RenderingThread
/frameworks/base/libs/hwui/
H A DDeferredLayerUpdater.h41 ANDROID_API bool setSize(int width, int height) { function in class:android::uirenderer::DeferredLayerUpdater
H A DLayer.cpp121 setSize(desiredWidth, desiredHeight);
129 setSize(oldWidth, oldHeight);
139 setSize(oldWidth, oldHeight);
/frameworks/native/services/surfaceflinger/tests/resize/
H A Dresize.cpp61 surfaceControl->setSize(320, 240);
/frameworks/compile/mclinker/lib/LD/
H A DNamePool.cpp49 (*result)->setSize(pSize);
86 new_symbol->setSize(pSize);
H A DDebugString.cpp63 m_pSection->setSize(size);
H A DStaticResolver.cpp128 old->setSize(pNew.size());
136 old->setSize(pNew.size());
/frameworks/native/include/gui/
H A DSurfaceControl.h63 status_t setSize(uint32_t w, uint32_t h);
/frameworks/base/tools/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/setup/
H A DConfigGenerator.java77 .setSize(ScreenSize.NORMAL)
92 .setSize(ScreenSize.LARGE)
107 .setSize(ScreenSize.XLARGE)
122 .setSize(ScreenSize.NORMAL)
278 public ConfigGenerator setSize(ScreenSize size) { method in class:ConfigGenerator
/frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
H A DBlockingGLTextureView.java69 mRenderThread.setSize(width, height);
75 mRenderThread.setSize(width, height);
353 public void setSize(int width, int height) { method in class:BlockingGLTextureView.RenderThread
/frameworks/base/core/jni/
H A Dandroid_view_HardwareLayer.cpp48 changed |= layer->setSize(width, height);
/frameworks/base/services/core/java/com/android/server/wm/
H A DStrictModeFlash.java112 mSurfaceControl.setSize(dw, dh);
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMLDBackend.cpp221 m_pAttributes->setSize(attribute().sizeOutput());
242 file_format->getRelDyn().setSize(m_pRelDyn->numOfRelocs() *
251 file_format->getRelPlt().setSize(m_pRelPLT->numOfRelocs() *
448 m_pEXIDX->setSize(frag->size());
471 m_pEXIDX->setSize(offset);
707 symtab.setSize(symtab.size() +
710 symtab.setSize(symtab.size() +
713 strtab.setSize(strtab.size() + stub->symInfo()->nameSize() +
758 file_format->getText().setSize(
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonLDBackend.cpp280 file_format->getRelaDyn().setSize(m_pRelaDyn->numOfRelocs() *
286 file_format->getRelaPlt().setSize(m_pRelaPLT->numOfRelocs() *
583 symtab.setSize(symtab.size() + sizeof(llvm::ELF::Elf32_Sym));
584 strtab.setSize(strtab.size() + stub->symInfo()->nameSize() + 1);
623 file_format->getText().setSize(
699 pTo->getSection().setSize(offset);
866 bss_sect.setSize(bss_offset);
867 tbss_sect.setSize(tbss_offset);
986 pTo.getSection().setSize(offset);
/frameworks/multidex/library/test/src/android/support/multidex/
H A DZipEntryReader.java91 entry.setSize(size);
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DFrameManager.java123 public void setSize(int size) { method in class:FrameManager.BackingCache
294 mCache.setSize(bytes);

Completed in 2495 milliseconds

12345