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

12

/frameworks/support/v7/recyclerview/src/androidTest/java/androidx/recyclerview/widget/
H A DLinearLayoutManagerResizeTest.java54 public void resize() throws Throwable { method in class:LinearLayoutManagerResizeTest
72 // resize the recycler view to half
/frameworks/av/media/libeffects/dynamicsproc/dsp/
H A DSHCircularBuffer.h31 resize(maxSize);
33 void resize(size_t maxSize) { function in class:SHCircularBuffer
34 mBuffer.resize(maxSize);
/frameworks/base/core/java/android/net/metrics/
H A DDnsEvent.java68 resize((int) (1.4 * eventCount));
80 public void resize(int newLength) { method in class:DnsEvent
/frameworks/base/graphics/java/android/graphics/drawable/shapes/
H A DShape.java55 * Before calling this, you must call {@link #resize(float,float)}.
70 public final void resize(float width, float height) { method in class:Shape
97 * 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);
/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/text/
H A DAutoGrowArray.java79 public void resize(@IntRange(from = 0) int newSize) { method in class:AutoGrowArray.ByteArray
188 public void resize(@IntRange(from = 0) int newSize) { method in class:AutoGrowArray.IntArray
297 public void resize(@IntRange(from = 0) int newSize) { method in class:AutoGrowArray.FloatArray
/frameworks/base/core/java/android/util/
H A DLruCache.java93 public void resize(int maxSize) { method in class:LruCache
H A DIntArray.java78 public void resize(int newSize) { method in class:IntArray
H A DLongArray.java82 public void resize(int newSize) { method in class:LongArray
/frameworks/base/libs/hwui/
H A DRenderBuffer.h63 * storage. See allocate() and resize().
83 void resize(uint32_t width, uint32_t height) { function in struct:android::uirenderer::RenderBuffer
H A DTexture.cpp150 static void uploadToTexture(bool resize, GLint internalFormat, GLenum format, GLenum type, argument
160 if (resize) {
184 if (resize) {
H A DTexture.h88 void resize(uint32_t width, uint32_t height, GLint internalFormat, GLint format) { function in class:android::uirenderer::Texture
96 * to call resize() prior to this.
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/grid/
H A DTaskViewFocusFrame.java82 public void resize() { method in class:TaskViewFocusFrame
/frameworks/layoutlib/bridge/src/android/util/
H A DLruCache.java98 public void resize(int maxSize) { method in class:LruCache
/frameworks/native/libs/vr/libpdx/private/pdx/rpc/
H A Darray_wrapper.h86 void resize(size_type size) { function in class:android::pdx::rpc::ArrayWrapper
H A Dbuffer_wrapper.h83 void resize(size_type size) { function in class:android::pdx::rpc::BufferWrapper
136 void resize(size_type size) { buffer_.resize(size); } function in class:android::pdx::rpc::BufferWrapper
H A Dstring_wrapper.h89 void resize(size_type size) { function in class:android::pdx::rpc::StringWrapper
/frameworks/support/collection/src/main/java/androidx/collection/
H A DLruCache.java61 public void resize(int maxSize) { method in class:LruCache
/frameworks/base/core/java/com/android/internal/os/
H A DKernelCpuProcReader.java122 if (!resize()) {
157 private boolean resize() { method in class:KernelCpuProcReader
/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
/frameworks/base/services/core/java/com/android/server/wm/
H A DTaskPositioningController.java71 win, false /*resize*/, false /*preserveOrientation*/, startX, startY)) {
87 if (!startPositioningLocked(task.getTopVisibleAppMainWindow(), true /*resize*/,
105 private boolean startPositioningLocked(WindowState win, boolean resize, argument
109 + "win=" + win + ", resize=" + resize + ", preserveOrientation="
151 mTaskPositioner.startDrag(win, resize, preserveOrientation, startX, startY);
/frameworks/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/libs/hwui/renderstate/
H A DOffscreenBufferPool.cpp48 texture.resize(width, height, wideColorGamut ? GL_RGBA16F : caches.rgbaInternalFormat(),
168 OffscreenBuffer* OffscreenBufferPool::resize(OffscreenBuffer* layer, const uint32_t width, function in class:android::uirenderer::OffscreenBufferPool
173 // resize in place

Completed in 557 milliseconds

12