Home
last modified time | relevance | path

Searched defs:newHeight (Results 1 – 25 of 377) sorted by relevance

12345678910>>...16

/aosp_15_r20/external/armnn/tests/ImageTensorGenerator/
H A DImageTensorGenerator.hpp93 unsigned int newHeight, in PrepareImageTensor()
130 unsigned int newHeight, in PrepareImageTensor()
150 unsigned int newHeight, in PrepareImageTensor()
170 unsigned int newHeight, in PrepareImageTensor()
/aosp_15_r20/packages/modules/HealthFitness/tests/cts/src/android/healthconnect/cts/datatypes/
DHeightRecordTest.java571 Length newHeight = Length.fromMeters(2.0); in insertRecords_sameClientRecordIdAndNewData_readNewData() local
587 Length newHeight = Length.fromMeters(2.0); in insertRecords_sameClientRecordIdAndNewerVersion_readNewData() local
602 Length newHeight = Length.fromMeters(2.0); in insertRecords_sameClientRecordIdAndSameVersion_readNewData() local
618 Length newHeight = Length.fromMeters(2.0); in insertRecords_sameClientRecordIdAndOlderVersion_readOldData() local
/aosp_15_r20/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/
DDisplayAspectRatioFrameLayout.kt74 val newHeight = (maxWidth * screenAspectRatio).toInt() in <lambda>() constant
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/util/
H A DNeverExactlyLinearLayout.kt40 val newHeight = if (heightExactly) height else measuredHeight in onMeasure() constant
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/media/taptotransfer/receiver/
DReceiverChipRippleView.java46 public final void expandToFull(float newHeight, @org.jetbrains.annotations.NotNull() in expandToFull()
51 public final float calculateStartingPercentage(float newHeight) { in calculateStartingPercentage()
/aosp_15_r20/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/
H A DImeListener.kt49 val newHeight = getImeVisibilityAndHeight(insetsState).second in insetsChanged() constant
/aosp_15_r20/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/preview/ui/view/
DDualDisplayAspectRatioLayout.kt67 var newHeight = parentWidth / (largeDisplayAR + smallDisplayAR) in onMeasure() variable
DDualDisplayAspectRatioLayout2.kt73 var newHeight = parentWidth / (largeDisplayAR + smallDisplayAR) in onMeasure() variable
/aosp_15_r20/external/s2-geometry-library-java/src/com/google/common/geometry/
H A DS2Cap.java210 double newHeight = Math.max(height, ROUND_UP * 0.5 * dist2); in addPoint() local
229 double newHeight = Math.max(height, ROUND_UP * 2 * d * d); in addCap() local
/aosp_15_r20/external/oboe/samples/drumthumper/src/main/kotlin/com/plausibleaudio/drumthumper/
H A DTriggerPad.kt115 val newHeight = (textSizePixels.toInt() * 2) + padTop + padBottom in onMeasure() constant
/aosp_15_r20/cts/tests/framework/base/windowmanager/src/android/server/wm/activity/
H A DConfigurationCallbacksTest.java165 final int newHeight = originalSize.getHeight() + offset; in testDisplayResize() local
195 final int newHeight = originalSize.getHeight() + offset; in testDisplayResizeForDisplayBoundsOnly() local
/aosp_15_r20/external/armnn/tests/
H A DInferenceTestImage.cpp183 …Image::StbResize(InferenceTestImage& im, const unsigned int newWidth, const unsigned int newHeight) in StbResize()
210 unsigned int newHeight, in Resize()
/aosp_15_r20/frameworks/base/libs/WindowManager/Shell/shared/src/com/android/wm/shell/shared/multiinstance/
H A DManageWindowsViewContainer.kt223 val newHeight = bitmapWidth / ratioToMatch in <lambda>() constant
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DExpandHelper.java221 float newHeight = clamp(target); in updateExpansion() local
478 final float newHeight = clamp(rawHeight); in onTouchEvent() local
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DPulseExpansionHandler.kt267 val newHeight = in <lambda>() constant
/aosp_15_r20/development/samples/devbytes/animation/ListViewExpandingCells/src/com/example/android/expandingcells/
H A DOnSizeChangedListener.java24 public void onSizeChanged(int newHeight); in onSizeChanged()
H A DExpandableListItem.java84 public void onSizeChanged(int newHeight) { in onSizeChanged()
/aosp_15_r20/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBarViewTest.kt402 val newHeight = 123456 in onConfigurationChanged_systemIconsHeightChanged_containerHeightIsUpdated() constant
/aosp_15_r20/external/angle/samples/WindowTest/
H A DWindowTest.cpp45 int newHeight = height; in main() local
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/util/animation/
H A DTransitionLayout.kt69 val newHeight = value.measureHeight constant
/aosp_15_r20/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/widget/
H A DEmbeddedContentContainer.java39 protected void onSizeChanged(int newWidth, int newHeight, int oldWidth, int oldHeight) { in onSizeChanged()
/aosp_15_r20/hardware/google/gfxstream/host/
DDisplaySurface.cpp50 void DisplaySurface::updateSize(uint32_t newWidth, uint32_t newHeight) { in updateSize()
/aosp_15_r20/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/
DWidgetResizeFrame.java77 float newHeight = mLauncher.waitForLauncherObject( in resize() local
/aosp_15_r20/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
DImageFilterDownsample.java69 int newHeight = orig_h * p / 100; in apply() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/java/ovic/src/main/java/org/tensorflow/ovic/
H A DOvicClassifierBenchmarker.java136 int newHeight = Math.round(height - stHeight * 2); in convertBitmapToInput() local

12345678910>>...16