Home
last modified time | relevance | path

Searched defs:resize (Results 1 – 25 of 29) sorted by relevance

12

/aosp14/frameworks/base/core/java/android/text/
H A DAutoGrowArray.java79 public void resize(@IntRange(from = 0) int newSize) { in resize() method in AutoGrowArray.ByteArray
188 public void resize(@IntRange(from = 0) int newSize) { in resize() method in AutoGrowArray.IntArray
297 public void resize(@IntRange(from = 0) int newSize) { in resize() method in AutoGrowArray.FloatArray
/aosp14/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DFrameBuffer1D.java69 public void resize(int[] newDimensions) { in resize() method in FrameBuffer1D
H A DFrame.java185 void resize(int[] newDims) { in resize() method in Frame
H A DBackingStore.java136 public void resize(int[] newDimensions) { in resize() method in BackingStore
392 public boolean resize(int[] newDimensions) { in resize() method in BackingStore.Backing
/aosp14/frameworks/base/core/java/android/net/metrics/
H A DDnsEvent.java77 public void resize(int newLength) { in resize() method in DnsEvent
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/
H A DPhonePipMenuController.java79 void onPipMenuStateChangeStart(int menuState, boolean resize, Runnable callback); in onPipMenuStateChangeStart()
438 public void hideMenu(@PipMenuView.AnimationType int animationType, boolean resize) { in hideMenu()
522 void onMenuStateChangeStart(int menuState, boolean resize, Runnable callback) { in onMenuStateChangeStart()
H A DPipMenuView.java398 void hideMenu(boolean resize, @AnimationType int animationType) { in hideMenu()
404 boolean resize, @AnimationType int animationType) { in hideMenu()
557 private void notifyMenuStateChangeStart(int menuState, boolean resize, Runnable callback) { in notifyMenuStateChangeStart()
H A DPipTouchHandler.java136 public void onPipMenuStateChangeStart(int menuState, boolean resize, Runnable callback) { in onPipMenuStateChangeStart()
647 private void onPipMenuStateChangeStart(int menuState, boolean resize, Runnable callback) { in onPipMenuStateChangeStart()
/aosp14/frameworks/base/graphics/java/android/graphics/drawable/shapes/
H A DShape.java72 public final void resize(float width, float height) { in resize() method in Shape
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DTaskPositioningController.java167 private CompletableFuture<Boolean> startPositioningLocked(WindowState win, boolean resize, in startPositioningLocked()
/aosp14/frameworks/base/core/java/android/hardware/display/
H A DVirtualDisplay.java95 public void resize(int width, int height, int densityDpi) { in resize() method in VirtualDisplay
/aosp14/frameworks/base/services/core/java/com/android/server/display/
H A DOverlayDisplayWindow.java144 public void resize(int width, int height, int densityDpi) { in resize() method in OverlayDisplayWindow
148 private void resize(int width, int height, int densityDpi, boolean doLayout) { in resize() method in OverlayDisplayWindow
/aosp14/frameworks/base/tests/SurfaceControlViewHostTest/src/com/android/test/viewembed/
H A DSurfaceControlViewHostSyncTest.java109 private void resize() { in resize() method in SurfaceControlViewHostSyncTest
/aosp14/frameworks/base/core/java/android/util/
H A DLongArray.java85 public void resize(int newSize) { in resize() method in LongArray
H A DIntArray.java80 public void resize(int newSize) { in resize() method in IntArray
H A DLruCache.java96 public void resize(int maxSize) { in resize() method in LruCache
/aosp14/frameworks/base/rs/java/android/renderscript/
H A DAllocationAdapter.java316 public synchronized void resize(int dimX) { in resize() method in AllocationAdapter
H A DFieldPacker.java781 private boolean resize(int newSize) { in resize() method in FieldPacker
/aosp14/frameworks/base/libs/hwui/canvas/
H A DOpBuffer.h112 void resize(size_t newsize) { in resize() function
/aosp14/system/core/init/
H A Dkeychords.cpp79 void Keychords::Mask::resize(size_t bit) { in resize() function in android::init::Keychords::Mask
/aosp14/system/core/libutils/include/utils/
H A DVector.h99 inline ssize_t resize(size_t size) { return VectorImpl::resize(size); } in resize() function
/aosp14/frameworks/base/graphics/java/android/graphics/drawable/
H A DShapeDrawable.java651 public abstract Shader resize(int width, int height); in resize() method in ShapeDrawable.ShaderFactory
/aosp14/system/core/libutils/
H A DVectorImpl.cpp354 ssize_t VectorImpl::resize(size_t size) { in resize() function in android::VectorImpl
/aosp14/frameworks/base/core/java/android/content/res/
H A DTypedArray.java138 private void resize(int len) { in resize() method in TypedArray
/aosp14/frameworks/base/core/java/android/inputmethodservice/
H A DKeyboard.java638 final void resize(int newWidth, int newHeight) { in resize() method in Keyboard

12