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

12

/frameworks/av/media/libaudioprocessing/
H A DAudioResamplerDyn.cpp83 void AudioResamplerDyn<TC, TI, TO>::InBuffer::resize(int CHANNELS, int halfNumCoefs) function in class:android::AudioResamplerDyn::InBuffer
399 mInBuffer.resize(mChannelCount, c.mHalfNumCoefs);
/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/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.java63 resize((int) (1.4 * eventCount));
71 public void resize(int newLength) { method in class:DnsEvent
/frameworks/base/core/java/android/util/
H A DLruCache.java93 public void resize(int maxSize) { method in class:LruCache
/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.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/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/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...]
H A DPipTouchHandler.java142 public void onPipMenuStateChanged(int menuState, boolean resize) { argument
143 setMenuState(menuState, resize);
304 // If we have a deferred resize, apply it now
473 void setMenuState(int menuState, boolean resize) { argument
479 if (resize) {
486 if (resize) {
/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.java500 // Update visibility of activities before notifying WM. This way it won't try to resize
526 // If we created a docked stack we want to resize it so it resizes all other stacks
544 // If we removed a docked stack we want to resize it so it resizes all other stacks
613 * Continues updating bounds after updates have been deferred. If there was a resize attempt
621 resize(mDeferredBounds.isEmpty() ? null : mDeferredBounds,
4748 // TODO: Figure-out a way to consolidate with resize() method below.
4756 // Need to consolidate those calls points into this resize method so anyone can call directly.
4757 void resize(Rect bounds, Rect tempTaskBounds, Rect tempTaskInsetBounds) { method in class:ActivityStack
4794 mFullscreen = mWindowContainerController.resize(bounds, mTmpConfigs, mTmpBounds,
H A DTaskRecord.java222 int mResizeMode; // The resize mode of this task and its activities.
227 boolean mTemporarilyUnresizable; // Separate flag from mResizeMode used to suppress resize
502 // TODO: Consolidate this with the resize() method below.
508 boolean resize(Rect bounds, int resizeMode, boolean preserveWindow, boolean deferResume) { method in class:TaskRecord
514 // If this is a forced resize, let it go through even if the bounds is not changing,
537 throw new IllegalArgumentException("resizeTask: Can not resize task=" + this
543 // we do not mess with that decision and we only do the resize!
562 mWindowContainerController.resize(mBounds, getOverrideConfiguration(), kept, forced);
568 // TODO: Investigate combining with the resize() method above.
570 mWindowContainerController.resize(mBound
[all...]
/frameworks/base/services/core/java/com/android/server/display/
H A DOverlayDisplayWindow.java115 resize(width, height, densityDpi, false /* doLayout */);
143 public void resize(int width, int height, int densityDpi) { method in class:OverlayDisplayWindow
144 resize(width, height, densityDpi, true /* doLayout */);
147 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 DStackWindowController.java192 public boolean resize(Rect bounds, SparseArray<Configuration> configs, method in class:StackWindowController
H A DTaskPositioner.java355 void startDrag(WindowState win, boolean resize, boolean preserveOrientation, float startX, argument
358 Slog.d(TAG, "startDrag: win=" + win + ", resize=" + resize
369 startDrag(resize, preserveOrientation, startX, startY, mTmpRect);
373 void startDrag(boolean resize, boolean preserveOrientation, argument
380 if (resize) {
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.
H A DWindowManagerService.java448 * the resize after closing the transaction in which we resized the
1952 // No move or resize, but the controller checks for title changes as well
2005 // a layout now that we already know the right size, as a resize call will make the
4453 win, false /*resize*/, false /*preserveOrientation*/, startX, startY)) {
4468 if (!startPositioningLocked(task.getTopVisibleAppMainWindow(), true /*resize*/,
4484 private boolean startPositioningLocked(WindowState win, boolean resize, argument
4488 + "win=" + win + ", resize=" + resize + ", preserveOrientation="
4530 mTaskPositioner.startDrag(win, resize, preserveOrientation, startX, startY);
6485 pw.println(" Windows waiting to resize
[all...]

Completed in 395 milliseconds

12