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

12

/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/tests/src/android/support/design/testutils/
H A DFloatingActionButtonActions.java82 public static ViewAction setSize(@FloatingActionButton.Size final int size) { method in class:FloatingActionButtonActions
99 fab.setSize(size);
/frameworks/support/compat/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/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/compile/mclinker/include/mcld/LD/
H A DLDSymbol.h114 void setSize(SizeType pSize) { function in class:mcld::LDSymbol
116 m_pResolveInfo->setSize(pSize);
H A DLDSection.h120 void setSize(uint64_t size) { m_Size = size; } function in class:mcld::LDSection
H A DResolveInfo.h110 void setSize(SizeType pSize) { m_Size = pSize; } function in class:mcld::ResolveInfo
/frameworks/support/compat/java/android/support/v4/widget/
H A DEdgeEffectCompat.java48 public void setSize(Object edgeEffect, int width, int height); method in interface:EdgeEffectCompat.EdgeEffectImpl
68 public void setSize(Object edgeEffect, int width, int height) { method in class:EdgeEffectCompat.BaseEdgeEffectImpl
113 public void setSize(Object edgeEffect, int width, int height) { method in class:EdgeEffectCompat.EdgeEffectIcsImpl
114 EdgeEffectCompatIcs.setSize(edgeEffect, width, height);
178 public void setSize(int width, int height) { method in class:EdgeEffectCompat
179 IMPL.setSize(mEdgeEffect, width, height);
/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.h134 void setSize(uint32_t width, uint32_t height) { function in class:android::uirenderer::Layer
/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/core/java/android/widget/
H A DEdgeEffect.java137 public void setSize(int width, int height) { method in class:EdgeEffect
349 * {@link #setSize(int, int) input size}.
/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
/frameworks/base/services/core/java/com/android/server/wm/
H A DBoundsAnimationController.java258 boolean setSize(Rect bounds); method in interface:BoundsAnimationController.AnimateBoundsUser
260 * Behaves as setSize, but freezes the bounds of any tasks in the target at taskBounds,
/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/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/native/libs/gui/
H A DSurfaceControl.cpp120 status_t SurfaceControl::setSize(uint32_t w, uint32_t h) { function in class:android::SurfaceControl
123 return mClient->setSize(mHandle, w, h);
/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/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/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DWindowAlignment.java176 final public void setSize(int size) { method in class:WindowAlignment.Axis
/frameworks/base/media/java/android/media/
H A DSubtitleTrack.java688 public void setSize(int width, int height); method in interface:SubtitleTrack.RenderingWidget
/frameworks/base/packages/DocumentsUI/tests/src/com/android/documentsui/
H A DStubProvider.java597 setSize(rootName, rootSize);
627 public void setSize(String rootId, long rootSize) { method in class:StubProvider
/frameworks/support/design/src/android/support/design/widget/
H A DFloatingActionButton.java100 * @see #setSize(int)
107 * @see #setSize(int)
116 * @see #setSize(int)
395 public void setSize(@Size int size) { method in class:FloatingActionButton
406 * @see #setSize(int)
/frameworks/base/core/java/android/content/pm/
H A DPackageInstaller.java952 public void setSize(long sizeBytes) { method in class:PackageInstaller.SessionParams

Completed in 6875 milliseconds

12