/aosp_15_r20/external/armnn/tests/ImageTensorGenerator/ |
H A D | ImageTensorGenerator.hpp | 93 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/ |
D | HeightRecordTest.java | 571 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/ |
D | DisplayAspectRatioFrameLayout.kt | 74 val newHeight = (maxWidth * screenAspectRatio).toInt() in <lambda>() constant
|
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/util/ |
H A D | NeverExactlyLinearLayout.kt | 40 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/ |
D | ReceiverChipRippleView.java | 46 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 D | ImeListener.kt | 49 val newHeight = getImeVisibilityAndHeight(insetsState).second in insetsChanged() constant
|
/aosp_15_r20/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/preview/ui/view/ |
D | DualDisplayAspectRatioLayout.kt | 67 var newHeight = parentWidth / (largeDisplayAR + smallDisplayAR) in onMeasure() variable
|
D | DualDisplayAspectRatioLayout2.kt | 73 var newHeight = parentWidth / (largeDisplayAR + smallDisplayAR) in onMeasure() variable
|
/aosp_15_r20/external/s2-geometry-library-java/src/com/google/common/geometry/ |
H A D | S2Cap.java | 210 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 D | TriggerPad.kt | 115 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 D | ConfigurationCallbacksTest.java | 165 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 D | InferenceTestImage.cpp | 183 …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 D | ManageWindowsViewContainer.kt | 223 val newHeight = bitmapWidth / ratioToMatch in <lambda>() constant
|
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
H A D | ExpandHelper.java | 221 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 D | PulseExpansionHandler.kt | 267 val newHeight = in <lambda>() constant
|
/aosp_15_r20/development/samples/devbytes/animation/ListViewExpandingCells/src/com/example/android/expandingcells/ |
H A D | OnSizeChangedListener.java | 24 public void onSizeChanged(int newHeight); in onSizeChanged()
|
H A D | ExpandableListItem.java | 84 public void onSizeChanged(int newHeight) { in onSizeChanged()
|
/aosp_15_r20/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ |
H A D | PhoneStatusBarViewTest.kt | 402 val newHeight = 123456 in onConfigurationChanged_systemIconsHeightChanged_containerHeightIsUpdated() constant
|
/aosp_15_r20/external/angle/samples/WindowTest/ |
H A D | WindowTest.cpp | 45 int newHeight = height; in main() local
|
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/util/animation/ |
H A D | TransitionLayout.kt | 69 val newHeight = value.measureHeight constant
|
/aosp_15_r20/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/widget/ |
H A D | EmbeddedContentContainer.java | 39 protected void onSizeChanged(int newWidth, int newHeight, int oldWidth, int oldHeight) { in onSizeChanged()
|
/aosp_15_r20/hardware/google/gfxstream/host/ |
D | DisplaySurface.cpp | 50 void DisplaySurface::updateSize(uint32_t newWidth, uint32_t newHeight) { in updateSize()
|
/aosp_15_r20/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/ |
D | WidgetResizeFrame.java | 77 float newHeight = mLauncher.waitForLauncherObject( in resize() local
|
/aosp_15_r20/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/ |
D | ImageFilterDownsample.java | 69 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 D | OvicClassifierBenchmarker.java | 136 int newHeight = Math.round(height - stHeight * 2); in convertBitmapToInput() local
|