Home
last modified time | relevance | path

Searched defs:height (Results 176 – 200 of 762) sorted by relevance

12345678910>>...31

/aosp14/frameworks/base/graphics/java/android/graphics/drawable/shapes/
H A DRectShape.java51 protected void onResize(float width, float height) { in onResize()
/aosp14/frameworks/base/core/java/android/hardware/camera2/params/
H A DStreamConfigurationDuration.java56 final int format, final int width, final int height, final long durationNs) { in StreamConfigurationDuration()
H A DStreamConfiguration.java61 final int format, final int width, final int height, final boolean input) { in StreamConfiguration()
/aosp14/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
H A DRawTexture.java29 public RawTexture(int width, int height, boolean opaque) { in RawTexture()
/aosp14/frameworks/base/libs/hwui/tests/common/scenes/
H A DPartialDamageAnimation.cpp33 void createContent(int width, int height, Canvas& canvas) override { in createContent()
H A DBitmapShaders.cpp44 void createContent(int width, int height, Canvas& canvas) override { in createContent()
H A DOpPropAnimation.cpp42 void createContent(int width, int height, Canvas& canvas) override { in createContent()
/aosp14/frameworks/base/tests/SurfaceControlViewHostTest/src/com/android/test/viewembed/
H A DSurfaceControlViewHostTest.java77 public void surfaceChanged(SurfaceHolder holder, int format, int width, int height) { in surfaceChanged()
H A DEmbeddedWindowService.java77 public void attachEmbedded(IBinder hostToken, int width, int height, in attachEmbedded()
/aosp14/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DAlpha8BitmapActivity.java60 final float height = texture.getHeight() / 3.0f; in BitmapsView() local
H A DThinPatchesActivity.java76 final int height = 60; in onDraw() local
/aosp14/frameworks/base/core/java/android/view/
H A DTextureView.java644 public @Nullable Bitmap getBitmap(int width, int height) { in getBitmap()
892 void onSurfaceTextureAvailable(@NonNull SurfaceTexture surface, int width, int height); in onSurfaceTextureAvailable()
902 void onSurfaceTextureSizeChanged(@NonNull SurfaceTexture surface, int width, int height); in onSurfaceTextureSizeChanged()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
H A DUdfpsDialogMeasureAdapter.java67 int width, int height, @NonNull AuthDialog.LayoutParams layoutParams, in onMeasureInternal()
101 private AuthDialog.LayoutParams onMeasureInternalPortrait(int width, int height, in onMeasureInternalPortrait()
188 private AuthDialog.LayoutParams onMeasureInternalLandscape(int width, int height, in onMeasureInternalLandscape()
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DWallpaperControllerTests.java431 private static void prepareSmallerSecondDisplay(DisplayContent dc, int width, int height) { in prepareSmallerSecondDisplay()
443 int width, int height) { in resizeDisplayAndWallpaper()
525 private WindowState createWallpaperWindow(DisplayContent dc, int width, int height) { in createWallpaperWindow()
/aosp14/frameworks/base/tests/BiDiTests/src/com/android/bidi/
H A DBiDiTestViewDrawText.java57 final int height = getHeight(); in onDraw() local
/aosp14/frameworks/base/core/java/android/hardware/camera2/marshal/impl/
H A DMarshalQueryableSize.java48 int height = buffer.getInt(); in unmarshal() local
H A DMarshalQueryableSizeF.java50 float height = buffer.getFloat(); in unmarshal() local
H A DMarshalQueryableStreamConfiguration.java56 int height = buffer.getInt(); in unmarshal() local
/aosp14/frameworks/base/tests/UiBench/src/com/android/test/uibench/leanback/
H A DCardPresenter.java32 public CardPresenter(int width, int height) { in CardPresenter()
/aosp14/frameworks/base/proto/src/
H A Dcamera.proto32 optional int32 height = 2; field
/aosp14/frameworks/base/graphics/java/android/graphics/
H A DSurfaceTexture.java241 public void setDefaultBufferSize(int width, int height) { in setDefaultBufferSize()
430 private native void nativeSetDefaultBufferSize(int width, int height); in nativeSetDefaultBufferSize()
/aosp14/frameworks/base/core/tests/coretests/src/android/view/
H A DWindowLayoutTests.java163 final int height = DISPLAY_HEIGHT / 2; in unmeasuredWithSizeSpecifiedInLayoutParams() local
347 final int height = DISPLAY_HEIGHT / 2; in layoutExtendedToDisplayCutout() local
/aosp14/frameworks/base/tests/WallpaperTest/src/com/example/wallpapertest/
H A DTestWallpaper.java139 public void onSurfaceChanged(SurfaceHolder holder, int format, int width, int height) { in onSurfaceChanged()
204 final int height = frame.height(); in drawFrame() local
/aosp14/frameworks/base/libs/hwui/effects/
H A DStretchEffect.h102 SkMatrix makeLinearStretch(float width, float height) const { in makeLinearStretch()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/user/
H A DUserSwitcherPopupMenu.kt66 … val height = res.getDimensionPixelSize(R.dimen.bouncer_user_switcher_popup_header_height) regex

12345678910>>...31