Searched defs:setSize (Results 1 - 17 of 17) 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.h122 void setSize(uint64_t size) function in class:mcld::LDSection
H A DResolveInfo.h121 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.h69 static void setSize(size_t pSize) { m_Size = pSize; } function in struct:mcld::Chunk
308 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.h104 void setSize(uint32_t width, uint32_t height) { function in struct:android::uirenderer::Layer
/frameworks/native/libs/gui/
H A DSurface.cpp107 status_t SurfaceControl::setSize(uint32_t w, uint32_t h) { function in class:android::SurfaceControl
111 return client->setSize(mToken, w, h);
H A DSurfaceComposerClient.cpp111 status_t setSize(const sp<SurfaceComposerClient>& client, SurfaceID id,
193 status_t Composer::setSize(const sp<SurfaceComposerClient>& client, function in class:android::Composer
426 status_t SurfaceComposerClient::setSize(SurfaceID id, uint32_t w, uint32_t h) { function in class:android::SurfaceComposerClient
427 return getComposer().setSize(this, id, w, h);
/frameworks/av/services/camera/libcameraservice/
H A DFakeCamera.cpp315 setSize(width, height);
323 void FakeCamera::setSize(int width, int height) function in class:android::FakeCamera
/frameworks/native/services/surfaceflinger/
H A DLayerBase.cpp137 bool LayerBase::setSize(uint32_t w, uint32_t h) { function in class:android::LayerBase
/frameworks/base/core/java/android/view/
H A DSurface.java494 public native void setSize(int w, int h); method in class:Surface
/frameworks/base/core/java/com/android/internal/util/
H A DStateMachine.java549 * constructor or by calling setSize. The public interface also
552 * the last setSize, get which returns a processed message and
575 void setSize(int maxSize) { method in class:StateMachine.ProcessedMessages
1167 mProcessedMessages.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);
848 setSize(width, height);
1191 public void setSize(int width, int height) { method in class:GradientDrawable.GradientState
/frameworks/base/services/java/com/android/server/wm/
H A DWindowStateAnimator.java519 public void setSize(int w, int h) { method in class:WindowStateAnimator.SurfaceTrace
520 super.setSize(w, h);
522 Slog.v(SURFACE_TAG, "setSize: " + this + ". Called by "
1055 mSurface.setSize(width, height);

Completed in 392 milliseconds