Searched defs:resize (Results 1 - 25 of 31) sorted by relevance

12

/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DLinearLayoutManagerResizeTest.java56 public void resize() throws Throwable { method in class:LinearLayoutManagerResizeTest
74 // resize the recycler view to half
/frameworks/base/graphics/java/android/graphics/drawable/shapes/
H A DShape.java50 * Before calling this, you must call {@link #resize(float,float)}.
64 public final void resize(float width, float height) { method in class:Shape
89 * Callback method called when {@link #resize(float,float)} is executed.
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DFrameBuffer1D.java69 public void resize(int[] newDimensions) { method in class:FrameBuffer1D
70 super.resize(newDimensions);
H A DFrame.java185 void resize(int[] newDims) { method in class:Frame
190 throw new IllegalArgumentException("Cannot resize " + oldCount + "-dimensional "
193 mBackingStore.resize(newDims);
H A DBackingStore.java136 public void resize(int[] newDimensions) { method in class:BackingStore
139 if (backing.resize(newDimensions)) {
392 public boolean resize(int[] newDimensions) { method in class:BackingStore.Backing
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
H A DByteArrayRingBuffer.java84 public void resize(int maxBytes) { method in class:ByteArrayRingBuffer
/frameworks/base/core/java/android/hardware/display/
H A DVirtualDisplay.java82 * Asks the virtual display to resize.
89 public void resize(int width, int height, int densityDpi) { method in class:VirtualDisplay
/frameworks/base/core/java/android/util/
H A DLruCache.java93 public void resize(int maxSize) { method in class:LruCache
/frameworks/base/libs/hwui/
H A DRenderBuffer.h70 * storage. See allocate() and resize().
92 void resize(uint32_t width, uint32_t height) { function in struct:android::uirenderer::RenderBuffer
H A DTexture.h72 void resize(uint32_t width, uint32_t height, GLint format) { function in class:android::uirenderer::Texture
79 * to call resize() prior to this.
H A DLayer.cpp99 bool Layer::resize(const uint32_t width, const uint32_t height) { function in class:android::uirenderer::Layer
134 stencil->resize(desiredWidth, desiredHeight);
H A DTexture.cpp124 static void uploadToTexture(bool resize, GLenum format, GLenum type, GLsizei stride, GLsizei bpp, argument
134 if (resize) {
158 if (resize) {
169 bool resize, GLenum format, GLenum type) {
170 uploadToTexture(resize, format, type, bitmap.rowBytesAsPixels(), bitmap.bytesPerPixel(),
168 uploadSkBitmapToTexture(const SkBitmap& bitmap, bool resize, GLenum format, GLenum type) argument
/frameworks/base/tools/layoutlib/bridge/src/android/util/
H A DLruCache.java98 public void resize(int maxSize) { method in class:LruCache
/frameworks/base/rs/java/android/renderscript/
H A DAllocationAdapter.java307 * Override the Allocation resize. Resizing adapters is not
312 public synchronized void resize(int dimX) { method in class:AllocationAdapter
H A DFieldPacker.java55 fp.resize(fp.mPos);
777 private boolean resize(int newSize) { method in class:FieldPacker
798 resize(mLen * 2);
/frameworks/base/tools/layoutlib/bridge/src/android/text/
H A DOptimizingLineBreaker.java124 resize(breakInfo, count);
136 private static void resize(LineBreaks lineBreaks, int size) { method in class:OptimizingLineBreaker
/frameworks/support/v4/java/android/support/v4/util/
H A DLruCache.java60 public void resize(int maxSize) { method in class:LruCache
/frameworks/base/libs/hwui/renderstate/
H A DOffscreenBufferPool.cpp47 texture.resize(width, height, GL_RGBA);
162 OffscreenBuffer* OffscreenBufferPool::resize(OffscreenBuffer* layer, function in class:android::uirenderer::OffscreenBufferPool
167 // resize in place
/frameworks/base/services/core/java/com/android/server/display/
H A DOverlayDisplayWindow.java112 resize(width, height, densityDpi, false /* doLayout */);
140 public void resize(int width, int height, int densityDpi) { method in class:OverlayDisplayWindow
141 resize(width, height, densityDpi, true /* doLayout */);
144 private void resize(int width, int height, int densityDpi, boolean doLayout) { method in class:OverlayDisplayWindow
/frameworks/base/services/core/java/com/android/server/wm/
H A DTaskPositioner.java337 void startDragLocked(WindowState win, boolean resize, float startX, float startY) { argument
339 Slog.d(TAG, "startDragLocked: win=" + win + ", resize=" + resize
362 if (resize) {
H A DDisplayContent.java285 void resize(Rect contentRect) { method in class:DisplayContent
392 // touch area for resize.
/frameworks/minikin/include/minikin/
H A DLineBreaker.h118 void resize(size_t size) { function in class:android::LineBreaker
119 mTextBuf.resize(size);
120 mCharWidths.resize(size);
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DFieldPacker.java56 fp.resize(fp.mPos);
915 private boolean resize(int newSize) { method in class:FieldPacker
936 resize(mLen * 2);
/frameworks/av/services/audioflinger/
H A DAudioResamplerDyn.cpp82 void AudioResamplerDyn<TC, TI, TO>::InBuffer::resize(int CHANNELS, int halfNumCoefs) function in class:android::AudioResamplerDyn::InBuffer
389 mInBuffer.resize(mChannelCount, c.mHalfNumCoefs);
/frameworks/base/graphics/java/android/graphics/drawable/
H A DShapeDrawable.java472 mShapeState.mShape.resize(w, h);
474 mShapeState.mPaint.setShader(mShapeState.mShaderFactory.resize(w, h));
602 * is resized (has a new width or height). Its resize() method returns a
618 public abstract Shader resize(int width, int height); method in class:ShapeDrawable.ShaderFactory
622 // resize params (e.g. scaletofit, etc.). This could be used to scale

Completed in 3087 milliseconds

12