Searched refs:height (Results 101 - 125 of 1236) sorted by relevance

1234567891011>>

/frameworks/base/tests/CanvasCompare/src/com/android/test/hwuicompare/
H A DResourceModifiers.java109 final float height = mBitmap.getHeight() / 8.0f;
113 0.0f, height, width, height, width * 2, height, width * 4, height,
114 0.0f, height * 2, width, height * 2, width * 2, height * 2, width * 3, height * 2,
115 0.0f, height *
[all...]
/frameworks/av/include/ndk/
H A DNdkImageReader.h66 * @param height The default height in pixels of the Images that this reader will produce.
80 * height, format, maxImages arguments is not supported.</li>
86 int32_t width, int32_t height, int32_t format, int32_t maxImages,
132 * Query the default height of the {@link AImage} generated by this reader, in pixels.
134 * <p>The height may be overridden by the producer sending buffers to this reader's
135 * {@link ANativeWindow}. If so, the actual height of the images can be found using
139 * @param height the default height of the reader will be filled here if the method call succeeeds.
143 * <li>{@link AMEDIA_ERROR_INVALID_PARAMETER} if reader or height i
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/comm/src/
H A DomxVCCOMM_LimitMVToRect.c67 * - the width or height of the bounding rectangle is less than
85 armRetArgErrIf((pRectVOPRef->height < (2* size)), OMX_Sts_BadArgErr);
90 (2*pRectVOPRef->y + pRectVOPRef->height - Ycoord - size));
/frameworks/base/core/java/android/hardware/camera2/legacy/
H A DSizeAreaComparator.java48 long area = width * size.height;
49 long area2 = width2 * size2.height;
/frameworks/base/core/java/android/hardware/camera2/params/
H A DInputConfiguration.java35 * Create an input configration with the width, height, and user-defined format.
42 * @param height Height of the input buffers.
49 public InputConfiguration(int width, int height, int format) { argument
51 mHeight = height;
65 * Get the height of this input configration.
67 * @return height of this input configuration.
120 * the width, height, and format, respectively.</p>
/frameworks/base/core/java/android/hardware/display/
H A DVirtualDisplay.java89 public void resize(int width, int height, int densityDpi) { argument
90 mGlobal.resizeVirtualDisplay(mToken, width, height, densityDpi);
/frameworks/base/core/java/android/service/wallpaper/
H A DIWallpaperEngine.aidl27 void setDesiredSize(int width, int height);
/frameworks/base/core/java/android/view/
H A DDisplayListCanvas.java49 static DisplayListCanvas obtain(@NonNull RenderNode node, int width, int height) { argument
53 canvas = new DisplayListCanvas(width, height);
55 nResetDisplayListCanvas(canvas.mNativeCanvasWrapper, width, height);
59 canvas.mHeight = height;
92 private DisplayListCanvas(int width, int height) { argument
93 super(nCreateDisplayListCanvas(width, height));
97 private static native long nCreateDisplayListCanvas(int width, int height); argument
98 private static native void nResetDisplayListCanvas(long canvas, int width, int height); argument
H A DGraphicBuffer.java73 * @param height The height in pixels of the buffer
79 public static GraphicBuffer create(int width, int height, int format, int usage) { argument
80 long nativeObject = nCreateGraphicBuffer(width, height, format, usage);
82 return new GraphicBuffer(width, height, format, usage, nativeObject);
90 private GraphicBuffer(int width, int height, int format, int usage, long nativeObject) { argument
92 mHeight = height;
106 * Returns the height of this buffer in pixels.
271 int height = in.readInt();
276 return new GraphicBuffer(width, height, forma
286 nCreateGraphicBuffer(int width, int height, int format, int usage) argument
[all...]
H A DSurfaceHolder.java90 * @param height The new height of the surface.
93 int height);
162 * @param height The surface's height.
164 public void setFixedSize(int width, int height); argument
92 surfaceChanged(SurfaceHolder holder, int format, int width, int height) argument
/frameworks/base/graphics/java/android/graphics/drawable/shapes/
H A DPathShape.java44 * @param stdHeight the standard height for the shape. Any changes to the
45 * height with resize() will result in a height scaled based
46 * on the new height divided by this height.
63 protected void onResize(float width, float height) { argument
65 mScaleY = height / mStdHeight;
H A DRectShape.java48 protected void onResize(float width, float height) { argument
49 mRect.set(0, 0, width, height);
/frameworks/base/media/mca/effect/java/android/media/effect/
H A DSizeChangeEffect.java41 public void apply(int inputTexId, int width, int height, int outputTexId) { argument
44 Frame inputFrame = frameFromTexture(inputTexId, width, height);
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/widget/
H A DPrintOptionsLayout.java61 int height = 0;
97 getPaddingTop() + getPaddingBottom() + height, childParams.height);
111 height += rowHeight;
117 height += getPaddingTop() + getPaddingBottom();
118 height = Math.max(height, getMinimumHeight());
121 resolveSizeAndState(height, heightMeasureSpec,
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQuickTileLayout.java23 // Make everything square at the height of this view.
24 params = new LayoutParams(params.height, params.height);
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
H A DRawTexture.java29 public RawTexture(int width, int height, boolean opaque) { argument
31 setSize(width, height);
/frameworks/base/telecomm/java/com/android/internal/telecom/
H A DIVideoCallback.aidl39 void changePeerDimensions(int width, int height);
/frameworks/base/telephony/java/com/android/ims/internal/
H A DIImsVideoCallCallback.aidl41 void changePeerDimensions(int width, int height);
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/jni/
H A Dbrightness.cpp29 JNIEnv* env, jclass clazz, jint width, jint height, jobject imageBuffer) {
35 const int numPixels = width * height;
28 Java_androidx_media_filterfw_samples_simplecamera_AvgBrightnessFilter_brightnessOperator( JNIEnv* env, jclass clazz, jint width, jint height, jobject imageBuffer) argument
H A Dcontrast.cpp29 JNIEnv* env, jclass clazz, jint width, jint height, jobject imageBuffer) {
35 const int numPixels = width * height;
28 Java_androidx_media_filterfw_samples_simplecamera_ContrastRatioFilter_contrastOperator( JNIEnv* env, jclass clazz, jint width, jint height, jobject imageBuffer) argument
H A Dpixelutils.cpp24 JNIEnv* env, jclass clazz, jobject input, jobject output, jint width, jint height, jint offset,
29 for (int y = 0; y < height; ++y) {
23 nativeCopyPixels( JNIEnv* env, jclass clazz, jobject input, jobject output, jint width, jint height, jint offset, jint pixStride, jint rowStride) argument
/frameworks/native/include/android/
H A Dnative_window.h65 int32_t height; member in struct:ANativeWindow_Buffer
99 * Return the current height in pixels of the window surface. Returns a
113 * The width and height control the number of pixels in the buffers, not the
121 * width and height must be either both zero or both non-zero.
125 int32_t width, int32_t height, int32_t format);
/frameworks/native/services/surfaceflinger/RenderEngine/
H A DTexture.cpp50 void Texture::setDimensions(size_t width, size_t height) { argument
52 mHeight = height;
/frameworks/opt/setupwizard/library/full-support/src/com/android/setupwizardlib/util/
H A DRecyclerViewRequireScrollHelper.java71 final int height = mRecyclerView.getHeight();
72 mRecyclerView.smoothScrollBy(0, height);
/frameworks/rs/driver/
H A DrsdFrameBufferObj.h38 void setDimensions(uint32_t width, uint32_t height) { argument
40 mHeight = height;

Completed in 596 milliseconds

1234567891011>>