Searched defs:setSize (Results 1 - 25 of 37) sorted by last modified time

12

/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DWindowAlignment.java169 public final void setSize(int size) { method in class:WindowAlignment.Axis
/frameworks/support/compat/java/android/support/v4/widget/
H A DEdgeEffectCompat.java80 * @deprecated Use {@link EdgeEffect#setSize(int, int)} directly.
83 public void setSize(int width, int height) { method in class:EdgeEffectCompat
84 mEdgeEffect.setSize(width, height);
/frameworks/support/core-ui/java/android/support/v4/widget/
H A DSwipeRefreshLayout.java296 public void setSize(int size) { method in class:SwipeRefreshLayout
/frameworks/support/core-ui/tests/java/android/support/v4/widget/
H A DSwipeRefreshLayoutActions.java54 public static ViewAction setSize(final int size) { method in class:SwipeRefreshLayoutActions
71 swipeRefreshLayout.setSize(size);
/frameworks/support/design/src/android/support/design/widget/
H A DFloatingActionButton.java98 * @see #setSize(int)
105 * @see #setSize(int)
114 * @see #setSize(int)
395 public void setSize(@Size int size) { method in class:FloatingActionButton
406 * @see #setSize(int)
/frameworks/support/design/tests/src/android/support/design/testutils/
H A DFloatingActionButtonActions.java86 public static ViewAction setSize(@FloatingActionButton.Size final int size) { method in class:FloatingActionButtonActions
103 fab.setSize(size);
/frameworks/native/libs/gui/
H A DSurfaceComposerClient.cpp148 status_t setSize(const sp<SurfaceComposerClient>& client, const sp<IBinder>& id,
321 status_t Composer::setSize(const sp<SurfaceComposerClient>& client, function in class:android::Composer
771 status_t SurfaceComposerClient::setSize(const sp<IBinder>& id, uint32_t w, uint32_t h) { function in class:android::SurfaceComposerClient
772 return getComposer().setSize(this, id, w, h);
H A DSurfaceControl.cpp128 status_t SurfaceControl::setSize(uint32_t w, uint32_t h) { function in class:android::SurfaceControl
131 return mClient->setSize(mHandle, w, h);
/frameworks/native/services/surfaceflinger/
H A DLayer.cpp1811 bool Layer::setSize(uint32_t w, uint32_t h) { function in class:android::Layer
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...
/frameworks/compile/mclinker/include/mcld/LD/
H A DLDSection.h120 void setSize(uint64_t size) { m_Size = size; } function in class:mcld::LDSection
H A DLDSymbol.h114 void setSize(SizeType pSize) { function in class:mcld::LDSymbol
116 m_pResolveInfo->setSize(pSize);
H A DResolveInfo.h110 void setSize(SizeType pSize) { m_Size = pSize; } function in class:mcld::ResolveInfo
/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/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
H A DNavigationBar.java82 setSize(context, leftPadding, orientation, getSidePadding(sw));
83 setSize(context, rightPadding, orientation, getSidePadding(sw));
87 setSize(context, navButton, orientation, navButtonWidth);
90 setSize(context, getChildAt(2), orientation, 128);
91 setSize(context, getChildAt(4), orientation, 128);
95 private static void setSize(BridgeContext context, View view, int orientation, int size) { method in class:NavigationBar
/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)
137 .setSize(ScreenSize.LARGE)
293 public ConfigGenerator setSize(ScreenSize size) { method in class:ConfigGenerator
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
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
H A DGLES20Canvas.java346 public void setSize(int width, int height) { method in class:GLES20Canvas
865 setSize(mScreenWidth, mScreenHeight);
867 setSize(texture.getWidth(), texture.getHeight());
/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/services/core/java/com/android/server/wm/
H A DRemoteSurfaceTrace.java79 public void setSize(int w, int h) { method in class:RemoteSurfaceTrace
81 super.setSize(w, h);
H A DWindowSurfaceController.java335 mSurfaceControl.setSize(width, height);
652 public void setSize(int w, int h) { method in class:WindowSurfaceController.SurfaceTrace
654 if (LOG_SURFACE_TRACE) Slog.v(SURFACE_TAG, "setSize(" + w + "," + h + "): OLD:"
658 super.setSize(w, h);
/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);
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DHardwareCanvasSurfaceViewActivity.java97 mThread.setSize(width, height);
114 void setSize(int width, int height) { method in class:HardwareCanvasSurfaceViewActivity.RenderingThread
/frameworks/base/libs/hwui/
H A DDeferredLayerUpdater.h51 ANDROID_API bool setSize(int width, int height) { function in class:android::uirenderer::DeferredLayerUpdater

Completed in 500 milliseconds

12