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

12

/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 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...]
/frameworks/rs/support/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/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/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/packages/SystemUI/src/com/android/systemui/pip/phone/
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/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
/frameworks/minikin/include/minikin/
H A DLineBreaker.h118 void resize(size_t size) { function in class:minikin::LineBreaker
119 mTextBuf.resize(size);
120 mCharWidths.resize(size);
/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/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.
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp113 void resize(unsigned N) { ValuePtrs.resize(N); } function in class:__anon1362::BitcodeReaderValueList
133 ValuePtrs.resize(N);
163 void resize(unsigned N) { MDValuePtrs.resize(N); }
177 MDValuePtrs.resize(N);
584 resize(Idx+1);
609 resize(Idx + 1);
624 resize(Idx + 1);
729 resize(Id
[all...]
/frameworks/rs/
H A Drs_hal.h227 void (*resize)(const Context *rsc, const Allocation *alloc, const Type *newType, member in struct:android::renderscript::__anon2040::__anon2042
/frameworks/base/services/core/java/com/android/server/am/
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...]
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,
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp355 void resize(unsigned N) { ValuePtrs.resize(N); } function in class:__anon1365::BitcodeReaderValueList
375 ValuePtrs.resize(N);
405 void resize(unsigned N) { MDValuePtrs.resize(N); }
419 MDValuePtrs.resize(N);
859 resize(Idx+1);
884 resize(Idx + 1);
899 resize(Idx + 1);
1004 resize(Id
[all...]
/frameworks/support/frameworks/support/samples/SupportLeanbackShowcase/libs/
H A Dpicasso-2.5.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/squareup/ com/squareup/picasso/ com/squareup/picasso/Action ...
/frameworks/support/samples/SupportLeanbackShowcase/libs/
H A Dpicasso-2.5.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/squareup/ com/squareup/picasso/ com/squareup/picasso/Action ...

Completed in 4172 milliseconds

12