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

/frameworks/base/graphics/java/android/graphics/drawable/shapes/
H A DShape.java49 * 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/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.h61 void resize(unsigned N) { ValuePtrs.resize(N); } function in class:llvm_2_7::BitcodeReaderValueList
81 ValuePtrs.resize(N);
108 void resize(unsigned N) { MDValuePtrs.resize(N); }
122 MDValuePtrs.resize(N);
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.h61 void resize(unsigned N) { ValuePtrs.resize(N); } function in class:llvm_3_0::BitcodeReaderValueList
81 ValuePtrs.resize(N);
108 void resize(unsigned N) { MDValuePtrs.resize(N); }
122 MDValuePtrs.resize(N);
/frameworks/base/core/java/android/util/
H A DLruCache.java94 public void resize(int maxSize) { method in class:LruCache
/frameworks/base/core/java/android/view/
H A DGLES20RenderLayer.java57 boolean resize(int width, int height) { method in class:GLES20RenderLayer
H A DGLES20TextureLayer.java51 boolean resize(int width, int height) { method in class:GLES20TextureLayer
H A DHardwareLayer.java140 abstract boolean resize(int width, int height); method in class:HardwareLayer
192 * To change the underlying storage, use the {@link #resize(int, int)}
/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 DLayer.cpp70 bool Layer::resize(const uint32_t width, const uint32_t height) { function in class:android::uirenderer::Layer
103 stencil->resize(desiredWidth, desiredHeight);
H A DTextureCache.cpp226 const bool resize = !regenerate || bitmap->width() != int(texture->width) || local
243 uploadToTexture(resize, GL_ALPHA, bitmap->rowBytesAsPixels(),
249 uploadToTexture(resize, GL_RGB, bitmap->rowBytesAsPixels(),
255 uploadToTexture(resize, GL_RGBA, bitmap->rowBytesAsPixels(),
264 uploadLoFiTexture(resize, bitmap, texture->width, texture->height);
285 void TextureCache::uploadLoFiTexture(bool resize, SkBitmap* bitmap, argument
296 uploadToTexture(resize, GL_RGBA, rgbaBitmap.rowBytesAsPixels(), width, height,
300 void TextureCache::uploadToTexture(bool resize, GLenum format, GLsizei stride, argument
309 if (resize) {
/frameworks/base/tools/layoutlib/bridge/src/android/util/
H A DLruCache.java98 public void resize(int maxSize) { method in class:LruCache
/frameworks/base/graphics/java/android/renderscript/
H A DAllocationAdapter.java240 * Override the Allocation resize. Resizing adapters is not
245 public synchronized void resize(int dimX) { method in class:AllocationAdapter
H A DAllocation.java1338 public synchronized void resize(int dimX) { method in class:Allocation
1343 mRS.finish(); // Necessary because resize is fifoed and update is async.
/frameworks/base/services/java/com/android/server/wm/
H A DStackBox.java274 boolean resize(int stackBoxId, float weight) { method in class:StackBox
277 (mFirst.resize(stackBoxId, weight) || mSecond.resize(stackBoxId, weight));
/frameworks/base/graphics/java/android/graphics/drawable/
H A DShapeDrawable.java367 mShapeState.mShape.resize(w, h);
369 mShapeState.mPaint.setShader(mShapeState.mShaderFactory.resize(w, h));
449 * is resized (has a new width or height). Its resize() method returns a
467 public abstract Shader resize(int width, int height); method in class:ShapeDrawable.ShaderFactory
471 // resize params (e.g. scaletofit, etc.). This could be used to scale
/frameworks/rs/
H A Drs_hal.h150 void (*resize)(const Context *rsc, const Allocation *alloc, const Type *newType, member in struct:android::renderscript::__anon1650::__anon1652
/frameworks/base/core/java/android/inputmethodservice/
H A DKeyboard.java613 final void resize(int newWidth, int newHeight) { method in class:Keyboard
641 // also recalculate the vertical sizes/positions when we get this resize call.

Completed in 5399 milliseconds