Searched defs:resize (Results 1 - 25 of 31) sorted by last modified time

12

/frameworks/support/v4/java/android/support/v4/util/
H A DLruCache.java60 public void resize(int maxSize) { method in class:LruCache
/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/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/rs/
H A Drs_hal.h224 void (*resize)(const Context *rsc, const Allocation *alloc, const Type *newType, member in struct:android::renderscript::__anon1695::__anon1697
/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/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/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp113 void resize(unsigned N) { ValuePtrs.resize(N); } function in class:__anon1158::BitcodeReaderValueList
133 ValuePtrs.resize(N);
163 void resize(unsigned N) { MDValuePtrs.resize(N); }
177 MDValuePtrs.resize(N);
575 resize(Idx+1);
600 resize(Idx + 1);
615 resize(Idx + 1);
720 resize(Id
[all...]
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp355 void resize(unsigned N) { ValuePtrs.resize(N); } function in class:__anon1161::BitcodeReaderValueList
375 ValuePtrs.resize(N);
405 void resize(unsigned N) { MDValuePtrs.resize(N); }
419 MDValuePtrs.resize(N);
850 resize(Idx+1);
875 resize(Idx + 1);
890 resize(Idx + 1);
995 resize(Id
[all...]
/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 DDisplayContent.java285 void resize(Rect contentRect) { method in class:DisplayContent
392 // touch area for resize.
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 DWindowManagerService.java444 * the resize after closing the transaction in which we resized the
3076 // If we're starting a drag-resize, we'll be changing the surface size as well as
5145 * @param stackId Id of stack to resize.
5228 * @param taskId The id of the task to put into drag resize mode.
5229 * @param resizing Whether to put the task into drag resize mode.
7502 if (!startPositioningLocked(win, false /*resize*/, startX, startY)) {
7523 task.getTopVisibleAppMainWindow(), false /*resize*/, startX, startY)) {
7538 task.getTopVisibleAppMainWindow(), true /*resize*/, x, y)) {
7554 WindowState win, boolean resize, float startX, float startY) {
7556 + "win=" + win + ", resize
7553 startPositioningLocked( WindowState win, boolean resize, float startX, float startY) argument
[all...]
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
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
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 DFrameBuffer1D.java69 public void resize(int[] newDimensions) { method in class:FrameBuffer1D
70 super.resize(newDimensions);
/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/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 DAllocation.java2072 public synchronized void resize(int dimX) { method in class:Allocation
2080 mRS.finish(); // Necessary because resize is fifoed and update is async.
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/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
/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/libs/hwui/
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 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.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

Completed in 2622 milliseconds

12