Home
last modified time | relevance | path

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

123

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/panels/ui/viewmodel/
DIconTilesViewModel.kt32 fun resize(spec: TileSpec, toIcon: Boolean) in isIconTile() method
43 override fun resize(spec: TileSpec, toIcon: Boolean) = interactor.resize(spec, toIcon) in isIconTile() method in com.android.systemui.qs.panels.ui.viewmodel.IconTilesViewModelImpl
/frameworks/libs/systemui/toruslib/torus-core/src/main/java/com/google/android/torus/core/engine/
DTorusEngine.kt62 fun resize(width: Int, height: Int) in resume() method
/frameworks/libs/systemui/weathereffects/graphics/src/main/java/com/google/android/wallpaper/weathereffects/graphics/
DWeatherEffect.kt33 fun resize(newSurfaceSize: SizeF) in resize() method
/frameworks/base/core/java/android/text/
DAutoGrowArray.java80 public void resize(@IntRange(from = 0) int newSize) { in resize() method in AutoGrowArray.ByteArray
189 public void resize(@IntRange(from = 0) int newSize) { in resize() method in AutoGrowArray.IntArray
298 public void resize(@IntRange(from = 0) int newSize) { in resize() method in AutoGrowArray.FloatArray
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/panels/domain/interactor/
DIconTilesInteractor.kt69 fun resize(spec: TileSpec, toIcon: Boolean) { in resize() method
/frameworks/av/media/libeffects/dynamicsproc/dsp/
DSHCircularBuffer.h33 void resize(size_t maxSize) { in resize() function
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/
DPhonePipMenuController.java73 void onPipMenuStateChangeStart(int menuState, boolean resize, Runnable callback); in onPipMenuStateChangeStart()
408 public void hideMenu(@PipMenuView.AnimationType int animationType, boolean resize) { in hideMenu()
488 void onMenuStateChangeStart(int menuState, boolean resize, Runnable callback) { in onMenuStateChangeStart()
DPipMenuView.java364 void hideMenu(boolean resize, @AnimationType int animationType) { in hideMenu()
370 boolean resize, @AnimationType int animationType) { in hideMenu()
547 private void notifyMenuStateChangeStart(int menuState, boolean resize, Runnable callback) { in notifyMenuStateChangeStart()
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
DFrameBuffer1D.java53 public void resize(int[] newDimensions) { in resize() method in FrameBuffer1D
DFrame.java185 void resize(int[] newDims) { in resize() method in Frame
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip2/phone/
DPipMenuView.java347 void hideMenu(boolean resize, @AnimationType int animationType) { in hideMenu()
353 boolean resize, @AnimationType int animationType) { in hideMenu()
503 private void notifyMenuStateChangeStart(int menuState, boolean resize, Runnable callback) { in notifyMenuStateChangeStart()
DPhonePipMenuController.java77 void onPipMenuStateChangeStart(int menuState, boolean resize, Runnable callback); in onPipMenuStateChangeStart()
436 public void hideMenu(@PipMenuView.AnimationType int animationType, boolean resize) { in hideMenu()
515 void onMenuStateChangeStart(int menuState, boolean resize, Runnable callback) { in onMenuStateChangeStart()
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/communal/ui/compose/
DContentListState.kt100 fun resize(index: Int, resizeInfo: ResizeInfo) { in resize() method
/frameworks/libs/systemui/weathereffects/graphics/src/main/java/com/google/android/wallpaper/weathereffects/graphics/none/
DNoEffect.kt31 override fun resize(newSurfaceSize: SizeF) { in resize() method in com.google.android.wallpaper.weathereffects.graphics.none.NoEffect
/frameworks/base/graphics/java/android/graphics/drawable/shapes/
DShape.java72 public final void resize(float width, float height) { in resize() method in Shape
/frameworks/base/core/java/android/net/metrics/
DDnsEvent.java81 public void resize(int newLength) { in resize() method in DnsEvent
/frameworks/base/services/core/java/com/android/server/display/
DOverlayDisplayWindow.java148 public void resize(int width, int height, int densityDpi) { in resize() method in OverlayDisplayWindow
152 private void resize(int width, int height, int densityDpi, boolean doLayout) { in resize() method in OverlayDisplayWindow
/frameworks/base/core/java/android/hardware/display/
DVirtualDisplay.java96 public void resize(int width, int height, int densityDpi) { in resize() method in VirtualDisplay
/frameworks/rs/toolkit/java/
DToolkit.kt970 fun resize( in resize() method
1024 fun resize( in resize() method
/frameworks/base/core/java/com/android/internal/widget/remotecompose/core/operations/utilities/
DIntFloatMap.java122 private void resize() { in resize() method in IntFloatMap
DIntIntMap.java121 private void resize() { in resize() method in IntIntMap
DIntMap.java120 private void resize() { in resize() method in IntMap
/frameworks/base/tests/SurfaceControlViewHostTest/src/com/android/test/viewembed/
DSurfaceControlViewHostSyncTest.java110 private void resize() { in resize() method in SurfaceControlViewHostSyncTest
/frameworks/minikin/tests/unittest/
DPackedVectorTest.cpp155 TEST(PackedVector, resize) { in TEST() argument
/frameworks/base/core/java/android/util/
DLongArray.java84 public void resize(int newSize) { in resize() method in LongArray

123