Searched defs:setSize (Results 1 - 16 of 16) sorted by relevance

/frameworks/base/core/java/android/inputmethodservice/
H A DSoftInputWindow.java113 public void setSize(int size) { method in class:SoftInputWindow
/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/compile/mclinker/include/mcld/LD/
H A DLDSymbol.h105 void setSize(SizeType pSize) { function in class:mcld::LDSymbol
107 m_pResolveInfo->setSize(pSize);
H A DLDSection.h113 void setSize(uint64_t size) function in class:mcld::LDSection
H A DResolveInfo.h122 void setSize(SizeType pSize) function in class:mcld::ResolveInfo
/frameworks/support/v4/java/android/support/v4/widget/
H A DEdgeEffectCompat.java46 public void setSize(Object edgeEffect, int width, int height); method in interface:EdgeEffectCompat.EdgeEffectImpl
63 public void setSize(Object edgeEffect, int width, int height) { method in class:EdgeEffectCompat.BaseEdgeEffectImpl
95 public void setSize(Object edgeEffect, int width, int height) { method in class:EdgeEffectCompat.EdgeEffectIcsImpl
96 EdgeEffectCompatIcs.setSize(edgeEffect, width, height);
142 public void setSize(int width, int height) { method in class:EdgeEffectCompat
143 IMPL.setSize(mEdgeEffect, width, height);
/frameworks/compile/mclinker/include/mcld/Support/
H A DAllocators.h68 static void setSize(size_t pSize) { m_Size = pSize; } function in struct:mcld::Chunk
307 Chunk<DataType, 0>::setSize(pNum);
/frameworks/base/core/java/android/widget/
H A DEdgeEffect.java158 public void setSize(int width, int height) { method in class:EdgeEffect
/frameworks/base/libs/hwui/
H A DLayer.h89 void setSize(uint32_t width, uint32_t height) { function in struct:android::uirenderer::Layer
/frameworks/native/libs/gui/
H A DSurface.cpp113 status_t SurfaceControl::setSize(uint32_t w, uint32_t h) { function in class:android::SurfaceControl
117 return client->setSize(mToken, w, h);
H A DSurfaceComposerClient.cpp139 status_t setSize(const sp<SurfaceComposerClient>& client, SurfaceID id,
250 status_t Composer::setSize(const sp<SurfaceComposerClient>& client, function in class:android::Composer
507 status_t SurfaceComposerClient::setSize(SurfaceID id, uint32_t w, uint32_t h) { function in class:android::SurfaceComposerClient
508 return getComposer().setSize(this, id, w, h);
/frameworks/native/services/surfaceflinger/
H A DLayerBase.cpp130 bool LayerBase::setSize(uint32_t w, uint32_t h) { function in class:android::LayerBase
/frameworks/base/core/java/android/view/
H A DSurface.java550 public void setSize(int w, int h) { method in class:Surface
/frameworks/base/core/java/com/android/internal/util/
H A DStateMachine.java553 * constructor or by calling setSize. The public interface also
556 * the last setSize, get which returns a record and
579 synchronized void setSize(int maxSize) { method in class:StateMachine.LogRecords
1346 mSmHandler.mLogRecords.setSize(maxSize);
/frameworks/base/graphics/java/android/graphics/drawable/
H A DGradientDrawable.java280 public void setSize(int width, int height) { method in class:GradientDrawable
281 mGradientState.setSize(width, height);
864 setSize(width, height);
1254 public void setSize(int width, int height) { method in class:GradientDrawable.GradientState
/frameworks/base/services/java/com/android/server/wm/
H A DWindowStateAnimator.java541 public void setSize(int w, int h) { method in class:WindowStateAnimator.SurfaceTrace
542 super.setSize(w, h);
544 Slog.v(SURFACE_TAG, "setSize: " + this + ". Called by "
1164 mSurface.setSize(width, height);

Completed in 267 milliseconds