Home
last modified time | relevance | path

Searched defs:height (Results 1 – 25 of 762) sorted by relevance

12345678910>>...31

/aosp14/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DColorSpace.java42 ByteBuffer input, ByteBuffer output, int width, int height) { in convertYuv420pToRgba8888()
61 ByteBuffer input, ByteBuffer output, int width, int height) { in convertArgb8888ToRgba8888()
80 ByteBuffer input, ByteBuffer output, int width, int height) { in convertRgba8888ToHsva8888()
99 ByteBuffer input, ByteBuffer output, int width, int height) { in convertRgba8888ToYcbcra8888()
122 ByteBuffer input, ByteBuffer output, int width, int height); in nativeYuv420pToRgba8888()
125 ByteBuffer input, ByteBuffer output, int width, int height); in nativeArgb8888ToRgba8888()
128 ByteBuffer input, ByteBuffer output, int width, int height); in nativeRgba8888ToHsva8888()
131 ByteBuffer input, ByteBuffer output, int width, int height); in nativeRgba8888ToYcbcra8888()
H A DPixelUtils.java47 int height, in copyPixels()
70 int height, in nativeCopyPixels()
/aosp14/frameworks/base/opengl/java/android/opengl/
H A DETC1.java86 public static native int getEncodedDataSize(int width, int height); in getEncodedDataSize()
97 public static native void encodeImage(Buffer in, int width, int height, in encodeImage()
110 int width, int height, int pixelSize, int stride); in decodeImage()
118 public static native void formatHeader(Buffer header, int width, int height); in formatHeader()
H A DETC1Util.java75 int height = texture.getHeight(); in loadTexture() local
117 public ETC1Texture(int width, int height, ByteBuffer data) { in ETC1Texture()
154 int height = 0; in createTexture() local
192 …public static ETC1Texture compressTexture(Buffer input, int width, int height, int pixelSize, int … in compressTexture()
211 int height = texture.getHeight(); in writeTexture() local
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardUserSwitcherPopupMenu.java70 int height = mContext.getResources().getDimensionPixelSize( in show() local
86 private View createSpacer(int height) { in createSpacer()
H A DNumPadButton.java69 int height = shortenHeight ? (int) (width * .66f) : width; in onMeasure() local
71 setMeasuredDimension(getMeasuredWidth(), height); in onMeasure() local
78 int height = b - t; in onLayout() local
/aosp14/frameworks/base/core/java/com/android/internal/view/
H A DActionBarPolicy.java55 final int height = config.screenHeightDp; in getMaxActionButtons() local
91 final int height = configuration.screenHeightDp; in hasEmbeddedTabs() local
100 int height = a.getLayoutDimension(R.styleable.ActionBar_height, 0); in getTabContainerHeight() local
/aosp14/frameworks/base/apct-tests/perftests/core/src/android/widget/
H A DTextViewPrecomputedTextPerfTest.java248 int height = MeasureSpec.makeMeasureSpec(0, MeasureSpec.UNSPECIFIED); in testOnMeasure_RandomText() local
268 int height = MeasureSpec.makeMeasureSpec(0, MeasureSpec.UNSPECIFIED); in testOnMeasure_RandomText_Selectable() local
289 int height = MeasureSpec.makeMeasureSpec(0, MeasureSpec.UNSPECIFIED); in testOnMeasure_PrecomputedText() local
312 int height = MeasureSpec.makeMeasureSpec(0, MeasureSpec.UNSPECIFIED); in testOnMeasure_PrecomputedText_Selectable() local
336 int height = MeasureSpec.makeMeasureSpec(0, MeasureSpec.UNSPECIFIED); in testOnDraw_RandomText() local
362 int height = MeasureSpec.makeMeasureSpec(0, MeasureSpec.UNSPECIFIED); in testOnDraw_RandomText_Selectable() local
389 int height = MeasureSpec.makeMeasureSpec(0, MeasureSpec.UNSPECIFIED); in testOnDraw_PrecomputedText() local
418 int height = MeasureSpec.makeMeasureSpec(MeasureSpec.UNSPECIFIED, 0); in testOnDraw_PrecomputedText_Selectable() local
/aosp14/frameworks/base/media/mca/filterfw/native/core/
H A Dgl_frame.cpp56 bool GLFrame::Init(int width, int height) { in Init()
65 bool GLFrame::InitWithTexture(GLint texture_id, int width, int height) { in InitWithTexture()
72 bool GLFrame::InitWithFbo(GLint fbo_id, int width, int height) { in InitWithFbo()
87 void GLFrame::InitDimensions(int width, int height) { in InitDimensions()
187 bool GLFrame::SetViewport(int x, int y, int width, int height) { in SetViewport()
/aosp14/frameworks/base/graphics/java/android/graphics/
H A DBitmap.java128 Bitmap(long nativeBitmap, int width, int height, int density, in Bitmap()
136 Bitmap(long nativeBitmap, int width, int height, int density, in Bitmap()
327 public void setHeight(int height) { in setHeight()
328 reconfigure(getWidth(), height, getConfig()); in setHeight() local
825 final int height = src.getHeight(); in createScaledBitmap() local
1089 int height, @NonNull Config config) { in createBitmap()
1109 public static Bitmap createBitmap(int width, int height, in createBitmap()
1243 int width, int height, @NonNull Config config) { in createBitmap()
1272 int width, int height, @NonNull Config config) { in createBitmap()
1314 int width, int height, Config config) { in createBitmap()
[all …]
H A DYuvImage.java144 public YuvImage(byte[] yuv, int format, int width, int height, int[] strides) { in YuvImage()
164 public YuvImage(@NonNull byte[] yuv, int format, int width, int height, in YuvImage()
392 int height = rect.height(); in adjustRectangle() local
414 int format, int width, int height, int[] offsets, int[] strides, in nativeCompressToJpeg()
418 byte[] sdr, int sdrColorSpaceId, int width, int height, int quality, in nativeCompressToJpegR()
/aosp14/frameworks/base/core/java/android/hardware/camera2/
H A DDngCreator.java193 int height = pixels.getHeight(); in setThumbnail() local
234 int height = pixels.getHeight(); in setThumbnail() local
348 int height = size.getHeight(); in writeInputStream() local
403 int height = size.getHeight(); in writeByteBuffer() local
493 private void writeByteBuffer(int width, int height, ByteBuffer pixels, OutputStream dngOutput, in writeByteBuffer()
553 int height = yuvImage.getHeight(); in convertToRGB() local
612 int height = argbBitmap.getHeight(); in convertToRGB() local
665 private synchronized native void nativeSetThumbnail(ByteBuffer buffer, int width, int height); in nativeSetThumbnail()
667 private synchronized native void nativeWriteImage(OutputStream out, int width, int height, in nativeWriteImage()
673 int width, int height, long offset) in nativeWriteInputStream()
/aosp14/frameworks/base/tests/TaskOrganizerTest/src/com/android/test/taskembed/
H A DTaskView.java74 private void launchOrganizedActivity(Intent i, int width, int height) { in launchOrganizedActivity()
78 private Bundle makeLaunchOptions(int width, int height) { in makeLaunchOptions()
87 void resizeTask(int width, int height) { in resizeTask()
/aosp14/frameworks/base/libs/hwui/renderthread/
H A DFrame.h30 Frame(int32_t width, int32_t height, int32_t bufferAge) in Frame()
34 int32_t height() const { return mHeight; } in height() function
/aosp14/frameworks/base/media/java/android/media/projection/
H A DMediaProjection.java144 int width, int height, int dpi, boolean isSecure, @Nullable Surface surface, in createVirtualDisplay()
215 int width, int height, int dpi, int flags, @Nullable Surface surface, in createVirtualDisplay()
350 public void onCapturedContentResize(int width, int height) { } in onCapturedContentResize()
391 public void onCapturedContentResize(int width, int height) { in onCapturedContentResize()
426 public void onCapturedContentResize(int width, int height) { in onCapturedContentResize()
/aosp14/frameworks/base/services/autofill/java/com/android/server/autofill/ui/
H A DRemoteInlineSuggestionUi.java92 int width, int height, Handler handler) { in RemoteInlineSuggestionUi()
130 boolean match(int width, int height) { in match()
206 SurfaceControlViewHost.SurfacePackage surfacePackage, int width, int height) { in handleInlineSuggestionUiReady()
282 SurfaceControlViewHost.SurfacePackage surface, int width, int height) { in onContent()
/aosp14/frameworks/base/core/tests/coretests/src/android/widget/
H A DEditTextCursorAnchorInfoTest.java145 int height = 200; in testEditorBoundsInfo_allVisible() local
548 private void setupEditText(CharSequence text, int height) { in setupEditText()
553 private void setupEditText(CharSequence text, int width, int height) { in setupEditText()
558 private void setupEditText(CharSequence text, int height, float lineSpacing, in setupEditText()
565 private void setupEditText(int height, int scrollY) { in setupEditText()
571 private void setupEditText(int height, int scrollY, Drawable drawableTop, in setupEditText()
579 private void setupEditText(int height, int scrollY, int paddingTop, in setupEditText()
610 private void measureEditText(int height) { in measureEditText()
615 private void measureEditText(int width, int height) { in measureEditText()
624 private Drawable createDrawable(int height) { in createDrawable()
[all …]
/aosp14/frameworks/base/libs/hwui/jni/
H A DYuvToJpegEncoder.cpp103 int height, int* offsets, int jpegQuality) { in encode()
133 int width, int height, int quality) { in setJpegCompressStruct()
165 int height = cinfo->image_height; in compress() local
198 uint8_t* vRows, int rowIndex, int width, int height) { in deinterleave()
241 int height = cinfo->image_height; in compress() local
273 uint8_t* vRows, int rowIndex, int width, int height) { in deinterleave()
338 int width, int height, int jpegQuality) { in encode()
395 jint format, jint width, jint height, jintArray offsets, in YuvImage_compressToJpeg()
420 jint width, jint height, jint quality, jobject jstream, in YuvImage_compressToJpegR()
/aosp14/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DGLFrame.java124 int height = getFormat().getHeight(); in initWithTexture() local
134 int height = getFormat().getHeight(); in initWithFbo() local
273 public void setViewport(int x, int y, int width, int height) { in setViewport()
364 private native boolean nativeAllocate(GLEnvironment env, int width, int height); in nativeAllocate()
369 int height); in nativeAllocateWithTexture()
374 int height); in nativeAllocateWithFbo()
396 private native boolean setNativeViewport(int x, int y, int width, int height); in setNativeViewport()
/aosp14/frameworks/base/core/java/android/view/inputmethod/
H A DInlineSuggestion.java220 int height) { in onContent()
319 int height) { in onContent()
325 int height) { in handleOnContent()
339 int width, int height) { in handleOnFirstContentReceived()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
H A DTriangleShape.java37 public static TriangleShape create(float width, float height, boolean isPointingUp) { in create()
55 float width, float height, boolean isPointingLeft) { in createHorizontal()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/
H A DTriangleShape.java39 public static TriangleShape create(float width, float height, boolean isPointingUp) { in create()
57 float width, float height, boolean isPointingLeft) { in createHorizontal()
/aosp14/frameworks/base/tests/UiBench/src/com/android/test/uibench/leanback/
H A DBitmapLoader.java64 int height = metrics.heightPixels; in getLruCache() local
83 BitmapAsyncTask(ImageView view, long id, int width, int height) { in BitmapAsyncTask()
120 public static void loadBitmap(ImageView view, long id, int width, int height) { in loadBitmap()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/complication/
H A DComplicationLayoutParams.java114 public ComplicationLayoutParams(int width, int height, @Position int position, in ComplicationLayoutParams()
132 public ComplicationLayoutParams(int width, int height, @Position int position, in ComplicationLayoutParams()
153 public ComplicationLayoutParams(int width, int height, @Position int position, in ComplicationLayoutParams()
174 public ComplicationLayoutParams(int width, int height, @Position int position, in ComplicationLayoutParams()
200 public ComplicationLayoutParams(int width, int height, @Position int position, in ComplicationLayoutParams()
/aosp14/frameworks/base/libs/hwui/tests/common/
H A DBitmapAllocationTestUtils.h30 static sk_sp<Bitmap> allocateHeapBitmap(int width, int height, SkColorType colorType, in allocateHeapBitmap()
39 static sk_sp<Bitmap> allocateHardwareBitmap(int width, int height, SkColorType colorType, in allocateHardwareBitmap()

12345678910>>...31