Searched defs:resize (Results 1 - 18 of 18) 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/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
179 * To change the underlying storage, use the {@link #resize(int, int)}
/frameworks/base/libs/hwui/
H A DLayerCache.cpp131 bool LayerCache::resize(Layer* layer, const uint32_t width, const uint32_t height) { function in class:android::uirenderer::LayerCache
H A DTextureCache.cpp226 const bool resize = !regenerate || bitmap->width() != int(texture->width) || local
243 uploadToTexture(resize, GL_ALPHA, bitmap->rowBytesAsPixels(), texture->height,
249 uploadToTexture(resize, GL_RGB, bitmap->rowBytesAsPixels(), texture->height,
255 uploadToTexture(resize, GL_RGBA, bitmap->rowBytesAsPixels(), texture->height,
264 uploadLoFiTexture(resize, bitmap, texture->width, texture->height);
285 void TextureCache::uploadLoFiTexture(bool resize, SkBitmap* bitmap, argument
296 uploadToTexture(resize, GL_RGBA, rgbaBitmap.rowBytesAsPixels(), height,
300 void TextureCache::uploadToTexture(bool resize, GLenum format, GLsizei width, GLsizei height, argument
302 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.java239 * Override the Allocation resize. Resizing adapters is not
244 public synchronized void resize(int dimX) { method in class:AllocationAdapter
H A DAllocation.java951 public synchronized void resize(int dimX) { method in class:Allocation
956 mRS.finish(); // Necessary because resize is fifoed and update is async.
978 public void resize(int dimX, int dimY) { method in class:Allocation
988 mRS.finish(); // Necessary because resize is fifoed and update is async.
/frameworks/support/renderscript/v8/java/src/android/support/v8/renderscript/
H A DAllocationAdapter.java239 * Override the Allocation resize. Resizing adapters is not
244 public synchronized void resize(int dimX) { method in class:AllocationAdapter
/frameworks/base/graphics/java/android/graphics/drawable/
H A DShapeDrawable.java359 mShapeState.mShape.resize(w, h);
361 mShapeState.mPaint.setShader(mShapeState.mShaderFactory.resize(w, h));
441 * is resized (has a new width or height). Its resize() method returns a
459 public abstract Shader resize(int width, int height); method in class:ShapeDrawable.ShaderFactory
463 // resize params (e.g. scaletofit, etc.). This could be used to scale
/frameworks/rs/
H A Drs_hal.h144 void (*resize)(const Context *rsc, const Allocation *alloc, const Type *newType, member in struct:android::renderscript::__anon1555::__anon1557
/frameworks/support/renderscript/v8/rs_support/
H A Drs_hal.h143 void (*resize)(const Context *rsc, const Allocation *alloc, const Type *newType, member in struct:android::renderscript::__anon1584::__anon1586
/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.
/frameworks/base/services/java/com/android/server/accessibility/
H A DScreenMagnifier.java1609 resize(magnifiedFrame, animate);
1651 private void resize(Rect bounds, boolean animate) { method in class:ScreenMagnifier.Viewport

Completed in 1178 milliseconds