Searched refs:setSize (Results 51 - 75 of 149) sorted by relevance

123456

/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsPLT.cpp64 m_Section.setSize(size);
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86LDBackend.cpp445 file_format->getRelDyn().setSize(m_pRelDyn->numOfRelocs() *
451 file_format->getRelPlt().setSize(m_pRelPLT->numOfRelocs() *
602 file_format->getRelaDyn().setSize(m_pRelDyn->numOfRelocs() *
608 file_format->getRelaPlt().setSize(m_pRelPLT->numOfRelocs() *
/frameworks/base/core/java/com/android/internal/widget/
H A DFloatingToolbar.java975 setSize(mContentContainer, containerSize);
1018 setSize(mContentContainer, containerSize);
1079 setSize(mOverflowPanel, mOverflowPanelSize);
1081 setSize(mContentContainer, mOverflowPanelSize);
1088 setSize(mContentContainer, mMainPanelSize);
1299 setSize(mOverflowPanel, mOverflowPanelSize);
1527 private static void setSize(View view, int width, int height) { method in class:FloatingToolbar.FloatingToolbarPopup
1537 private static void setSize(View view, Size size) { method in class:FloatingToolbar.FloatingToolbarPopup
1538 setSize(view, size.getWidth(), size.getHeight());
1543 setSize(vie
[all...]
/frameworks/base/services/tests/servicestests/src/com/android/server/wm/
H A DSurfaceAnimatorTest.java217 .setSize(3000, 3000)
221 .setSize(1, 1)
/frameworks/compile/mclinker/include/mcld/Support/
H A DAllocators.h68 static void setSize(size_t pSize) { m_Size = pSize; } function in class:mcld::Chunk
298 Chunk<DataType, 0>::setSize(pNum);
/frameworks/compile/mclinker/lib/Core/
H A DIRBuilder.cpp364 pSD.getSection().setSize(pSD.getSection().size() + size);
377 pEhFrame.getSection().setSize(pEhFrame.getSection().size() + size);
384 pEhFrame.getSection().setSize(pEhFrame.getSection().size() + pFDE.size());
391 pEhFrame.getSection().setSize(pEhFrame.getSection().size() + pCIE.size());
682 info->setSize(pSize);
732 info->setSize(pSize);
/frameworks/av/media/libstagefright/
H A DMediaCodec.cpp273 notify->setSize("index", index);
282 notify->setSize("index", index);
1342 msg->setSize("index", index);
1343 msg->setSize("offset", offset);
1344 msg->setSize("size", size);
1370 msg->setSize("index", index);
1371 msg->setSize("offset", offset);
1373 msg->setSize("numSubSamples", numSubSamples);
1431 msg->setSize("index", index);
1440 msg->setSize("inde
[all...]
/frameworks/base/core/java/android/view/
H A DSurfaceView.java543 .setSize(mSurfaceWidth, mSurfaceHeight)
583 mSurfaceControl.setSize(mSurfaceWidth, mSurfaceHeight);
1140 public void setSize(int w, int h) { method in class:SurfaceView.SurfaceControlWithBackground
1141 super.setSize(w, h);
1142 mBackgroundControl.setSize(w, h);
H A DSurfaceControl.java397 public Builder setSize(int width, int height) { method in class:SurfaceControl.Builder
842 public void setSize(int w, int h) { method in class:SurfaceControl
845 sGlobalTransaction.setSize(this, w, h);
1399 public Transaction setSize(SurfaceControl sc, int w, int h) { method in class:SurfaceControl.Transaction
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DScreenDecorations.java370 setSize(mOverlay.findViewById(R.id.left), sizeTop);
371 setSize(mOverlay.findViewById(R.id.right), sizeTop);
372 setSize(mBottomOverlay.findViewById(R.id.left), sizeBottom);
373 setSize(mBottomOverlay.findViewById(R.id.right), sizeBottom);
377 private void setSize(View view, int pixelSize) { method in class:ScreenDecorations
/frameworks/native/services/surfaceflinger/tests/
H A DTransaction_test.cpp323 // wait for previous transactions (such as setSize) to complete
496 Transaction().setPosition(layer, 5, 10).setSize(layer, 64, 64).apply();
529 Transaction().setSize(layer, 64, 64).apply();
551 .setSize(layer, 64, 64)
572 Transaction().setSize(layer, 64, 64).apply();
598 // setSize is immediate with SCALE_TO_WINDOW, unlike setPosition
600 .setSize(layer, 64, 64)
1136 Transaction().setMatrix(layer, 2.0f, 0.0f, 0.0f, 2.0f).setSize(layer, 64, 64).apply();
1159 .setSize(layer, 64, 64)
1171 // XXX SCALE_CROP is not respected; calling setSize an
[all...]
/frameworks/av/media/libstagefright/rtsp/
H A DMyHandler.h720 notify->setSize("track-index", trackIndex);
1600 reply->setSize("index", index);
1687 reply->setSize("index", index);
1688 reply->setSize("track-index", mTracks.size() - 1);
1926 msg->setSize("trackIndex", trackIndex);
1934 msg->setSize("trackIndex", trackIndex);
1942 msg->setSize("trackIndex", trackIndex);
1950 msg->setSize("trackIndex", trackIndex);
H A DARTPSession.cpp86 notify->setSize("track-index", mTracks.size() - 1);
/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowSurfaceController.java109 .setSize(w, h)
325 mSurfaceControl.setSize(width, height);
H A DBlackFrame.java54 .setSize(w, h)
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp558 f_pDynamic->setSize(file_format->getDynamic().size());
706 getOutputFormat()->getShStrTab().setSize(shstrtab);
824 file_format->getDynSymTab().setSize(dynsym *
827 file_format->getDynSymTab().setSize(dynsym *
830 file_format->getDynStrTab().setSize(dynstr);
831 file_format->getHashTab().setSize(hash);
832 file_format->getGNUHashTab().setSize(gnuhash);
842 file_format->getDynamic().setSize(dynamic().numOfBytes());
848 file_format->getSymTab().setSize(symtab * sizeof(llvm::ELF::Elf32_Sym));
850 file_format->getSymTab().setSize(symta
[all...]
/frameworks/av/include/media/stagefright/foundation/
H A DAMessage.h100 void setSize(const char *name, size_t value);
/frameworks/av/media/libmedia/
H A DNdkWrapper.cpp266 aMediaFormat->setSize(key, val);
496 void AMediaFormatWrapper::setSize(const char* name, size_t value) { function in class:android::AMediaFormatWrapper
828 msg->setSize("offset", (size_t)(bufferInfo->offset));
829 msg->setSize("size", (size_t)(bufferInfo->size));
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerDecoder.cpp564 msg->setSize("buffer-ix", bufferIx);
677 msg->setSize("buffer-ix", index);
746 reply->setSize("buffer-ix", index);
748 reply->setSize("size", size);
/frameworks/av/media/libstagefright/foundation/include/media/stagefright/foundation/
H A DAMessage.h100 void setSize(const char *name, size_t value);
/frameworks/av/media/libstagefright/include/media/stagefright/foundation/
H A DAMessage.h100 void setSize(const char *name, size_t value);
/frameworks/base/core/java/android/widget/
H A DEdgeEffect.java138 public void setSize(int width, int height) { method in class:EdgeEffect
350 * {@link #setSize(int, int) input size}.
/frameworks/base/libs/hwui/tests/common/
H A DTestUtils.cpp74 layerUpdater->setSize(width, height);
/frameworks/base/packages/SystemUI/src/com/android/systemui/analytics/
H A DSensorLoggerSession.java144 p.setSize(ev.getSize(i));
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
H A DUploadedTexture.java140 setSize(w, h);

Completed in 5553 milliseconds

123456