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

12

/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DLinearLayoutManagerResizeTest.java54 public void resize() throws Throwable { method in class:LinearLayoutManagerResizeTest
72 // resize the recycler view to half
/frameworks/base/core/java/android/net/metrics/
H A DDnsEvent.java63 resize((int) (1.4 * eventCount));
71 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);
H A DFrame.java185 void resize(int[] newDims) { method in class:Frame
190 throw new IllegalArgumentException("Cannot resize " + oldCount + "-dimensional "
193 mBackingStore.resize(newDims);
/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.cpp151 static void uploadToTexture(bool resize, GLint internalFormat, GLenum format, GLenum type, argument
161 if (resize) {
185 if (resize) {
H A DTexture.h90 void resize(uint32_t width, uint32_t height, GLint internalFormat, GLint format) { function in class:android::uirenderer::Texture
97 * 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/base/tools/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/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/compat/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.cpp48 texture.resize(width, height, caches.rgbaInternalFormat(), GL_RGBA);
163 OffscreenBuffer* OffscreenBufferPool::resize(OffscreenBuffer* layer, function in class:android::uirenderer::OffscreenBufferPool
168 // resize in place
/frameworks/base/services/core/java/com/android/server/wm/
H A DTaskWindowContainerController.java151 public void resize(Rect bounds, Configuration overrideConfig, boolean relayout, method in class:TaskWindowContainerController
177 * @param resizing Whether to put the task into drag resize mode.
/frameworks/native/libs/vr/libpdx/private/pdx/
H A Dutility.h22 resize(other.size());
28 resize(other.size());
78 inline void resize(size_t size) { function in class:android::pdx::ByteBuffer
85 resize(old_size + size_delta);
214 buffer_.resize(initializer.size());
224 buffer_.resize(initializer.size());
/frameworks/base/core/java/android/content/res/
H A DTypedArray.java60 attrs.resize(len);
79 private void resize(int len) { method in class:TypedArray
/frameworks/base/packages/SystemUI/src/com/android/systemui/pip/phone/
H A DPipMenuActivityController.java88 * @param resize whether or not to resize the PiP with the state change
90 void onPipMenuStateChanged(int menuState, boolean resize); argument
135 onMenuStateChanged(menuState, true /* resize */);
171 onMenuStateChanged(MENU_STATE_NONE, true /* resize */);
321 * stack and don't want to trigger a resize which can animate the stack in a conflicting way
325 onMenuStateChanged(MENU_STATE_NONE, false /* resize */);
421 private void onMenuStateChanged(int menuState, boolean resize) { argument
424 + " menuState=" + menuState + " resize=" + resize);
[all...]

Completed in 8694 milliseconds

12