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

12

/frameworks/av/media/libaudioprocessing/
H A DAudioResamplerDyn.cpp86 void AudioResamplerDyn<TC, TI, TO>::InBuffer::resize(int CHANNELS, int halfNumCoefs) function in class:android::AudioResamplerDyn::InBuffer
471 mInBuffer.resize(mChannelCount, c.mHalfNumCoefs);
/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/content/res/
H A DTypedArray.java60 attrs.resize(len);
88 private void resize(int len) { method in class:TypedArray
/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/inputmethodservice/
H A DKeyboard.java626 final void resize(int newWidth, int newHeight) { method in class:Keyboard
654 // also recalculate the vertical sizes/positions when we get this resize call.
/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/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 DIntArray.java78 public void resize(int newSize) { method in class:IntArray
H A DLongArray.java82 public void resize(int newSize) { method in class:LongArray
H A DLruCache.java93 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/graphics/java/android/graphics/drawable/
H A DShapeDrawable.java493 mShapeState.mShape.resize(w, h);
495 mShapeState.mPaint.setShader(mShapeState.mShaderFactory.resize(w, h));
633 * is resized (has a new width or height). Its resize() method returns a
649 public abstract Shader resize(int width, int height); method in class:ShapeDrawable.ShaderFactory
/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/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/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
/frameworks/base/packages/SystemUI/src/com/android/systemui/pip/phone/
H A DPipMenuActivityController.java95 * @param resize whether or not to resize the PiP with the state change
97 void onPipMenuStateChanged(int menuState, boolean resize); argument
143 onMenuStateChanged(menuState, true /* resize */);
179 onMenuStateChanged(MENU_STATE_NONE, true /* resize */);
356 * stack and don't want to trigger a resize which can animate the stack in a conflicting way
360 onMenuStateChanged(MENU_STATE_NONE, false /* resize */);
467 private void onMenuStateChanged(int menuState, boolean resize) { argument
470 + " menuState=" + menuState + " resize=" + resize);
[all...]
H A DPipTouchHandler.java144 public void onPipMenuStateChanged(int menuState, boolean resize) { argument
145 setMenuState(menuState, resize);
331 // If we have a deferred resize, apply it now
512 private void setMenuState(int menuState, boolean resize) { argument
518 if (resize) {
525 if (resize) {
811 * @return whether the menu will resize as a part of showing the full menu.
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/grid/
H A DTaskViewFocusFrame.java82 public void resize() { method in class:TaskViewFocusFrame
/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/services/core/java/com/android/server/am/
H A DActivityStack.java624 resize(mTmpRect2, null /* tempTaskBounds */, null /* tempTaskInsetBounds */);
688 // Update visibility of activities before notifying WM. This way it won't try to resize
706 // If we created a docked stack we want to resize it so it resizes all other stacks
786 * Continues updating bounds after updates have been deferred. If there was a resize attempt
794 resize(mDeferredBounds.isEmpty() ? null : mDeferredBounds,
2635 // result of invisible window resize.
4751 // TODO: Figure-out a way to consolidate with resize() method below.
4759 // Need to consolidate those calls points into this resize method so anyone can call directly.
4760 void resize(Rect bounds, Rect tempTaskBounds, Rect tempTaskInsetBounds) { method in class:ActivityStack
4795 mWindowContainerController.resize(bound
[all...]
H A DTaskRecord.java233 int mResizeMode; // The resize mode of this task and its activities.
485 // TODO: Consolidate this with the resize() method below.
491 boolean resize(Rect bounds, int resizeMode, boolean preserveWindow, boolean deferResume) { method in class:TaskRecord
500 // If this is a forced resize, let it go through even if the bounds is not changing,
521 throw new IllegalArgumentException("resizeTask: Can not resize task=" + this
527 // we do not mess with that decision and we only do the resize!
550 mWindowContainerController.resize(kept, forced);
559 // TODO: Investigate combining with the resize() method above.
561 mWindowContainerController.resize(false /* relayout */, false /* forced */);
703 // TODO: Should this call be moved inside the resize metho
[all...]

Completed in 536 milliseconds

12